Last data update: 2014.03.03

backports

Package: backports
Type: Package
Title: Reimplementations of Functions Introduced Since R-3.0.0
Version: 1.0.3
Author: Michel Lang <michellang@gmail.com>
Maintainer: Michel Lang <michellang@gmail.com>
Description: 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.
License: GPL-2
NeedsCompilation: no
ByteCompile: yes
Depends: R (>= 3.0.0)
Suggests: testthat
RoxygenNote: 5.0.1
Packaged: 2016-06-27 21:57:42 UTC; michel
Repository: CRAN
Date/Publication: 2016-06-28 07:50:58

● 0 images, 8 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'backports' ...
** package 'backports' successfully unpacked and MD5 sums checked
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'backports'
    finding HTML links ... done
    anyNA                                   html  
    dir.exists                              html  
    endsWith                                html  
    file.size                               html  
    lengths                                 html  
    startsWith                              html  
    strrep                                  html  
    trimws                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (backports)
Making 'packages.html' ... done