STUDY-PACKAGE-SHARE.md

Instructions To Share Package

If you want to make the package available for others to run, we suggest:

Create the Renv lock file with all the R libraries and versions

make sure you are in the study location (check with getwd())

OhdsiRTools::createRenvLockFile("CovCoagEmaPrediction")

If your study included python models (such as: adaBoost, neural network, decision tree, random forest, naive bayes or the deep learning)

then you also want to keep a copy of the r-reticulate python environment (or the python environment used by changing 'r-reticulate'):

args <- c("env", "export","-n","r-reticulate", "> pyEnvironment.yml") system2(reticulate::conda_binary(), args, stdout = TRUE)

```



mi-erasmusmc/CovCoagEmaPrediction documentation built on Dec. 21, 2021, 5:54 p.m.