NEWS.md
Bugfixes:
Handling edge case when package has no dependencies in takeEnvironmentSnapshot()
and createRenvLockFile()
functions.
Using ‘main’ instead of ‘master’ as default branch for OHDSI study packages in takeEnvironmentSnapshot()
and createRenvLockFile()
functions.
Adding restart
argument to createRenvLockFile()
function.
Exporting fixHadesPackagesInLockFile()
function.
Changes:
Changes:
takeEnvironmentSnapshot()
and createRenvLockFile()
now throw informative error message if root package is not found.
Added auto
mode to createRenvLockFile()
(which is now the default), which relies on renv::init()
’s ability to scan the project for dependencies, rather than requiring the user has accurately listed all dependencies in the study package DESCRIPTION.
findNonAsciiStringsInFolder()
can now also be used for non-R-script files.
Removing deprecated WebAPI functions, since users should now all be using the ROhdsiWebApi
package.
Deprecating formatR...
functions in favor of styler
.
Changes:
1.Adding includeRootPackage
and additionalRequiredPackages
arguments to createRenvLockFile()
function
Changes:
runAndNotify()
function.Bugfixes:
takeEnvironmentSnapshot()
and createRenvLockFile()
now include dependencies in ‘LinkingTo’ section.
splines
now also recognized as R core package in createRenvLockFile()
.
Changes:
Added findNonAsciiStringsInFolder, a function for finding non-ASCII strings in a folder.
Added createRenvLockFile, a function for creating an renv lock file for OHDSI study packages.
Added fixHadesLogo function, needed when generating the documentation websites for HADES packages.
Changes:
Deprecating WebAPI functions, which have been moved to ROhdsiWebApi
Deleting deprecated logging and parallel computation functions, which have been moved to ParallelLogger.
Changes:
Restoring R environment now fetches OHDSI packages from drat repository.
Restoring R environment has option (default) to be less strict, only installing packages if installed version is older than required, or has different major version number.
Added function for storing R environments from packages (including on GitHub)