1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: r-cran-lubridate
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Pocock <daniel@pocock.pro>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
r-base-dev (>= 3.0.0),
dh-r,
r-cran-stringr
Standards-Version: 3.9.8
Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/r-cran-lubridate.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/r-cran-lubridate.git
Homepage: https://cran.r-project.org/package=lubridate
Package: r-cran-lubridate
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${R:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: simplifies dealing with dates in R
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.
|