Skip to content

Commit

Permalink
Merge pull request #75 from sjmgarnier/develop
Browse files Browse the repository at this point in the history
Fix test and check issues.
  • Loading branch information
sjmgarnier authored Apr 14, 2021
2 parents 9fcc567 + f3dcf97 commit b6ed31f
Show file tree
Hide file tree
Showing 32 changed files with 77 additions and 70 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- master
- develop
pull_request:
branches:
- main
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Description: Color maps designed to improve graph readability for readers with
'ggplot2' bindings can be found at
<https://cran.r-project.org/package=viridisLite>.
License: MIT + file LICENSE
LazyData: TRUE
Encoding: UTF-8
Depends:
R (>= 2.10),
Expand All @@ -46,6 +45,6 @@ Suggests:
rmarkdown,
rgdal
VignetteBuilder: knitr
URL: http://sjmgarnier.github.io/viridis, https://github.com/sjmgarnier/viridis
URL: https://sjmgarnier.github.io/viridis/, https://github.com/sjmgarnier/viridis/
BugReports: https://github.com/sjmgarnier/viridis/issues
RoxygenNote: 7.1.1
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export(scale_colour_viridis)
export(scale_fill_viridis)
export(turbo)
export(viridis)
export(viridis.map)
export(viridis_pal)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,scale_color_gradientn)
Expand All @@ -24,3 +25,4 @@ importFrom(viridisLite,plasma)
importFrom(viridisLite,rocket)
importFrom(viridisLite,turbo)
importFrom(viridisLite,viridis)
importFrom(viridisLite,viridis.map)
4 changes: 4 additions & 0 deletions R/scales.R
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,7 @@ viridisLite::rocket
#' @importFrom viridisLite turbo
#' @export
viridisLite::turbo

#' @importFrom viridisLite viridis.map
#' @export
viridisLite::viridis.map
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The color maps `viridis`, `magma`, `inferno`, and `plasma` were created by
Stéfan van der Walt ([@stefanv](https://github.com/stefanv)) and Nathaniel Smith ([@njsmith](https://github.com/njsmith)). If you want to know more about the
science behind the creation of these color maps, you can watch this
[presentation of `viridis`](https://youtu.be/xAoljeRJ3lU) by their authors at
[SciPy 2015](http://scipy2015.scipy.org/).
[SciPy 2015](https://scipy2015.scipy.org/).

The color map `cividis` is a corrected version of 'viridis', developed by
Jamie R. Nuñez, Christopher R. Anderton, and Ryan S. Renslow, and originally
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: http://sjmgarnier.github.io/viridis
url: https://sjmgarnier.github.io/viridis

template:
params:
Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ There were no ERRORs or WARNINGs.

## Downstream dependencies

Downstream dependencies on CRAN and Bioconductor were checked with
'revdepcheck::revdep_check()'. All errors, warnings, and notes were found to be
unrelated to this package.
Downstream dependencies on CRAN were checked with 'revdepcheck::revdep_check()'.
No new error, warning, and note were found to be caused by this package.

## CRAN team comments

Expand Down
24 changes: 12 additions & 12 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/articles/intro-to-viridis.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pkgdown: 1.6.1
pkgdown_sha: ~
articles:
intro-to-viridis: intro-to-viridis.html
last_built: 2021-04-14T06:18Z
last_built: 2021-04-14T15:18Z
urls:
reference: http://sjmgarnier.github.io/viridis/reference
article: http://sjmgarnier.github.io/viridis/articles
reference: https://sjmgarnier.github.io/viridis/reference
article: https://sjmgarnier.github.io/viridis/articles

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/reexports.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/scale_viridis.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/viridis_pal.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b6ed31f

Please sign in to comment.