Skip to content

Commit a4ad8d8

Browse files
committed
run revdeps
1 parent 10219fe commit a4ad8d8

File tree

2 files changed

+12
-35
lines changed

2 files changed

+12
-35
lines changed

cran-comments.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
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
105

116
## 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
1512

1613
## R CMD check results
1714

1815
0 errors | 0 warnings | 0 note
1916

2017
## revdepcheck results
2118

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.
2420

2521
* We saw 0 new problems
26-
* We failed to check 89 packages
22+
* We failed to check 0 packages
23+

revdep/README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,2 @@
1-
# Platform
2-
3-
|field |value |
4-
|:--------|:----------------------------|
5-
|version |R version 3.6.0 (2019-04-26) |
6-
|os |macOS 10.15.2 |
7-
|system |x86_64, darwin15.6.0 |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |Europe/Copenhagen |
13-
|date |2020-01-14 |
14-
15-
# Dependencies
16-
17-
|package |old |new |Δ |
18-
|:-------|:-----|:----------|:--|
19-
|farver |2.0.1 |2.0.2.9000 |* |
20-
211
# Revdeps
222

0 commit comments

Comments
 (0)