-
Notifications
You must be signed in to change notification settings - Fork 504
refactor: move {raster}
and {terra}
to Suggests
#943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 12 commits
010944f
e2fea24
12a5777
19fa69c
79edf12
15da72f
49dfcd0
4dde3f6
b949bc3
31b982e
ce4cb76
668ac73
b8fbea7
16c8b01
6875bcf
4a094dd
0aad5c6
7a91768
6ae457b
e2c2c9b
34a5c6f
6fe4b9f
ade3c43
18941c1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,25 +58,25 @@ Imports: | |
magrittr, | ||
methods, | ||
png, | ||
raster (>= 3.6.3), | ||
rlang, | ||
RColorBrewer, | ||
scales (>= 1.0.0), | ||
sf (>= 0.9-6), | ||
stats, | ||
terra (>= 1.6-3), | ||
|
||
viridisLite, | ||
xfun | ||
Suggests: | ||
knitr, | ||
maps, | ||
purrr, | ||
R6, | ||
raster (>= 3.6-3), | ||
RJSONIO, | ||
rmarkdown, | ||
s2, | ||
shiny (>= 1.0.0), | ||
sp, | ||
terra, | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 | ||
Config/Needs/website: dplyr, ncdf4, rnaturalearth, tidyverse/tidytemplate | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,4 +152,3 @@ m %>% addCircleMarkers(~lng, ~lat, radius = ~size, | |
color = ~greens(value), fillOpacity = 0.5) | ||
|
||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# obsolete | ||
library(leaflet) | ||
library(sp) | ||
library(maps) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.