Last data update: 2014.03.03

lubridate

Package: lubridate
Maintainer: Vitalie Spinu <spinuvit@gmail.com>
License: GPL-2
Title: Make Dealing with Dates a Little Easier
LazyData: true
Type: Package
Authors@R: c(person("Garrett", "Grolemund", role = "aut"),
person("Vitalie", "Spinu", email = "spinuvit@gmail.com", role = c("aut","cre")),
person("Hadley", "Wickham", role = "aut"),
person("Jan", "Lyttle", role="ctb"),
person("Imanuel", "Constigan", role = "ctb"),
person("Jason", "Law", role="ctb"),
person("Doug","Mitarotonda", role="ctb"),
person("Joseph", "Larmarange", role="ctb"),
person("Jonathan", "Boiser", role="ctb"),
person("Chel Hee", "Lee", role = "ctb"))
Description: Functions to work with date-times and timespans: fast and user
friendly parsing of date-time data, extraction and updating of components of
a date-time (years, months, days, hours, minutes, and seconds), algebraic
manipulation on date-time and timespan objects. The 'lubridate' package has
a consistent and memorable syntax that makes working with dates easy and
fun.
Enhances: chron, timeDate, zoo, xts, its, tis, timeSeries, fts, tseries
Version: 1.5.6
Depends: methods, R (>= 3.0.0)
Imports: stringr
Suggests: testthat, knitr, covr
BugReports: https://github.com/hadley/lubridate/issues
VignetteBuilder: knitr
Collate: 'Dates.r' 'POSIXt.r' 'timespans.r' 'intervals.r' 'difftimes.r'
'durations.r' 'util.r' 'periods.r' 'accessors-date.R'
'accessors-day.r' 'accessors-dst.r' 'accessors-hour.r'
'accessors-minute.r' 'accessors-month.r' 'accessors-quarter.r'
'accessors-second.r' 'accessors-tz.r' 'accessors-week.r'
'accessors-year.r' 'am-pm.r' 'time-zones.r' 'numeric.r'
'coercion.r' 'constants.r' 'data.r' 'decimal-dates.r'
'deprecated.r' 'guess.r' 'help.r' 'instants.r' 'leap-years.r'
'ops-addition.r' 'ops-%m+%.r' 'ops-division.r'
'ops-integer-division.r' 'ops-modulo.r' 'ops-multiplication.r'
'ops-subtraction.r' 'parse.r' 'pretty.r' 'round.r' 'stamp.r'
'update.r'
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-04-05 23:15:56 UTC; vspinu
Author: Garrett Grolemund [aut],
Vitalie Spinu [aut, cre],
Hadley Wickham [aut],
Jan Lyttle [ctb],
Imanuel Constigan [ctb],
Jason Law [ctb],
Doug Mitarotonda [ctb],
Joseph Larmarange [ctb],
Jonathan Boiser [ctb],
Chel Hee Lee [ctb]
Repository: CRAN
Date/Publication: 2016-04-06 01:24:41

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lubridate' ...
** package 'lubridate' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c datetime.c -o datetime.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c tparse.c -o tparse.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c utils.c -o utils.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o lubridate.so datetime.o tparse.o utils.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/lubridate/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lubridate'
    finding HTML links ... done
    DateCoercion                            html  
    DateUpdate                              html  
    Deprecated                              html  
    Duration-class                          html  
    Interval-class                          html  
    Period-class                            html  
    Timespan-class                          html  
    am                                      html  
    as.duration                             html  
    as.interval                             html  
    as.period                               html  
    as_date                                 html  
    date                                    html  
    date_decimal                            html  
    day                                     html  
    days_in_month                           html  
    decimal_date                            html  
    dst                                     html  
    duration                                html  
    fit_to_timeline                         html  
    force_tz                                html  
    guess_formats                           html  
    here                                    html  
    hm                                      html  
    hms                                     html  
    hour                                    html  
    int_aligns                              html  
    int_diff                                html  
    int_end                                 html  
    int_flip                                html  
    int_length                              html  
    int_overlaps                            html  
    int_shift                               html  
    int_standardize                         html  
    int_start                               html  
    interval                                html  
    is.Date                                 html  
    is.POSIXt                               html  
    is.difftime                             html  
    is.instant                              html  
    is.timespan                             html  
    lakers                                  html  
    leap_year                               html  
    lubridate-package                       html  
    make_datetime                           html  
    make_difftime                           html  
    minute                                  html  
    month                                   html  
    mplus                                   html  
    ms                                      html  
    now                                     html  
    olson_time_zones                        html  
Rd warning: /tmp/RtmpdLTABL/R.INSTALL5dab2929d0be/lubridate/man/olson_time_zones.Rd:23: missing file link 'Sys.timezone'
Rd warning: /tmp/RtmpdLTABL/R.INSTALL5dab2929d0be/lubridate/man/olson_time_zones.Rd:32: missing file link 'Sys.timezone'
    origin                                  html  
    parse_date_time                         html  
    period                                  html  
    period_to_seconds                       html  
    pretty_dates                            html  
    quarter                                 html  
    quick_durations                         html  
    quick_periods                           html  
    reclass_date                            html  
    reclass_timespan                        html  
    rollback                                html  
    round_date                              html  
Rd warning: /tmp/RtmpdLTABL/R.INSTALL5dab2929d0be/lubridate/man/round_date.Rd:49: missing file link 'round'
Rd warning: /tmp/RtmpdLTABL/R.INSTALL5dab2929d0be/lubridate/man/round_date.Rd:123: missing file link 'round'
    second                                  html  
    stamp                                   html  
    time_length                             html  
    timespan                                html  
    today                                   html  
    tz                                      html  
    week                                    html  
    with_tz                                 html  
    within-interval                         html  
    year                                    html  
    ymd                                     html  
    ymd_hms                                 html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (lubridate)
Making 'packages.html' ... done