epiverse-trace / linelist

R package for handling linelist data
https://epiverse-trace.github.io/linelist/
Other
8 stars 4 forks source link

R CMD CHECK: `set_tags` deprecated #107

Closed chartgerink closed 8 months ago

chartgerink commented 8 months ago

The R CMD CHECK currently gives a deprecation warning for set_tags, which reads:

  ── Warning ('test_set_tags.R:22:3'): tests for se_tags ─────────────────────────
  The use of a list of tags is deprecated. Please use the splice operator (!!!) instead. More information is available in the examples and in the ?rlang::`dyn-dots` documentation.
  Backtrace:
      ▆
   1. └─linelist::set_tags(x, list(id = "speed", date_outcome = "dist")) at test_set_tags.R:22:3

Documenting the issue here to track it. Discovered while reviewing #106.