summaryrefslogtreecommitdiff
path: root/math/R-date/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-09-11(math/R-date) Updated 1.2.38 to 1.2.39mef1-2/+2
2020-02-05 Kurt Hornik <Kurt.Hornik@wu.ac.at> * DESCRIPTION: New version is 1.2-39. * src/init.c: Typo in registration.
2019-08-08Update all R packages to canonical form.brook1-5/+4
The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-07-31R-date: update to canonical form of an R package.brook1-4/+8
2018-05-06math/R-date: Update to 1.2-38minskim1-7/+3
Changes since 1.2-34: - Add and register as.Date(), as.POSIXct() and as.POSIXlt() methods for class 'date' previously provided in base. - Register native routines.
2014-08-28Update to date v1.2-34.brook1-3/+3
2014-03-17 Kurt Hornik <Kurt.Hornik@wu.ac.at> * DESCRIPTION (Version): New version is 1.2-34. * NAMESPACE: Improve. 2012-11-23 Kurt Hornik <Kurt.Hornik@wu.ac.at> * DESCRIPTION (Version): New version is 1.2-33. * src/char_date.c (char_date): Try avoiding buffer overflow as suggested by Erik Doffagne <erik.doffagne@gmail.com>.
2012-04-15Update to date v1.2-32, add LICENSE and update MAINTAINER.brook1-4/+5
2009-12-11Update to the latest version of the module along with R updateadam1-9/+8
2008-10-13Update R-date to 1.2.26markd1-4/+3
2007-12-24 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> * DESCRIPTION (Version): New version is 1.2-26. * R/date.R (summary.date): Add ... so that na.rm can be used, Suggested by Steven McKinney <smckinney@bccrc.ca>. 2007-07-12 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> * DESCRIPTION (Version): New version is 1.2-25. (License): Clarify. 2007-02-01 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> * inst/CITATION: Get date/year and version from the package metadata. 2006-12-19 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> * DESCRIPTION (Version): New version is 1.2-23. * R/date.R (as.character.date): Add missing ... argument. 2006-09-29 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> * DESCRIPTION (Version): New version is 1.2-22. * R/date.R: Fix invalid escapes. 2006-09-09 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> * DESCRIPTION (Version): New version is 1.2-21. (Depends): Added. 2006-08-05 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> * DESCRIPTION (Version): New version is 1.2-20. * man/as.date.Rd: Fix inconsistency spotted by Antony Unwin <unwin@math.uni-augsburg.de>. 2006-06-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> * DESCRIPTION (Version): New version is 1.2-19. * inst/CITATION: New file.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-7/+7
Patch provided by Sergey Svishchev in private mail.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-11-04Imported R-date from pkgsrc-wip.rillig1-0/+15
Functions for handling dates.