pharmaverse / admiral.test

Test SDTM data for use with admiral
Other
2 stars 1 forks source link

Remove `library(admiral.test)` calls from top of scripts in `dev` #123

Closed bms63 closed 1 year ago

bms63 commented 1 year ago

A lot of our scripts have library(admiral.test) at the top of them, which could cause some unforeseen issues when creating new data.

We have decided to remove these calls at the top of the script.

Definition of Done

All scripts in dev folder no longer have library(admiral.test) in them.