Package: backports 1.5.0
backports: Reimplementations of Functions Introduced Since R-3.0.0
Functions introduced or changed since R v3.0.0 are re-implemented in this package. The backports are conditionally exported in order to let R resolve the function name to either the implemented backport, or the respective base version, if available. Package developers can make use of new functions or arguments by selectively importing specific backports to support older installations.
Authors:
backports_1.5.0.tar.gz
backports_1.5.0.zip(r-4.6)backports_1.5.0.zip(r-4.5)backports_1.5.0.zip(r-4.4)
backports_1.5.0.tgz(r-4.6-x86_64)backports_1.5.0.tgz(r-4.6-arm64)backports_1.5.0.tgz(r-4.5-x86_64)backports_1.5.0.tgz(r-4.5-arm64)
backports_1.5.0.tar.gz(r-4.6-arm64)backports_1.5.0.tar.gz(r-4.6-x86_64)backports_1.5.0.tar.gz(r-4.5-arm64)backports_1.5.0.tar.gz(r-4.5-x86_64)
backports_1.5.0.tgz(r-4.5-emscripten)
backports.pdf |backports.html✨
backports/json (API)
NEWS
| # Install 'backports' in R: |
| install.packages('backports', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/backports/issues
Last updated from:344c7fd8cb. Checks:11 OK, 2 ERROR. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 98 | |
| linux-devel-x86_64 | OK | 102 | |
| source / vignettes | OK | 133 | |
| linux-release-arm64 | ERROR | 99 | |
| linux-release-x86_64 | ERROR | 96 | |
| macos-devel-arm64 | OK | 97 | |
| macos-devel-x86_64 | OK | 191 | |
| macos-release-arm64 | OK | 99 | |
| macos-release-x86_64 | OK | 149 | |
| windows-devel | OK | 71 | |
| windows-release | OK | 76 | |
| windows-oldrel | OK | 85 | |
| wasm-release | OK | 85 |
Exports:import
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| backports: Reimplementations of Functions Introduced Since R-3.0.0 | backports-package backports |
| Import backported functions into your package | import |
