Skip to contents

teal.transform 0.1.1.9000

teal.transform 0.1.1

New features

  • Added a formatting function format_data_extract for the output of data_extract_srv.

Breaking changes

  • Removed the (previously deprecated) input_id argument to data_merge_module.
  • Updated choices_selected so that all selected values must be valid choices. When using delayed resolving the invalid selected are removed and a warning is thrown to the logs, in other cases an error is thrown.

Miscellaneous

  • Added a template to the pkgdown site.
  • Added names to the id parameter of chunks$push calls.
  • Updated package authors.
  • Added vignettes for extracting and merging data.

teal.transform 0.1.0

Changes (from behavior when functionality was part of teal)

New features

  • Added new argument ordered for select_spec() to flag whether order of the selection should be tracked.

Miscellaneous