Skip to content

Commit

Permalink
chore: update NEWS, DESCRIPTION, codemeta and cff
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed Dec 15, 2023
1 parent 4c22d8f commit ac1b0e5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ message: 'To cite package "maptiles" in publications use:'
type: software
license: GPL-3.0-only
title: 'maptiles: Download and Display Map Tiles'
version: 0.6.1
version: 0.7.0
abstract: To create maps from tiles, 'maptiles' downloads, composes and displays tiles
from a large number of providers (e.g. 'OpenStreetMap', 'Stamen', 'Esri', 'CARTO',
from a large number of providers (e.g. 'OpenStreetMap', 'Stadia', 'Esri', 'CARTO',
or 'Thunderforest').
authors:
- family-names: Giraud
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: maptiles
Title: Download and Display Map Tiles
Version: 0.7.0.0
Version: 0.7.0
Authors@R: c(person(given = "Timothée",
family = "Giraud",
email = "[email protected]",
Expand All @@ -19,7 +19,7 @@ Authors@R: c(person(given = "Timothée",
role = c("ctb")))
Description: To create maps from tiles, 'maptiles' downloads, composes and
displays tiles from a large number of providers (e.g. 'OpenStreetMap',
'Stamen', 'Esri', 'CARTO', or 'Thunderforest').
'Stadia', 'Esri', 'CARTO', or 'Thunderforest').
URL: https://github.com/riatelab/maptiles/
BugReports: https://github.com/riatelab/maptiles/issues/
License: GPL-3
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# maptiles 0.7.0

## fix
- update tests with valid provider

## feat
- improve doc in create_provider() for wms inspection (#)
- add *.webp tile extension support

# maptiles 0.6.1

## fix
Expand Down
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "maptiles",
"description": "To create maps from tiles, 'maptiles' downloads, composes and displays tiles from a large number of providers (e.g. 'OpenStreetMap', 'Stamen', 'Esri', 'CARTO', or 'Thunderforest').",
"description": "To create maps from tiles, 'maptiles' downloads, composes and displays tiles from a large number of providers (e.g. 'OpenStreetMap', 'Stadia', 'Esri', 'CARTO', or 'Thunderforest').",
"name": "maptiles: Download and Display Map Tiles",
"codeRepository": "https://github.com/riatelab/maptiles/",
"issueTracker": "https://github.com/riatelab/maptiles/issues/",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.6.1",
"version": "0.7.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.1 (2023-06-16)",
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -168,5 +168,5 @@
},
"SystemRequirements": null
},
"fileSize": "1154.742KB"
"fileSize": "1160.077KB"
}

0 comments on commit ac1b0e5

Please sign in to comment.