search for: pkg_lockdir_prefix

Displaying 2 results from an estimated 2 matches for "pkg_lockdir_prefix".

2025 Mar 26
1
Suggestion: Install packages on non-appendable file systems (e.g. databricks volumes)
...file system. If I understand package installation correctly, when a package is installed, the installation happens inside a 00LOCK directory, and then the outcome is moved to the final destination. The contribution I would like to submit allows users/sysadmins to set an environment variable named PKG_LOCKDIR_PREFIX, that defines the location where the "00LOCK-" directories are created. The patch is backwards compatible and it consists of +28,-10 lines, hopefully easy enough to review. https://github.com/r-devel/r-svn/pull/196.diff When I use this patch, I can successfully install packages on a dis...
2025 Mar 26
1
Suggestion: Install packages on non-appendable file systems (e.g. databricks volumes)
...stand package installation correctly, when a package is > installed, the installation happens inside a 00LOCK directory, and then the > outcome is moved to the final destination. > > The contribution I would like to submit allows users/sysadmins to set an > environment variable named PKG_LOCKDIR_PREFIX, that defines the location > where the "00LOCK-" directories are created. The patch is backwards > compatible and it consists of +28,-10 lines, hopefully easy enough to > review. > > https://github.com/r-devel/r-svn/pull/196.diff > > When I use this patch, I can succe...