Skip to content

Commit 5fb25fe

Browse files
committed
chore: update version
1 parent c860918 commit 5fb25fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ data-raw
88
^codemeta\.json$
99
^CITATION\.cff$
1010
^codecov\.yml$
11-
tiles
11+
^tiles/

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: maptiles
22
Title: Download and Display Map Tiles
3-
Version: 0.8.0
3+
Version: 0.9.0
44
Authors@R: c(person(given = "Timothée",
55
family = "Giraud",
66
email = "timothee.giraud@cnrs.fr",
@@ -26,7 +26,7 @@ License: GPL-3
2626
Depends:
2727
R (>= 3.5.0)
2828
Imports:
29-
sf (>= 0.9-5),
29+
sf,
3030
curl,
3131
digest,
3232
graphics,

data-raw/minimaps.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ par(mar = c(0, 0, 0, 0), mfrow = c(8, 4))
2626
for (i in 1:length(providers)) {
2727
t <- get_tiles(nc,
2828
provider = providers[[i]],
29-
zoom = 6, cachedir = "tiles",
29+
zoom = 5, cachedir = "tiles",
3030
crop = T, verbose = T, retina = FALSE
3131
)
3232
plot_tiles(t)

0 commit comments

Comments
 (0)