For all HADES packages that must be installed from GitHub, ensures the lock file points to the git tag corresponding to the installed version. If no corresponding tag exists, a warning is raised.

fixHadesPackagesInLockFile(
  lockFile = "renv.lock",
  ohdsiGitHubPackages = getOhdsiGitHubPackages()
)

Arguments

lockFile

The name of the lock file to fix.

ohdsiGitHubPackages

Names of R packages that need to be installed from the OHDSI GitHub.

Value

Returns nothing. Fixes the lock file.