|
1 | | -This release addresses the problems of the last release that had to be |
2 | | -withdrawn. farver should now recognise all of the same colour formats as |
3 | | -col2rgb(), namely colour names + "transparent"", numerics indexing into |
4 | | -palette(), and numerals given as strings behaving like numerics. It further |
5 | | -recognises the "NA" string and treats it as NA_character_ |
6 | | - |
7 | | -I have done extensive reverse dependency checks which include the reverse |
8 | | -dependencies of scales and ggplot2 without detecting any problems related to |
9 | | -colour conversion, so I'm hopeful that this upgrade will be smooth. |
| 1 | +This is a small feature release that adds support for the new oklab colour space |
| 2 | +as well as add functionality for converting back and forth between the native |
| 3 | +integer-based colour representation and hex-encoded strings. There are no |
| 4 | +breaking changes in this release |
10 | 5 |
|
11 | 6 | ## Test environments |
12 | | -* local R installation, R 3.6.0 |
13 | | -* ubuntu 16.04 (on travis-ci), R 3.6.0 |
14 | | -* win-builder (devel) |
| 7 | + |
| 8 | +* GitHub Actions (ubuntu-16.04): devel, release, oldrel, 3.5, 3.4, 3.3 |
| 9 | +* GitHub Actions (windows): release, oldrel |
| 10 | +* GitHub Actions (macOS): release |
| 11 | +* win-builder: devel |
15 | 12 |
|
16 | 13 | ## R CMD check results |
17 | 14 |
|
18 | 15 | 0 errors | 0 warnings | 0 note |
19 | 16 |
|
20 | 17 | ## revdepcheck results |
21 | 18 |
|
22 | | -We checked 3158 reverse dependencies, comparing R CMD check results across CRAN |
23 | | -dev versions of this package. |
| 19 | +We checked 10 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. |
24 | 20 |
|
25 | 21 | * We saw 0 new problems |
26 | | - * We failed to check 89 packages |
| 22 | + * We failed to check 0 packages |
| 23 | + |
0 commit comments