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.5)backports_1.5.0.zip(r-4.4)backports_1.5.0.zip(r-4.3)
backports_1.5.0.tgz(r-4.4-x86_64)backports_1.5.0.tgz(r-4.4-arm64)backports_1.5.0.tgz(r-4.3-x86_64)backports_1.5.0.tgz(r-4.3-arm64)
backports_1.5.0.tar.gz(r-4.5-noble)backports_1.5.0.tar.gz(r-4.4-noble)
backports_1.5.0.tgz(r-4.4-emscripten)backports_1.5.0.tgz(r-4.3-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 5 months agofrom:344c7fd8cb. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 09 2025 |
R-4.5-win-x86_64 | OK | Jan 09 2025 |
R-4.5-linux-x86_64 | OK | Jan 09 2025 |
R-4.4-win-x86_64 | OK | Jan 09 2025 |
R-4.4-mac-x86_64 | OK | Jan 09 2025 |
R-4.4-mac-aarch64 | OK | Jan 09 2025 |
R-4.3-win-x86_64 | OK | Jan 09 2025 |
R-4.3-mac-x86_64 | OK | Jan 09 2025 |
R-4.3-mac-aarch64 | OK | Jan 09 2025 |
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 |