contrib/r
2023-04-22 13:39:40 +02:00
..
.footprint r: 4.2.3 -> 4.3.0 2023-04-22 13:39:40 +02:00
.signature r: 4.2.3 -> 4.3.0 2023-04-22 13:39:40 +02:00
Pkgfile r: 4.2.3 -> 4.3.0 2023-04-22 13:39:40 +02:00
R-3.4.1-parallel.patch
R-3.6.2-no-LDFLAGS-in-libR-pkg-config.patch
R.conf
r.desktop
r.png
README.md

R

In case installing additional libraries fails

In my experience, for some reason, certain libraries try to link to an outdated version of certain other system libraries.

Consider rebuilding all libraries from within a running R session.

$ r
> update.packages(checkBuilt = TRUE, ask = FALSE)
..