Package: r-base / 4.2.2.20221110-2

Metadata

Package Version Patches format
r-base 4.2.2.20221110-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
set_R_LIBS_USER_and_SITE_in_Renviron.patch | (download)

etc/Renviron.in | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 modify r_libs_user and r_libs_site for debian settings
 This goes back to a decision made jointly with R Core upstream in the early 
 2000s to support three default directories: /usr/lib/R/library for base and recommended
 packages (as part of the binary), /usr/lib/R/site-library for binary r-cran-* packages
 as part of the distro, and /usr/local/lib/R/site-library for user-controlled, non-distro
 packages to be visible system-wide.
 .
 A recent-ish change in R 4.2.* made it that we needed to change where we set this here
 and not in Renviron.site which would not be read in 'R -q' mode.
 .
 r-base (4.2.2.20221110-2) unstable; urgency=medium
 .
   [ Dirk Eddelbuettel ]
   * debian/patches/set_R_LIBS_USER_and_SITE_in_Renviron.patch: Modified following 
     helpful email discussion with Kurt Hornik
   * debian/control: Remove Depends: on perl in light of change by Giole
 .
   [ Adrian Bunk ]
   * debian/rukes: Set -ffloat-store on i386
 .
   [ Giole Barabucci ]
   * debian/r-base-core.postinst: Simplify one perl substitution call to sed