2023-02-12 04:00:20 by Makoto Fujiwara | Files touched by this commit (2) |
Log message: (math/R-date) Updated 1.2.40 t 1.2.42 2023-01-31 Kurt Hornik <Kurt.Hornik@wu.ac.at> * DESCRIPTION: New version is 1.2-42. * inst/CITATION: Drop. 2022-12-20 Kurt Hornik <Kurt.Hornik@wu.ac.at> * DESCRIPTION: New version is 1.2-41. * src/char_date.c: Avoid sprintf(). |
2022-12-18 12:13:00 by Makoto Fujiwara | Files touched by this commit (2) |
Log message: (math/R-date) Updated 1.2.39 to 1.2.40 2022-10-07 Kurt Hornik <Kurt.Hornik@wu.ac.at> * DESCRIPTION: New version is 1.2-40. * src/char_date.c: Add missing prototypes. |
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message: math: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message: math: Remove SHA1 hashes for distfiles |
2021-09-11 14:41:11 by Makoto Fujiwara | Files touched by this commit (2) |
Log message: (math/R-date) Updated 1.2.38 to 1.2.39 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-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | |
Log message: Update all R packages to canonical form. 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-31 21:19:18 by Brook Milligan | Files touched by this commit (1) | |
Log message: R-date: update to canonical form of an R package. |
2018-05-06 05:28:35 by Min Sik Kim | Files touched by this commit (2) |
Log message: math/R-date: Update to 1.2-38 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. |