Closed bms63 closed 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.
library(admiral.test)
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.
dev
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 havelibrary(admiral.test)
in them.