Skip to content

Commit 10a6b23

Browse files
committed
fix
1 parent aa5766c commit 10a6b23

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
^cran-comments\.md$
88
^tests/optim\.R$
99
^CRAN-RELEASE$
10+
^CRAN-SUBMISSION$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: wacolors
22
Title: Colorblind-Friendly Palettes from Washington State
3-
Version: 0.3.0
3+
Version: 0.3.1
44
Authors@R:
55
person("Cory", "McCartan", role = c("aut", "cre"),
66
email = "cmccartan@g.harvard.edu")

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717

1818
<!-- badges: start -->
1919
[![R-CMD-check](https://github.com/CoryMcCartan/wacolors/workflows/R-CMD-check/badge.svg)](https://github.com/CoryMcCartan/wacolors/actions)
20-
[![CRAN](https://www.r-pkg.org/badges/version/wacolors)](https://cran.r-project.org/web/packages/wacolors/index.html)
20+
[![CRAN](https://www.r-pkg.org/badges/version/wacolors)](https://CRAN.R-project.org/package=wacolors)
2121
<!-- badges: end -->
2222

2323
![Mt. Rainier](cover.jpg)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- badges: start -->
77

88
[![R-CMD-check](https://github.com/CoryMcCartan/wacolors/workflows/R-CMD-check/badge.svg)](https://github.com/CoryMcCartan/wacolors/actions)
9-
[![CRAN](https://www.r-pkg.org/badges/version/wacolors)](https://cran.r-project.org/web/packages/wacolors/index.html)
9+
[![CRAN](https://www.r-pkg.org/badges/version/wacolors)](https://CRAN.R-project.org/package=wacolors)
1010
<!-- badges: end -->
1111

1212
![Mt. Rainier](cover.jpg)

cran-comments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Resubmission
2+
3+
In this resubmission, I have updated CRAN URLs in my README to use the canonical
4+
form.
5+
16
## Test environments
27
* local OS X install, R 4.1.2
38
* latest OS X (on gh-actions), (release)

0 commit comments

Comments
 (0)