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 9c38cde

Browse files
committed
fix: modify somme urls
CRAN release
1 parent 5075149 commit 9c38cde

File tree

14 files changed

+29
-22
lines changed

14 files changed

+29
-22
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "cartography" in publications use:'
88
type: software
99
license: GPL-3.0-only
1010
title: 'cartography: Thematic Cartography'
11-
version: 3.1.4
11+
version: 3.1.5
1212
doi: 10.21105/joss.00054
1313
abstract: Create and integrate maps in your R workflow. This package helps to design
1414
cartographic representations such as proportional symbols, choropleth, typology,

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cartography
22
Title: Thematic Cartography
3-
Version: 3.1.4
3+
Version: 3.1.5
44
Authors@R: c(
55
person("Timothée", "Giraud",
66
email = "[email protected]", role = c("cre","aut"),

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# cartography 3.1.5
2+
3+
## Minor change
4+
* fix urls in documentation
5+
6+
7+
18
# cartography 3.1.4
29

310
## Minor change

R/data.R

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' @format SpatialPolygonsDataFrame.
55
#' @details This SpatialPolygonsDataFrame can be used with the nuts3.df data frame
66
#' @field id Unique nuts id (character)
7-
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
7+
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
88
#' @docType data
99
#' @keywords internal
1010
NULL
@@ -15,7 +15,7 @@ NULL
1515
#' @format SpatialPolygonsDataFrame.
1616
#' @details This SpatialPolygonsDataFrame can be used with the nuts2.df data frame
1717
#' @field id Unique nuts id (character)
18-
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
18+
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
1919
#' @docType data
2020
#' @keywords internal
2121
NULL
@@ -26,7 +26,7 @@ NULL
2626
#' @format SpatialPolygonsDataFrame.
2727
#' @details This SpatialPolygonsDataFrame can be used with the nuts1.df data frame
2828
#' @field id Unique nuts id (character)
29-
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
29+
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
3030
#' @docType data
3131
#' @keywords internal
3232
NULL
@@ -37,7 +37,7 @@ NULL
3737
#' @format SpatialPolygonsDataFrame.
3838
#' @details This SpatialPolygonsDataFrame can be used with the nuts0.df data frame
3939
#' @field id Unique nuts id (character)
40-
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
40+
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
4141
#' @docType data
4242
#' @keywords internal
4343
NULL
@@ -137,7 +137,7 @@ NULL
137137
#' @name coasts.spdf
138138
#' @description Coastline of Europe.
139139
#' @format SpatialLinesDataFrame.
140-
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
140+
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
141141
#' @docType data
142142
#' @keywords internal
143143
NULL
@@ -146,7 +146,7 @@ NULL
146146
#' @name frame.spdf
147147
#' @description Frame around European countries.
148148
#' @format SpatialPolygonsDataFrame.
149-
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
149+
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
150150
#' @docType data
151151
#' @keywords internal
152152
NULL
@@ -155,7 +155,7 @@ NULL
155155
#' @name graticule.spdf
156156
#' @description Graticule around Europe.
157157
#' @format SpatialLines.
158-
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
158+
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
159159
#' @docType data
160160
#' @keywords internal
161161
NULL
@@ -165,7 +165,7 @@ NULL
165165
#' @name countries.spdf
166166
#' @description Countries in the European area.
167167
#' @format SpatialPolygonsDataFrame.
168-
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
168+
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
169169
#' @docType data
170170
#' @keywords internal
171171
NULL
@@ -174,7 +174,7 @@ NULL
174174
#' @name world.spdf
175175
#' @description World background.
176176
#' @format SpatialPolygonsDataFrame.
177-
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
177+
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
178178
#' @docType data
179179
#' @keywords internal
180180
NULL

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/riatelab/cartography/",
88
"issueTracker": "https://github.com/riatelab/cartography/issues/",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "3.1.4",
10+
"version": "3.1.5",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
@@ -251,7 +251,7 @@
251251
},
252252
"SystemRequirements": null
253253
},
254-
"fileSize": "5688.502KB",
254+
"fileSize": "5688.588KB",
255255
"citation": [
256256
{
257257
"@type": "ScholarlyArticle",

man/coasts.spdf.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/countries.spdf.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/frame.spdf.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/graticule.spdf.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/nuts0.spdf.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)