pharmaverse / admiral

ADaM in R Asset Library
https://pharmaverse.github.io/admiral
Apache License 2.0
215 stars 60 forks source link

General Issue: Adopt data and data-raw conventions in admiral #2427

Open bms63 opened 2 months ago

bms63 commented 2 months ago

Background Information

The convention for creating custom data in an R package is to create and store R scripts for the custom data in the data-raw folder. The data is then stored in the data folder. Currently we have a hodgepodge of ways of doing this!

The https://github.com/pharmaverse/pharmaversesdtm has a good example of following the preferred convention.

Definition of Done