Last data update: 2014.03.03

date

Package: date
Version: 1.2-34
Title: Functions for handling dates
Authors@R: c(person("Terry", "Therneau", role = "aut",
email = "therneau@mayo.edu"),
person("Thomas", "Lumley", role = "trl", comment = "R port"),
person("Kjetil", "Halvorsen", role = "trl", comment = "R port"),
person("Kurt", "Hornik", role = c("trl", "ctb", "cre"),
email = "Kurt.Hornik@R-project.org",
comment = "R port"))
Description: Functions for handling dates.
Imports: graphics
License: GPL-2
Packaged: 2014-03-17 08:37:14 UTC; hornik
Author: Terry Therneau [aut],
Thomas Lumley [trl] (R port),
Kjetil Halvorsen [trl] (R port),
Kurt Hornik [trl, ctb, cre] (R port)
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-03-17 12:26:14

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'date' ...
** package 'date' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c char_date.c -o char_date.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o date.so char_date.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/date/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'date'
    finding HTML links ... done
    as.date                                 html  
    date.ddmmmyy                            html  
    date.mdy                                html  
    date.mmddyy                             html  
    date.mmddyyyy                           html  
    date.object                             html  
    mdy.date                                html  
** building package indices
** testing if installed package can be loaded
* DONE (date)
Making 'packages.html' ... done