1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: date
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper-compat (= 12), dh-r, r-base-dev (>= 4.2.2)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/edd/r-cran-date
Vcs-Git: https://salsa.debian.org/edd/r-cran-date.git
Homepage: https://cran.r-project.org/package=date
Package: r-cran-date
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}
Description: GNU R package for date handling
This CRAN package provides functions for handling dates, along with
examples and documentation.
.
Note that this is a legacy package providing functionality that had
been absent from R. However, more recent versions of R have more
powerful date and datetime functionality in the base package, i.e.
r-base-core under Debian.
|