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()
)
The name of the lock file to fix.
Names of R packages that need to be installed from the OHDSI GitHub.
Returns nothing. Fixes the lock file.