Skip to content

Commit

Permalink
Constructing candidate release lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Oct 1, 2024
1 parent b0e16ee commit 84d78f7
Show file tree
Hide file tree
Showing 3 changed files with 730 additions and 573 deletions.
4 changes: 2 additions & 2 deletions extras/Releasing/CreateRenvLockFile.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ renv::activate()
# Install HADES (from scratch --------------------------------------------------
install.packages("remotes")
options(install.packages.compile.from.source = "never")
remotes::install_github("ohdsi/Hades")
remotes::install_github("ohdsi/Hades", upgrade = "never")

# Create renv lock file --------------------------------------------------------
remotes::install_github("ohdsi/OhdsiRTools")

packagesUtils <- c("keyring")
packagesForPlp <- c("lightgbm", "survminer", "parallel")
packagesForDatabaseConnector <- c("duckdb", "RSQLite", "aws.s3", "R.utils", "odbc")
install.packages(c(packagesForPlp, packagesUtils, packagesForBulkImport))
install.packages(c(packagesForPlp, packagesUtils, packagesForDatabaseConnector))

OhdsiRTools::createRenvLockFile(
rootPackage = "Hades",
Expand Down
Loading

0 comments on commit 84d78f7

Please sign in to comment.