Skip to content

Commit d206d01

Browse files
authored
Merge pull request #163 from CMAP-REPOS/positron-fix
graphics backend for positron fix
2 parents b982bb2 + 2705141 commit d206d01

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cmapplot
22
Title: CMAP Themes and Color Palettes
3-
Version: 1.2.2
3+
Version: 1.2.3
44
Authors@R: c(
55
person("Daniel", "Comeaux",
66
role = c("aut"),
@@ -22,6 +22,9 @@ Authors@R: c(
2222
person("Sean", "Connelly",
2323
role = c("aut", "cre"),
2424
email = "sconnelly@cmap.illinois.gov"),
25+
person("David", "Wells",
26+
role = "aut",
27+
email = "dwells@cmap.illinois.gov"),
2528
person("Chicago Metropolitan Agency for Planning",
2629
role = c("cph", "fnd")))
2730
Description: Provides themes and color scales for 'ggplot2', based on Chicago

R/cmapplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
# ... and check on rstudio graphics
111111
if (rstudioapi::isAvailable()){
112112
if(rstudioapi::getVersion() > "1.4"){
113-
if(getOption("RStudioGD.backend") != "ragg"){
113+
if(getOption("RStudioGD.backend", FALSE) != "ragg"){
114114
options(RStudioGD.backend = "ragg")
115115
packageStartupMessage(paste(
116116
"cmapplot has set RStudio graphics to `ragg` for the current session.",

man/cmapplot.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)