Skip to content

Commit

Permalink
fix: modify somme urls
Browse files Browse the repository at this point in the history
CRAN release
  • Loading branch information
rCarto committed Sep 14, 2023
1 parent 5075149 commit 9c38cde
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "cartography" in publications use:'
type: software
license: GPL-3.0-only
title: 'cartography: Thematic Cartography'
version: 3.1.4
version: 3.1.5
doi: 10.21105/joss.00054
abstract: Create and integrate maps in your R workflow. This package helps to design
cartographic representations such as proportional symbols, choropleth, typology,
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cartography
Title: Thematic Cartography
Version: 3.1.4
Version: 3.1.5
Authors@R: c(
person("Timothée", "Giraud",
email = "timothee.giraud@cnrs.fr", role = c("cre","aut"),
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# cartography 3.1.5

## Minor change
* fix urls in documentation



# cartography 3.1.4

## Minor change
Expand Down
18 changes: 9 additions & 9 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @format SpatialPolygonsDataFrame.
#' @details This SpatialPolygonsDataFrame can be used with the nuts3.df data frame
#' @field id Unique nuts id (character)
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
#' @docType data
#' @keywords internal
NULL
Expand All @@ -15,7 +15,7 @@ NULL
#' @format SpatialPolygonsDataFrame.
#' @details This SpatialPolygonsDataFrame can be used with the nuts2.df data frame
#' @field id Unique nuts id (character)
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
#' @docType data
#' @keywords internal
NULL
Expand All @@ -26,7 +26,7 @@ NULL
#' @format SpatialPolygonsDataFrame.
#' @details This SpatialPolygonsDataFrame can be used with the nuts1.df data frame
#' @field id Unique nuts id (character)
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
#' @docType data
#' @keywords internal
NULL
Expand All @@ -37,7 +37,7 @@ NULL
#' @format SpatialPolygonsDataFrame.
#' @details This SpatialPolygonsDataFrame can be used with the nuts0.df data frame
#' @field id Unique nuts id (character)
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
#' @docType data
#' @keywords internal
NULL
Expand Down Expand Up @@ -137,7 +137,7 @@ NULL
#' @name coasts.spdf
#' @description Coastline of Europe.
#' @format SpatialLinesDataFrame.
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
#' @docType data
#' @keywords internal
NULL
Expand All @@ -146,7 +146,7 @@ NULL
#' @name frame.spdf
#' @description Frame around European countries.
#' @format SpatialPolygonsDataFrame.
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
#' @docType data
#' @keywords internal
NULL
Expand All @@ -155,7 +155,7 @@ NULL
#' @name graticule.spdf
#' @description Graticule around Europe.
#' @format SpatialLines.
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
#' @docType data
#' @keywords internal
NULL
Expand All @@ -165,7 +165,7 @@ NULL
#' @name countries.spdf
#' @description Countries in the European area.
#' @format SpatialPolygonsDataFrame.
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
#' @docType data
#' @keywords internal
NULL
Expand All @@ -174,7 +174,7 @@ NULL
#' @name world.spdf
#' @description World background.
#' @format SpatialPolygonsDataFrame.
#' @source UMS RIATE - \url{http://riate.cnrs.fr/}
#' @source UMS RIATE - \url{https://riate.cnrs.fr/}
#' @docType data
#' @keywords internal
NULL
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/riatelab/cartography/",
"issueTracker": "https://github.com/riatelab/cartography/issues/",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "3.1.4",
"version": "3.1.5",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -251,7 +251,7 @@
},
"SystemRequirements": null
},
"fileSize": "5688.502KB",
"fileSize": "5688.588KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
2 changes: 1 addition & 1 deletion man/coasts.spdf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/countries.spdf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/frame.spdf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/graticule.spdf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/nuts0.spdf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/nuts1.spdf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/nuts2.spdf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/nuts3.spdf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/world.spdf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c38cde

Please sign in to comment.