Skip to content

Commit 195ed6b

Browse files
author
Nicolas Casajus
committed
prepare resubmission to cran
1 parent 5ec3be7 commit 195ed6b

File tree

8 files changed

+35
-10
lines changed

8 files changed

+35
-10
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "forcis" in publications use:'
88
type: software
99
license: GPL-2.0-or-later
1010
title: 'forcis: Handle the FORCIS Foraminifera Database'
11-
version: 1.0.0
11+
version: 1.0.1
1212
abstract: Provides an interface to the 'FORCIS' database (Chaabane et al. (2024) <https://doi.org/10.5281/zenodo.7390791>)
1313
on global foraminifera distribution. This package allows to download and to handle
1414
'FORCIS' data. It is part of the FRB-CESAB working group FORCIS. <https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/forcis/>.
@@ -44,7 +44,7 @@ preferred-citation:
4444
- name: Giraud Xavier
4545
- name: de Garidel-Thoron Thibault
4646
year: '2025'
47-
notes: R package version 1.0.0
47+
notes: R package version 1.0.1
4848
url: https://docs.ropensci.org/forcis/
4949
repository-code: https://github.com/ropensci/forcis
5050
url: https://docs.ropensci.org/forcis/

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: forcis
22
Type: Package
33
Title: Handle the FORCIS Foraminifera Database
4-
Version: 1.0.0
4+
Version: 1.0.1
55
Authors@R: c(
66
person(given = "Nicolas",
77
family = "Casajus",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Answers to CRAN comments:
1616
* No default value for argument `path` in `download_forcis_db()` and `read_*_data()` functions
1717

1818
* Unit tests
19-
* Update tests for `read_*_data()` functions (no default valur for `path`)
19+
* Update tests for `read_*_data()` functions (no default value for `path`)
2020

2121

2222
# forcis 1.0.0

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ library("forcis")
100100

101101
Please cite this package as:
102102

103-
> Casajus N, Greco M, Chaabane S, Giraud X & de Garidel-Thoron T (2025) forcis: Handle the FORCIS foraminifera database. R package version 1.0.0. URL: https://docs.ropensci.org/forcis/.
103+
> Casajus N, Greco M, Chaabane S, Giraud X & de Garidel-Thoron T (2025) forcis: Handle the FORCIS foraminifera database. R package version 1.0.1. URL: https://docs.ropensci.org/forcis/.
104104
105105
You can also run:
106106

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Please cite this package as:
116116

117117
> Casajus N, Greco M, Chaabane S, Giraud X & de Garidel-Thoron T (2025)
118118
> forcis: Handle the FORCIS foraminifera database. R package version
119-
> 1.0.0. URL: <https://docs.ropensci.org/forcis/>.
119+
> 1.0.1. URL: <https://docs.ropensci.org/forcis/>.
120120
121121
You can also run:
122122

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci/forcis",
99
"issueTracker": "https://github.com/ropensci/forcis/issues",
1010
"license": "https://spdx.org/licenses/GPL-2.0",
11-
"version": "1.0.0",
11+
"version": "1.0.1",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -281,7 +281,7 @@
281281
},
282282
"SystemRequirements": null
283283
},
284-
"fileSize": "4679.781KB",
284+
"fileSize": "4680.606KB",
285285
"citation": [
286286
{
287287
"@type": "SoftwareSourceCode",
@@ -310,7 +310,7 @@
310310
],
311311
"name": "forcis: {H}andle the {FORCIS} {F}oraminifera {D}atabase",
312312
"url": "https://docs.ropensci.org/forcis/",
313-
"description": "R package version 1.0.0"
313+
"description": "R package version 1.0.1"
314314
},
315315
{
316316
"@type": "ScholarlyArticle",

cran-comments.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## Resubmission
2+
3+
Thanks for reviewing the submission. Here is my answer to your requested changes:
4+
5+
* _Please omit the redundant "An R" at the start of your title._
6+
* Done in [7dafab7](https://github.com/ropensci/forcis/pull/131/commits/7dafab7af1b15636b8237ab3e4dd53c8bc9478a8)
7+
8+
* _Please always write package names, software names and API names in single quotes in title and description._
9+
* Done in [9bde0fd](https://github.com/ropensci/forcis/pull/131/commits/9bde0fde9779cf90f18b9e9d01385420fb266c6f)
10+
11+
* _Please write references in the description of the DESCRIPTION file in the form authors (year) <doi:...>_
12+
* Done in [2009c6b](https://github.com/ropensci/forcis/pull/131/commits/2009c6beb1b4074661269a73e0daf8957d68a500)
13+
14+
* _Please unwrap the examples if they are executable in < 5 sec, or replace dontrun{} with \donttest{}._
15+
* Done in [8caefb8](https://github.com/ropensci/forcis/pull/131/commits/8caefb8fe0a42945346491ad5b293cab3a055e58)
16+
17+
* _Please ensure that your functions do not write by default or in your examples/vignettes/tests in the user's home filespace (including the package directory and getwd())._
18+
* Done in [f4a8e4a](https://github.com/ropensci/forcis/pull/131/commits/f4a8e4a2899373f3bba6386963b8dbe34f4f31a8) and [39be485](https://github.com/ropensci/forcis/pull/131/commits/39be485e5c22a2e92386649f668a3d14bb4b7ca9)
19+
20+
21+
122
## Test environments
223

324
* Local
@@ -13,13 +34,17 @@
1334
* R-release
1435
* R-oldrel
1536

37+
38+
1639
## R CMD check results
1740

1841
0 errors | 0 warnings | 1 note
1942

2043
* New submission
2144
* Possibly misspelled words in DESCRIPTION (not appropriate)
2245

46+
47+
2348
## Downstream dependencies
2449

2550
There are currently no downstream dependencies for this package.

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bibentry(
99
person("de Garidel-Thoron Thibault")
1010
),
1111
year = "2025",
12-
note = "R package version 1.0.0",
12+
note = "R package version 1.0.1",
1313
url = "https://docs.ropensci.org/forcis/",
1414
header = "To cite the FORCIS package in publications use:"
1515
)

0 commit comments

Comments
 (0)