WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 5075149

Browse files
committed
chore: increase vesion, update NEWS
CRAN release
1 parent 9fd8372 commit 5075149

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cartography
22
Title: Thematic Cartography
3-
Version: 3.1.3
3+
Version: 3.1.4
44
Authors@R: c(
55
person("Timothée", "Giraud",
66
email = "[email protected]", role = c("cre","aut"),
@@ -29,8 +29,8 @@ Imports:
2929
png,
3030
raster,
3131
Rcpp,
32-
sf (>= 0.6-4),
33-
sp (>= 1.2-4),
32+
sf,
33+
sp,
3434
stats,
3535
utils,
3636
grDevices

NEWS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# cartography 3.1.4
2+
3+
## Minor change
4+
* fix pkg level documentation
5+
* add codemeta and cff
6+
* use bibentry() instead of citEntry()
7+
18
# cartography 3.1.3
29

310
## Minor change
@@ -18,10 +25,12 @@
1825
- deprecate smoothLayer(), please use potential package instead
1926

2027
# cartography 3.0.1
28+
2129
## Major changes
2230
- Remove defunct arguments in dotdensityLayer, getBorders, getFigDim,
2331
getGridLayer, getOuterBorders, getTiles
24-
## minor changes
32+
33+
## Minor changes
2534
- Move some tests to local tests
2635

2736
# cartography 3.0.0

0 commit comments

Comments
 (0)