Package: backports
Type: Package
Title: Reimplementations of Functions Introduced Since R-3.0.0
Version: 1.1.2
Authors@R: c(person("Michel", "Lang", NULL, "michellang@gmail.com",
      role = c("cre", "aut"), comment = c(ORCID = "0000-0001-9754-0393")))
Maintainer: Michel Lang <michellang@gmail.com>
Description: 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.
URL: https://github.com/mllg/backports
BugReports: https://github.com/mllg/backports/issues
License: GPL-2
NeedsCompilation: yes
ByteCompile: yes
Depends: R (>= 3.0.0)
Imports: utils
RoxygenNote: 6.0.1
Packaged: 2017-12-13 12:28:04 UTC; michel
Author: Michel Lang [cre, aut] (0000-0001-9754-0393)
Repository: CRAN
Date/Publication: 2017-12-13 17:33:42 UTC
Built: R 3.5.0; x86_64-w64-mingw32; 2018-04-21 03:24:21 UTC; windows
Archs: i386, x64
