Skip to content

Commit

Permalink
ropensci: fix #67
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 20, 2024
1 parent b0c9402 commit d0f1636
Show file tree
Hide file tree
Showing 17 changed files with 1,227 additions and 7 deletions.
93 changes: 93 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ authors:
name-particle: de
email: [email protected]
orcid: https://orcid.org/0000-0001-8983-9571
preferred-citation:
type: manual
title: 'forcis: An R client to access the FORCIS database'
authors:
- name: Casajus Nicolas
- name: Greco Mattia
- name: Chaabane Sonia
- name: Giraud Xavier
- name: de Garidel-Thoron Thibault
year: '2024'
notes: R package version 0.1.0.9000
url: https://frbcesab.github.io/forcis
repository-code: https://github.com/FRBCesab/forcis
url: https://frbcesab.github.io/forcis
contact:
Expand All @@ -42,6 +54,62 @@ contact:
email: [email protected]
orcid: https://orcid.org/0000-0002-5537-5294
references:
- type: article
title: 'The FORCIS database: A global census of planktonic Foraminifera from ocean
waters'
authors:
- name: Chaabane Sonia
- name: De Garidel-Thoron Thibault
- name: Giraud Xavier
- name: Schiebel Ralf
- name: Beaugrand Gregory
- name: Brummer Geert-Jan
- name: Casajus Nicolas
- name: Greco Mattia
- name: Grigoratou Maria
- name: Howa Hélène
- name: Jonkers Lukas
- name: Kucera Michal
- name: Kuroyanagi Azumi
- name: Meilland Julie
- name: Monteiro Fanny
- name: Mortyn Graham
- name: Almogi-Labin Ahuva
- name: Asahi Hirofumi
- name: Avnaim-Katav Simona
- name: Bassinot Franck
- name: Davis Catherine V.
- name: Field David B.
- name: Hernández-Almeida Iván
- name: Herut Barak
- name: Hosie Graham
- name: Howard Will
- name: Jentzen Anna
- name: Johns David G.
- name: Keigwin Lloyd
- name: Kitchener John
- name: Kohfeld Karen E.
- name: Lessa Douglas V. O.
- name: Manno Clara
- name: Marchant Margarita
- name: Ofstad Siri
- name: Ortiz Joseph D.
- name: Post Alexandra
- name: Rigual-Hernandez Andres
- name: Rillo Marina C.
- name: Robinson Karen
- name: Sagawa Takuya
- name: Sierro Francisco
- name: Takahashi Kunio T.
- name: Torfstein Adi
- name: Venancio Igor
- name: Yamasaki Makoto
- name: Ziveri Patrizia
journal: Scientific Data
volume: '10'
doi: 10.1038/s41597-023-02264-2
year: '2023'
start: '354'
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
Expand Down Expand Up @@ -293,6 +361,31 @@ references:
year: '2024'
doi: 10.32614/CRAN.package.testthat
version: '>= 3.0.0'
- type: software
title: vdiffr
abstract: 'vdiffr: Visual Regression Testing and Graphical Diffing'
notes: Suggests
url: https://vdiffr.r-lib.org/
repository: https://CRAN.R-project.org/package=vdiffr
authors:
- family-names: Henry
given-names: Lionel
email: [email protected]
- family-names: Pedersen
given-names: Thomas Lin
email: [email protected]
orcid: https://orcid.org/0000-0002-5147-4711
- family-names: Luciani
given-names: T Jake
email: [email protected]
- family-names: Decorde
given-names: Matthieu
email: [email protected]
- family-names: Lise
given-names: Vaudor
email: [email protected]
year: '2024'
doi: 10.32614/CRAN.package.vdiffr
- type: software
title: withr
abstract: 'withr: Run Code ''With'' Temporarily Modified Global State'
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr,
withr
Config/testthat/edition: 3
14 changes: 13 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "vdiffr",
"name": "vdiffr",
"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=vdiffr"
},
{
"@type": "SoftwareApplication",
"identifier": "withr",
Expand Down Expand Up @@ -244,7 +256,7 @@
},
"SystemRequirements": null
},
"fileSize": "2716.372KB",
"fileSize": "3718.985KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
350 changes: 350 additions & 0 deletions tests/testthat/_snaps/geom_basemap/plot-with-basemap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
351 changes: 351 additions & 0 deletions tests/testthat/_snaps/ggmap_data/map-data.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d0f1636

Please sign in to comment.