Skip to content

Commit

Permalink
Handle undisclosed requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-s committed Apr 18, 2024
1 parent b921143 commit 0a0d3dc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,19 @@
],
"Hash": "bd54ba8a0a5faded999a7aab6e46b374"
},
"prettymapr": {
"Package": "prettymapr",
"Version": "0.2.5",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"digest",
"httr",
"plyr",
"rjson"
],
"Hash": "56a976e191eefe5830dfed35b3f77219"
},
"prettyunits": {
"Package": "prettyunits",
"Version": "1.2.0",
Expand Down Expand Up @@ -1431,6 +1444,16 @@
],
"Hash": "41b847654f567341725473431dd0d5ab"
},
"rjson": {
"Package": "rjson",
"Version": "0.2.21",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R"
],
"Hash": "f9da75e6444e95a1baf8ca24909d63b9"
},
"rlang": {
"Package": "rlang",
"Version": "1.1.3",
Expand Down
2 changes: 2 additions & 0 deletions weeks/16_context.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ There are also OSM tiles in ggspatial with a few styles, but they require the ra

```{r}
#| label: osm
library(prettymapr) # not using but needed for ggspatial
ggplot(art_sf) +
ggspatial::annotation_map_tile(zoom = 12, progress = "none", type = "cartolight") +
geom_sf(color = "orchid") +
Expand Down

0 comments on commit 0a0d3dc

Please sign in to comment.