-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update, replace scda by rcd in data raw (#220)
close #219
- Loading branch information
Showing
6 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
## code to prepare `data` for testing examples | ||
library(scda) | ||
rADAE <- synthetic_cdisc_data("latest")$adae | ||
usethis::use_data(rADAE) | ||
|
||
rADLB <- synthetic_cdisc_data("latest")$adlb | ||
usethis::use_data(rADLB) | ||
rADAE <- random.cdisc.data::cadae | ||
usethis::use_data(rADAE, overwrite = TRUE) | ||
|
||
rADRS <- synthetic_cdisc_data("latest")$adrs | ||
usethis::use_data(rADRS) | ||
rADLB <- random.cdisc.data::cadlb | ||
usethis::use_data(rADLB, overwrite = TRUE) | ||
|
||
rADSL <- synthetic_cdisc_data("latest")$adsl | ||
usethis::use_data(rADSL) | ||
rADRS <- random.cdisc.data::cadrs | ||
usethis::use_data(rADRS, overwrite = TRUE) | ||
|
||
rADTTE <- synthetic_cdisc_data("latest")$adtte | ||
usethis::use_data(rADTTE) | ||
rADSL <- random.cdisc.data::cadsl | ||
usethis::use_data(rADSL, overwrite = TRUE) | ||
|
||
rADTTE <- random.cdisc.data::cadtte | ||
usethis::use_data(rADTTE, overwrite = TRUE) | ||
|
||
# Use <pkg>:: prefix in examples/tests/vignettes when accessing rAD## data | ||
# objects in case similar dataset is also exported exist in other packages. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.