Open
Description
This line induces behavior in labelled
that's not present in v1.0.0:
tableone/tests/testthat/test-CreateTableOne.R
Line 284 in b02ef39
The issue didn't cause an error in the current CRAN version of labelled
, 2.9.0. I didn't check when exactly the labelled
behavior changed.
Two fixes:
- add
skip_if_not_installed("labelled", "2.9.0")
to that test - add a version dependency on
labelled
, e.g. very conservativelylabelled (>= 2.9.0)
Metadata
Metadata
Assignees
Labels
No labels