Skip to content

Commit 6fed441

Browse files
authored
Merge pull request #30 from mccarthy-m-g/v0.1.1
v0.1.1
2 parents 7a5f9eb + 627e9e4 commit 6fed441

File tree

12 files changed

+86
-23
lines changed

12 files changed

+86
-23
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
^codecov\.yml$
1111
^cran-comments\.md$
1212
^CRAN-SUBMISSION$
13+
^revdep$

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.1.0
2-
Date: 2022-12-16 22:39:03 UTC
3-
SHA: 0e0cb19501410fc80bad4ebd6cc4e731292ba483
1+
Version: 0.1.1
2+
Date: 2023-01-12 22:37:24 UTC
3+
SHA: 8697f5e1dfee79f52d5cb0a84a9f254807d22068

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: palettes
22
Title: Methods for Colour Vectors and Colour Palettes
3-
Version: 0.1.0.9000
3+
Version: 0.1.1
44
Authors@R:
55
person(given = "Michael",
66
family = "McCarthy",

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# palettes (development version)
1+
# palettes 0.1.1
2+
3+
This is a small patch release that fixes a typo in the "Creating a Colour Package" vignette, replacing the non-existent `pal_brewer()` function with the intended `pal_ramp()` function.
24

35
# palettes 0.1.0
46

cran-comments.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
## Release summary
22

3-
This is a resubmission with the following requested fixes:
3+
This is a small patch release that fixes a typo in the "Creating a Colour Package" vignette, replacing the non-existent `pal_brewer()` function with the intended `pal_ramp()` function.
44

5-
* Fixed invalid URL in inst/doc/creating-packages.html
6-
* Added \value to scale_colour_palette_d.Rd for exported methods and explained the function's results in the documentation
7-
8-
In addition, I made the following changes:
9-
10-
* Improved \value documentation about output structure and meaning in the following .Rd files:
11-
- as_tibble.palettes_colour.Rd
12-
- pal_ramp.Rd
13-
- plot.palettes_colour.Rd
5+
The code in question is not evaluated when building the vignette, but running it interactively leads to the error `ERROR: could not find function "pal_brewer"`, hence the need for a patch.
146

157
## R CMD check results
168

17-
0 errors | 0 warnings | 1 note
18-
19-
* New submission
9+
0 errors | 0 warnings | 0 notes
2010

2111
## Reverse dependencies
2212

revdep/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
checks
2+
library
3+
checks.noindex
4+
library.noindex
5+
cloud.noindex
6+
data.sqlite
7+
*.html

revdep/README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:--------------------------------------------------------------------------|
5+
|version |R version 4.2.2 (2022-10-31) |
6+
|os |macOS Mojave 10.14.6 |
7+
|system |x86_64, darwin17.0 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |en_CA.UTF-8 |
11+
|ctype |en_CA.UTF-8 |
12+
|tz |America/Vancouver |
13+
|date |2023-01-12 |
14+
|rstudio |2021.09.2+382 Ghost Orchid (desktop) |
15+
|pandoc |2.11 @ /Users/Michael/Library/r-miniconda/envs/r-reticulate-mne/bin/pandoc |
16+
17+
# Dependencies
18+
19+
|package |old |new |Δ |
20+
|:------------|:-----|:----------|:--|
21+
|palettes |0.1.0 |0.1.0.9000 |* |
22+
|cli |3.6.0 |3.6.0 | |
23+
|colorspace |2.0-3 |2.0-3 | |
24+
|fansi |1.0.3 |1.0.3 | |
25+
|farver |2.1.1 |2.1.1 | |
26+
|ggplot2 |3.4.0 |3.4.0 | |
27+
|glue |1.6.2 |1.6.2 | |
28+
|gtable |0.3.1 |0.3.1 | |
29+
|isoband |0.2.7 |0.2.7 | |
30+
|labeling |0.4.2 |0.4.2 | |
31+
|lifecycle |1.0.3 |1.0.3 | |
32+
|magrittr |2.0.3 |2.0.3 | |
33+
|munsell |0.5.0 |0.5.0 | |
34+
|pillar |1.8.1 |1.8.1 | |
35+
|pkgconfig |2.0.3 |2.0.3 | |
36+
|prismatic |1.1.1 |1.1.1 | |
37+
|purrr |1.0.1 |1.0.1 | |
38+
|R6 |2.5.1 |2.5.1 | |
39+
|RColorBrewer |1.1-3 |1.1-3 | |
40+
|rlang |1.0.6 |1.0.6 | |
41+
|scales |1.2.1 |1.2.1 | |
42+
|tibble |3.1.8 |3.1.8 | |
43+
|utf8 |1.2.2 |1.2.2 | |
44+
|vctrs |0.5.1 |0.5.1 | |
45+
|viridisLite |0.4.1 |0.4.1 | |
46+
|withr |2.5.0 |2.5.0 | |
47+
48+
# Revdeps
49+

revdep/cran.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## revdepcheck results
2+
3+
We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
4+
5+
* We saw 0 new problems
6+
* We failed to check 0 packages
7+

revdep/email.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
release_date: ???
2+
rel_release_date: ???
3+
my_news_url: ???
4+
release_version: ???
5+
release_details: ???

revdep/failures.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)