Version 0.1
templ.rpkg 0.1.0
Breaking changes
-
some_function()now validatespathstrictly and errors when it is missing. If you previously relied on implicit defaults, passpath = "."explicitly. (#123).
New features
-
some_function()now supportsmode = "fast"for large inputs (#124).# Example: faster processing of large inputs out <- templ.rpkg::some_function(x, mode = "fast")
Minor improvements and fixes
-
another_function()now returns adata.tablewith stable column ordering (#125).