Package: backports Type: Package Title: Reimplementations of Functions Introduced Since R-3.0.0 Version: 1.5.1 Authors@R: c( person("Michel", "Lang", NULL, "michellang@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-9754-0393")), person("Duncan", "Murdoch", NULL, "murdoch.duncan@gmail.com", role = c("aut")), person("R Core Team", role = "aut")) Maintainer: Michel Lang Description: 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. URL: https://github.com/r-lib/backports BugReports: https://github.com/r-lib/backports/issues License: GPL-2 | GPL-3 NeedsCompilation: yes ByteCompile: yes Depends: R (>= 3.0.0) Encoding: UTF-8 RoxygenNote: 7.3.3 Repository: https://r-lib.r-universe.dev Date/Publication: 2026-04-02 18:05:12 UTC RemoteUrl: https://github.com/r-lib/backports RemoteRef: HEAD RemoteSha: 01e927aad61299a3f51b64e288dd1ae2a46c0027 Packaged: 2026-07-01 10:15:35 UTC; root Author: Michel Lang [cre, aut] (ORCID: ), Duncan Murdoch [aut], R Core Team [aut]