2023-06-27 15:00:21 by Makoto Fujiwara | Files touched by this commit (2) |
Log message: (time/R-hms) Updated 1.1.0 to 1.1.3, make test passed # hms 1.1.3 ## Bug fixes - Fix method consistency, checked by R-devel. ## Internal - Use rlang instead of ellipsis (#106). # hms 1.1.2 - Re-rendered documentation for compatibility with R-devel. # hms 1.1.1 - Avoid blanket import for lifecycle package for compatibility with upcoming rlang. - Establish compatibility with development version of testthat (#101, @lionel-). |
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message: time: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message: time: Remove SHA1 hashes for distfiles |
2021-05-30 17:54:18 by Makoto Fujiwara | Files touched by this commit (1) |
Log message: (time/R-hms) Add missind DEPNDS+= R-lifecycle |
2021-05-30 09:02:18 by Makoto Fujiwara | Files touched by this commit (2) |
Log message: (time/R-hms) Updated 0.5 to 1.1.0 (pkgsrc chagnes) - Add TEST_DEPENDS+= (upstream changes) # hms 1.1.0 ## Breaking changes - `"hms"` objects no longer have a common type with `character` and \ `numeric`. Combining such values previously threw a warning, now throws an error \ (#94). - `vec_cast()` and `as_hms()` throw error instead of a warning if input can't be \ parsed (#68). ## Features - New `unique.hms()` method (#98, @joethorley). - `as_hms()` is a generic again (#81). ## Internal - Avoid `LazyData` in `DESCRIPTION`. - Bump required versions of ellipsis and vctrs to avoid warning during package load. - Using lifecycle package (#94). # hms 1.0.0 ## Life cycle - hms is now marked as "stable". ## Breaking changes - `"hms"` objects no longer have a common type with `character` and \ `numeric`. Combining such values previously threw a warning, now throws an error \ (#94). - `vec_cast()` and `as_hms()` now throw error instead of a warning if input \ can't be parsed (#68). ## Features - `as_hms()` is a generic again (#81). - `round_hms()` and `trunc_hms()` gain `digits` argument (#78, @hglanz). ## Bug fixes - `as_hms()` and `vec_cast()` now correctly treat objects of class \ `"difftime"` with `integer` mode (#84). ## Internal - Using lifecycle package (#94). - hms has been re-licensed as MIT (#86). # hms 0.5.3 - Use `vec_default_ptype2()`, remove `vec_ptype2.hms.unspecified()` (#80, \ @romainfrancois). - `vec_ptype2.hms.default()` forwards to `vec_default_ptype2()` for \ compatibility with vctrs 0.2.1. - Remove `as.data.frame.hms()`, handeld by vctrs. # hms 0.5.2.9000 - Internal changes only. # hms 0.5.2 - Work around parsing error that occurs on DST changeover dates \ (https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16764). # hms 0.5.1 - Lossy casts from `character` vectors to `hms` now also trigger a warning if \ the cast succeeds in the first element of the vector but fails for other \ elements. |
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 |