Skip to content

Commit

Permalink
swap out appropriate call for adtte
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 committed Apr 30, 2024
1 parent f637cc5 commit a3583c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-raw/data.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## code to prepare `data` for testing examples
library(scda)
library(random.cdisc.data)

rADTTE <- synthetic_cdisc_data("latest")$adtte # nolint
rADTTE <- random.cdisc.data::cadtte

Check warning on line 4 in data-raw/data.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=data-raw/data.R,line=4,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
usethis::use_data(rADTTE)

0 comments on commit a3583c3

Please sign in to comment.