Skip to content

Commit

Permalink
chore: update pkg version, NEWS, codemeta & cff
Browse files Browse the repository at this point in the history
submit to cran
  • Loading branch information
rCarto committed Jan 11, 2024
1 parent aa77d3e commit 182404f
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 20 deletions.
90 changes: 79 additions & 11 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ references:
- name: R Core Team
location:
name: Vienna, Austria
year: '2023'
year: '2024'
institution:
name: R Foundation for Statistical Computing
version: '>= 3.5.0'
Expand All @@ -49,7 +49,7 @@ references:
given-names: Edzer
email: [email protected]
orcid: https://orcid.org/0000-0001-8049-7069
year: '2023'
year: '2024'
version: '>= 0.9-5'
- type: software
title: curl
Expand All @@ -62,7 +62,64 @@ references:
given-names: Jeroen
email: [email protected]
orcid: https://orcid.org/0000-0002-4035-0289
year: '2023'
year: '2024'
- type: software
title: digest
abstract: 'digest: Create Compact Hash Digests of R Objects'
notes: Imports
url: https://dirk.eddelbuettel.com/code/digest.html
repository: https://CRAN.R-project.org/package=digest
authors:
- family-names: Lucas
given-names: Dirk Eddelbuettel with contributions by Antoine
email: [email protected]
- family-names: Tuszynski
given-names: Jarek
- family-names: Bengtsson
given-names: Henrik
- family-names: Urbanek
given-names: Simon
- family-names: Frasca
given-names: Mario
- family-names: Lewis
given-names: Bryan
- family-names: Stokely
given-names: Murray
- family-names: Muehleisen
given-names: Hannes
- family-names: Murdoch
given-names: Duncan
- family-names: Hester
given-names: Jim
- family-names: Wu
given-names: Wush
- family-names: Kou
given-names: Qiang
- family-names: Onkelinx
given-names: Thierry
- family-names: Lang
given-names: Michel
- family-names: Simko
given-names: Viliam
- family-names: Hornik
given-names: Kurt
- family-names: Neal
given-names: Radford
- family-names: Bell
given-names: Kendon
- family-names: de Queljoe
given-names: Matthew
- family-names: Suruceanu
given-names: Ion
- family-names: Denney
given-names: Bill
- family-names: Schumacher
given-names: Dirk
- family-names: Chang
given-names: Winston
- family-names: Attali.
given-names: Dean
year: '2024'
- type: software
title: graphics
abstract: 'R: A Language and Environment for Statistical Computing'
Expand All @@ -71,7 +128,7 @@ references:
- name: R Core Team
location:
name: Vienna, Austria
year: '2023'
year: '2024'
institution:
name: R Foundation for Statistical Computing
- type: software
Expand All @@ -82,7 +139,7 @@ references:
- name: R Core Team
location:
name: Vienna, Austria
year: '2023'
year: '2024'
institution:
name: R Foundation for Statistical Computing
- type: software
Expand All @@ -95,7 +152,7 @@ references:
- family-names: Urbanek
given-names: Simon
email: [email protected]
year: '2023'
year: '2024'
- type: software
title: terra
abstract: 'terra: Spatial Data Analysis'
Expand All @@ -107,7 +164,7 @@ references:
given-names: Robert J.
email: [email protected]
orcid: https://orcid.org/0000-0001-5872-2872
year: '2023'
year: '2024'
- type: software
title: tools
abstract: 'R: A Language and Environment for Statistical Computing'
Expand All @@ -116,7 +173,7 @@ references:
- name: R Core Team
location:
name: Vienna, Austria
year: '2023'
year: '2024'
institution:
name: R Foundation for Statistical Computing
- type: software
Expand All @@ -133,7 +190,18 @@ references:
- family-names: Sumner
given-names: Michael
email: [email protected]
year: '2023'
year: '2024'
- type: software
title: utils
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2024'
institution:
name: R Foundation for Statistical Computing
- type: software
title: covr
abstract: 'covr: Test Coverage for Packages'
Expand All @@ -144,7 +212,7 @@ references:
- family-names: Hester
given-names: Jim
email: [email protected]
year: '2023'
year: '2024'
- type: software
title: tinytest
abstract: 'tinytest: Lightweight and Feature Complete Unit Testing Framework'
Expand All @@ -156,4 +224,4 @@ references:
given-names: Mark
email: [email protected]
orcid: https://orcid.org/0000-0002-9807-4686
year: '2023'
year: '2024'
2 changes: 1 addition & 1 deletion 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 Down
16 changes: 14 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# maptiles 0.7.0

This release is a refactoring of the package, functions has been exploded to be
better tested and inspected.

## fix
- update tests with valid provider
- remove (not functioning) Esri Delorme provider
- better management of cache, tiles and composed raster are cached
(huge speed gain)
- remove the gdal-based merging mechanism, not efficient anymore.

## feat
- improve doc in create_provider() for wms inspection (#)
- add *.webp tile extension support
- improve doc in create_provider() for wms inspection (#22 @paul-carteron)
- add *.webp tile extension support (#28 @tadhg-moore)
- change the output of verbose
- cache composed raster for future use
- API keys management for Stadia and Thunderforest with env variable



# maptiles 0.6.1

Expand Down
29 changes: 23 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,28 @@
"sameAs": "https://CRAN.R-project.org/package=curl"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "digest",
"name": "digest",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=digest"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "graphics",
"name": "graphics"
},
"5": {
"6": {
"@type": "SoftwareApplication",
"identifier": "grDevices",
"name": "grDevices"
},
"6": {
"7": {
"@type": "SoftwareApplication",
"identifier": "png",
"name": "png",
Expand All @@ -137,7 +149,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=png"
},
"7": {
"8": {
"@type": "SoftwareApplication",
"identifier": "terra",
"name": "terra",
Expand All @@ -149,12 +161,12 @@
},
"sameAs": "https://CRAN.R-project.org/package=terra"
},
"8": {
"9": {
"@type": "SoftwareApplication",
"identifier": "tools",
"name": "tools"
},
"9": {
"10": {
"@type": "SoftwareApplication",
"identifier": "slippymath",
"name": "slippymath",
Expand All @@ -166,7 +178,12 @@
},
"sameAs": "https://CRAN.R-project.org/package=slippymath"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"SystemRequirements": null
},
"fileSize": "1160.077KB"
"fileSize": "1140.47KB"
}

0 comments on commit 182404f

Please sign in to comment.