Last data update: 2014.03.03

chron

Package: chron
Version: 2.3-47
Title: Chronological Objects which can Handle Dates and Times
Description: Chronological objects which can handle dates and times.
Authors@R: c(person("David", "James", role = "aut",
comment = "S original"),
person("Kurt", "Hornik", role = c("aut", "trl", "cre"),
email = "Kurt.Hornik@R-project.org"),
person("Gabor", "Grothendieck", role = "ctb",
email = "ggrothendieck@gmail.com"))
Depends: R (>= 2.12.0)
Imports: graphics, stats
Suggests: scales, ggplot2
Enhances: zoo
License: GPL-2
NeedsCompilation: yes
Packaged: 2015-06-24 15:58:52 UTC; hornik
Author: David James [aut] (S original),
Kurt Hornik [aut, trl, cre],
Gabor Grothendieck [ctb]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Repository: CRAN
Date/Publication: 2015-06-24 18:01:27

● Cran Task View: TimeSeries
● 0 images, 13 functions, 0 datasets
Reverse Depends: 13

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'chron' ...
** package 'chron' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c chron_strs.c -o chron_strs.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c init.c -o init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c unpaste.c -o unpaste.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o chron.so chron_strs.o init.o unpaste.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/chron/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'chron'
    finding HTML links ... done
    chron-internal                          html  
    chron                                   html  
    cut.dates                               html  
    dates                                   html  
    day.of.week                             html  
    days                                    html  
    format.chron                            html  
    hours                                   html  
    is.holiday                              html  
    scale                                   html  
Rd warning: /tmp/Rtmpj9iTqV/R.INSTALL19a21428529d/chron/man/scale.Rd:14: missing file link 'scale_x_continuous'
    seq.dates                               html  
    trunc.times                             html  
    yearmon                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (chron)
Making 'packages.html' ... done