# code to create lockfiles
devtools::install_github('ohdsi/OhdsiRTools')
OhdsiRTools::createRenvLockFile(rootPackage = "CovCoagEmaPrediction",
includeRootPackage = FALSE,
additionalRequiredPackages = c( "keras", "tensorflow", "plyr", "survAUC", "officer",
"diagram", "xgboost",
"DT", "shiny", "shinydashboard", "shinycssloaders",
"htmlwidgets", "shinyWidgets", "plotly",
"VennDiagram", "htmltools",
"gridExtra",
"ggplot2", "reshape2")
)
args <- c('env', 'export','-n','r-reticulate', '--no-builds',
'|', 'findstr', '-v', '"prefix"' ,'> pyEnvironment.yml')
system2(reticulate::conda_binary(), args, stdout = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.