Skip to content

Commit

Permalink
Support httpgd graphics device (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert authored Aug 30, 2023
1 parent ea2937b commit 8af5f8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Suggests:
gganimate,
ggiraph,
htmltools,
httpgd,
jsonlite,
knitr,
lattice,
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# thematic (development version)

* The `{httpgd}` graphics device (and thus, Github codespaces) is now supported. (#143)

# thematic 0.1.3

* Closed #129: Fixed a bug with not being able override thematic inside geom_sf(). (#129)
Expand Down
1 change: 1 addition & 0 deletions R/hooks.R
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ get_device_function <- function(name = infer_device()) {
Cairo = Cairo::Cairo,
devSVG = svglite::svglite,
dsvg_device = ggiraph::dsvg,
httpgd = httpgd::hgd,
# TODO: support cairoDevices? tikz?
stop(
"thematic doesn't (yet) support the '", name, "' graphics device. ",
Expand Down

0 comments on commit 8af5f8d

Please sign in to comment.