Skip to contents

templ.rpkg 0.1.0

Breaking changes

  • some_function() now validates path strictly and errors when it is missing. If you previously relied on implicit defaults, pass path = "." explicitly. (#123).

New features

  • some_function() now supports mode = "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 a data.table with stable column ordering (#125).