Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cmapplot
Title: CMAP Themes and Color Palettes
Version: 1.2.2
Version: 1.2.3
Authors@R: c(
person("Daniel", "Comeaux",
role = c("aut"),
Expand All @@ -22,6 +22,9 @@ Authors@R: c(
person("Sean", "Connelly",
role = c("aut", "cre"),
email = "sconnelly@cmap.illinois.gov"),
person("David", "Wells",
role = "aut",
email = "dwells@cmap.illinois.gov"),
person("Chicago Metropolitan Agency for Planning",
role = c("cph", "fnd")))
Description: Provides themes and color scales for 'ggplot2', based on Chicago
Expand Down
2 changes: 1 addition & 1 deletion R/cmapplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
# ... and check on rstudio graphics
if (rstudioapi::isAvailable()){
if(rstudioapi::getVersion() > "1.4"){
if(getOption("RStudioGD.backend") != "ragg"){
if(getOption("RStudioGD.backend", FALSE) != "ragg"){
options(RStudioGD.backend = "ragg")
packageStartupMessage(paste(
"cmapplot has set RStudio graphics to `ragg` for the current session.",
Expand Down
1 change: 1 addition & 0 deletions man/cmapplot.Rd

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

Loading