STUDY-PACKAGE-BUILD.md

Instructions To Build Package

# If you don't have renv as an R library you need to install it:
install.packages("renv")

# renv will create an environemnt with all the R libraries and versions that
# were used by the original study developer (this is handy if the study needs to be run 
# in the future when new versions are available and may have different code that 
# causes a study to break)

# Build the local library into the project (takes a while):
renv::init()

# (When not in RStudio, you'll need to restart R now)



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