r-backports
Reimplementations of functions introduced since R 3.0.0
Provides implementations of functions which have been introduced in R since version 3.0.0. The backports are conditionally exported which results in R resolving the function names to the version shipped with R (if available) and uses the implemented backports as fallback. This way package developers can make use of the new functions without worrying about the minimum required R version.
- Versions: 1.5.0
- Website: https://cran.r-project.org/web/packages/backports
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-backports as follows:
guix install r-backports
Or install a particular version:
guix install r-backports@1.5.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of r-backports about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-backports'><img src='https://packages.guix.gnu.org/packages/r-backports/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-backports)
Example Org:
[[https://packages.guix.gnu.org/packages/r-backports][https://packages.guix.gnu.org/packages/r-backports/badges/latest-version.svg]]