diff --git a/.Rbuildignore b/.Rbuildignore index 48a7a79..b8f9886 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -17,3 +17,4 @@ README.md cran-comments.md ^CRAN-RELEASE$ ^CRAN-SUBMISSION$ +.vscode diff --git a/.gitignore b/.gitignore index b09a809..a8403f5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ vignettes/*.pdf .RData cran_graphs.R cran_graphs2.R +.vscode +revdep/checks.noindex +revdep/library.noindex +revdep/data.sqlite diff --git a/DESCRIPTION b/DESCRIPTION index 3b50730..cfffff8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: viridis Type: Package Title: Colorblind-Friendly Color Maps for R -Version: 0.6.4 -Date: 2023-07-19 +Version: 0.6.5 +Date: 2024-01-28 Authors@R: c( person("Simon", "Garnier", email = "garnier@njit.edu", role = c("aut", "cre")), person("Noam", "Ross", email = "noam.ross@gmail.com", role = c("ctb", "cph")), @@ -48,4 +48,4 @@ LazyData: true VignetteBuilder: knitr URL: https://sjmgarnier.github.io/viridis/, https://github.com/sjmgarnier/viridis/ BugReports: https://github.com/sjmgarnier/viridis/issues -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 diff --git a/NEWS.md b/NEWS.md index 45b3d7d..9a4e2d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +# viridis 0.6.5 + +## New features + +* N/A. + +## Minor improvements and fixes + +* Fix a problem with ggplot next release (thanks to @teunbrand). + +--- + # viridis 0.6.4 ## New features diff --git a/R/scales.R b/R/scales.R index 4f69df3..d9ddf6a 100644 --- a/R/scales.R +++ b/R/scales.R @@ -32,8 +32,8 @@ #' \item "turbo" (or "H") #' } #' -#' @author Bob Rudis: \email{bob@@rud.is} / \href{https://twitter.com/hrbrmstr}{@@hrbrmstr} -#' @author Simon Garnier: \email{garnier@@njit.edu} / \href{https://twitter.com/sjmgarnier}{@@sjmgarnier} +#' @author Bob Rudis: \email{bob@@rud.is} +#' @author Simon Garnier: \email{garnier@@njit.edu} #' #' @examples #' library(scales) @@ -102,9 +102,9 @@ viridis_pal <- function(alpha = 1, begin = 0, end = 1, direction = 1, option= "D #' #' @rdname scale_viridis #' -#' @author Noam Ross \email{noam.ross@@gmail.com} / \href{https://twitter.com/noamross}{@@noamross} -#' @author Bob Rudis \email{bob@@rud.is} / \href{https://twitter.com/hrbrmstr}{@@hrbrmstr} -#' @author Simon Garnier: \email{garnier@@njit.edu} / \href{https://twitter.com/sjmgarnier}{@@sjmgarnier} +#' @author Noam Ross \email{noam.ross@@gmail.com} +#' @author Bob Rudis \email{bob@@rud.is} +#' @author Simon Garnier: \email{garnier@@njit.edu} #' #' @importFrom ggplot2 scale_fill_gradientn scale_color_gradientn discrete_scale #' diff --git a/cran-comments.md b/cran-comments.md index ce4c6ce..dce0d75 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,7 @@ ## Test environments -* local OS X 13.4.1, R 4.3.1, ARM -* local OS X 13.4.1, R-devel, ARM +* local OS X 14.2.1, R 4.3.2, ARM +* local OS X 14.2.1, R-devel, ARM * Github Actions "windows-latest (release)" * Github Actions "macOS-latest (release)" * Github Actions "ubuntu-22.04-latest (release)" @@ -20,20 +20,18 @@ verification. All URLs have been manually checked and are functional. ## Downstream dependencies -Downstream dependencies on CRAN and Bioconductor were checked with -'revdepcheck::revdep_check()'. We checked 200 reverse dependencies (198 from -CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev -versions of this package. +### revdepcheck results + +We checked 213 reverse dependencies (211 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems - * We failed to check 2 packages + * We failed to check 1 packages Issues with CRAN packages are summarised below. ### Failed to check -* nullabor (NA) -* simmr (NA) +* simmr (NA) ## CRAN team comments diff --git a/docs/404.html b/docs/404.html index 4d6a112..c932d7b 100644 --- a/docs/404.html +++ b/docs/404.html @@ -13,8 +13,8 @@ - - + + @@ -31,7 +31,7 @@ viridis - 0.6.4 + 0.6.5