Skip to content

Commit 0b259c7

Browse files
committed
Move from r-4.5.0 to r-devel
1 parent 386ac9c commit 0b259c7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/NEWS.Rd

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626

2727
\subsection{PACKAGE INSTALLATION}{
2828
\itemize{
29-
\item .
29+
30+
\item \code{install.packages()} supports setting a different path for the
31+
intermediate \code{00LOCK} directories through the environment variable
32+
\code{R_LOCKDIR_PREFIX}. This helps source package installation in some
33+
distributed filesystems available in cloud environments like databricks.
34+
Check the
35+
\dQuote{R Installation and Administration} manual for further details on
36+
this option.
37+
3038
}
3139
}
3240

@@ -424,14 +432,6 @@
424432
\item There is preliminary support for C++26 with GCC \eqn{>=} 14, Apple
425433
\command{clang++} \eqn{>=} 16 and \I{LLVM} \command{clang++} \eqn{>=} 17.
426434
427-
\item \code{install.packages()} supports setting a different path for the
428-
intermediate \code{00LOCK} directories through the environment variable
429-
\code{R_LOCKDIR_PREFIX}. This helps source package installation in some
430-
distributed filesystems available in cloud environments like databricks.
431-
Check the
432-
\dQuote{R Installation and Administration} manual for further details on
433-
this option.
434-
435435
}
436436
}
437437

0 commit comments

Comments
 (0)