Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 6 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (19.1%) to scientific vocabulary
Keywords from Contributors
interactive
ecosystem-modeling
mesh
interpretability
profiles
distribution
sequences
generic
projection
standardization
Last synced: 6 months ago
·
JSON representation
·
Repository
Handle the FORCIS foraminifera database
Basic Info
- Host: GitHub
- Owner: ropensci
- License: gpl-2.0
- Language: R
- Default Branch: main
- Homepage: https://docs.ropensci.org/forcis
- Size: 6.85 MB
Statistics
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 3
Created over 4 years ago
· Last pushed 6 months ago
Metadata Files
Readme
Changelog
Contributing
License
Citation
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
out.width = "100%"
)
```
forcis
=========================================================
[](https://github.com/ropensci/software-review/issues/660)
[](https://CRAN.R-project.org/package=forcis)
[](https://choosealicense.com/licenses/gpl-2.0/)
[](https://github.com/ropensci/forcis/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/ropensci/forcis)
[](https://doi.org/10.5281/zenodo.15470664)
## Table of contents
• Overview
• Installation
• Documentation
• Citation
• Contributing
• Acknowledgments
• References
## Overview
The goal of the R package `forcis` is to provide an interface to the [FORCIS database](https://zenodo.org/doi/10.5281/zenodo.7390791) on global foraminifera distribution (Chaabane _et al._ 2023). This database includes data on living planktonic foraminifera diversity and distribution in the global oceans from 1910 until 2018 collected using plankton tows, continuous plankton recorder, sediment traps and plankton pump from the global ocean.

This package has been developed for researchers interested in working with the FORCIS database, even without advanced R skills. It provides basic functions to facilitate the handling of this large database, including functions to download, select, filter, homogenize, and visualize the data. It also enables users to explore the spatial distribution and temporal evolution of planktonic foraminifera.

## Installation
You can install the development version from [GitHub](https://github.com/) with:
```{r eval=FALSE}
## Install < remotes > package (if not already installed) ----
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
## Install dev version of < forcis > from GitHub ----
remotes::install_github("ropensci/forcis")
```
**N.B.** The `forcis` package depends on the [`sf`](https://r-spatial.github.io/sf/) package which requires some spatial system libraries (GDAL and PROJ). Please read [this page](https://github.com/r-spatial/sf?tab=readme-ov-file#installing) if you have any trouble to install `forcis`.
Finally you can attach the package `forcis` with:
```{r eval=FALSE}
library("forcis")
```
## Documentation
`forcis` provides five vignettes to learn more about the package:
- the [Get started](https://docs.ropensci.org/forcis/articles/forcis.html) vignette describes the core features of the package
- the [Database versions](https://docs.ropensci.org/forcis/articles/database-versions.html) vignette provides information on how to deal with the versioning of the database
- the [Select and filter data](https://docs.ropensci.org/forcis/articles/select-and-filter-data.html) vignette shows examples to handle the FORCIS data
- the [Data conversion](https://docs.ropensci.org/forcis/articles/data-conversion.html) vignette describes the conversion functions available in `forcis` to compute abundances, concentrations, and frequencies
- the [Data visualization](https://docs.ropensci.org/forcis/articles/data-visualization.html) vignette describes the plotting functions available in `forcis`
## Citation
Please cite this package as:
> 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/.
You can also run:
```{r eval = FALSE}
citation("forcis")
```
## Contributing
All types of contributions are encouraged and valued. For more information, check out our [Contributor Guidelines](https://github.com/ropensci/forcis/blob/main/CONTRIBUTING.md).
Please note that this package is released with a [Contributor
Code of Conduct](https://ropensci.org/code-of-conduct/).
By contributing to this project, you agree to abide by its terms.
## Acknowledgments
This package has been developed for the [FRB-CESAB](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/) working group [FORCIS](https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/forcis/) that aims to understand the importance of the main stressors such as temperature and ocean acidification that govern foraminifera species distribution and calcification processes, with focus on present and near-future ocean impacts.
We want to thanks Khalil Hammami ([@khammami](https://github.com/khammami)) for his valuable contribution to this package.
## References
Chaabane S, De Garidel-Thoron T, Giraud X, Schiebel R, Beaugrand G, Brummer G-J, Casajus N, Greco M, Grigoratou M, Howa H, Jonkers L, Kucera M, Kuroyanagi A, Meilland J, Monteiro F, Mortyn G, Almogi-Labin A, Asahi H, Avnaim-Katav S, Bassinot F, Davis CV, Field DB, Hernández-Almeida I, Herut B, Hosie G, Howard W, Jentzen A, Johns DG, Keigwin L, Kitchener J, Kohfeld KE, Lessa DVO, Manno C, Marchant M, Ofstad S, Ortiz JD, Post A, Rigual-Hernandez A, Rillo MC, Robinson K, Sagawa T, Sierro F, Takahashi KT, Torfstein A, Venancio I, Yamasaki M & Ziveri P (2023) The FORCIS database: A global census of planktonic Foraminifera from ocean waters. **Scientific Data**, 10, 354.
DOI: [10.1038/s41597-023-02264-2](https://doi.org/10.1038/s41597-023-02264-2).
Owner
- Name: rOpenSci
- Login: ropensci
- Kind: organization
- Email: info@ropensci.org
- Location: Berkeley, CA
- Website: https://ropensci.org/
- Twitter: rOpenSci
- Repositories: 307
- Profile: https://github.com/ropensci
JOSS Publication
forcis: An R package for accessing, handling and analysing the FORCIS database
Published
October 13, 2025
Volume 10, Issue 114, Page 9217
Authors
Sonia Chaabane
Fondation pour la Recherche sur la Biodiversité (FRB-CESAB), Montpellier, France, Aix-Marseille Université, CNRS, IRD, INRAE, CEREGE, Aix-en-Provence, France, Department of Climate Geochemistry, Max Planck Institute for Chemistry, Mainz, Germany
Fondation pour la Recherche sur la Biodiversité (FRB-CESAB), Montpellier, France, Aix-Marseille Université, CNRS, IRD, INRAE, CEREGE, Aix-en-Provence, France, Department of Climate Geochemistry, Max Planck Institute for Chemistry, Mainz, Germany
Tags
r database planktonic foraminifera biodiversity species abundance data visualisationCitation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "forcis" in publications use:'
type: software
license: GPL-2.0-or-later
title: 'forcis: Handle the FORCIS Foraminifera Database'
version: 1.0.1
abstract: Provides an interface to the 'FORCIS' database (Chaabane et al. (2024) <https://doi.org/10.5281/zenodo.7390791>)
on global foraminifera distribution. This package allows to download and to handle
'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/>.
authors:
- family-names: Casajus
given-names: Nicolas
email: nicolas.casajus@fondationbiodiversite.fr
orcid: https://orcid.org/0000-0002-5537-5294
- family-names: Greco
given-names: Mattia
email: mattia_greco@outlook.com
orcid: https://orcid.org/0000-0003-2416-6235
- family-names: Chaabane
given-names: Sonia
email: sonia.chaabane@gmail.com
orcid: https://orcid.org/0000-0002-4653-8610
- family-names: Giraud
given-names: Xavier
email: giraud@cerege.fr
orcid: https://orcid.org/0000-0001-5067-8176
- family-names: Garidel-Thoron
given-names: Thibault
name-particle: de
email: garidel@cerege.fr
orcid: https://orcid.org/0000-0001-8983-9571
preferred-citation:
type: manual
title: 'forcis: Handle the FORCIS Foraminifera Database'
authors:
- name: Casajus Nicolas
- name: Greco Mattia
- name: Chaabane Sonia
- name: Giraud Xavier
- name: de Garidel-Thoron Thibault
year: '2025'
notes: R package version 1.0.1
url: https://docs.ropensci.org/forcis/
repository-code: https://github.com/ropensci/forcis
url: https://docs.ropensci.org/forcis/
contact:
- family-names: Casajus
given-names: Nicolas
email: nicolas.casajus@fondationbiodiversite.fr
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
url: https://www.R-project.org/
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
version: '>= 4.1.0'
- type: software
title: ggplot2
abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics'
notes: Imports
url: https://ggplot2.tidyverse.org
repository: https://CRAN.R-project.org/package=ggplot2
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Chang
given-names: Winston
orcid: https://orcid.org/0000-0002-1576-2126
- family-names: Henry
given-names: Lionel
- family-names: Pedersen
given-names: Thomas Lin
email: thomas.pedersen@posit.co
orcid: https://orcid.org/0000-0002-5147-4711
- family-names: Takahashi
given-names: Kohske
- family-names: Wilke
given-names: Claus
orcid: https://orcid.org/0000-0002-7470-9261
- family-names: Woo
given-names: Kara
orcid: https://orcid.org/0000-0002-5125-4188
- family-names: Yutani
given-names: Hiroaki
orcid: https://orcid.org/0000-0002-3385-7233
- family-names: Dunnington
given-names: Dewey
orcid: https://orcid.org/0000-0002-9415-4582
- family-names: Brand
given-names: Teun
name-particle: van den
orcid: https://orcid.org/0000-0002-9335-7468
year: '2025'
doi: 10.32614/CRAN.package.ggplot2
- type: software
title: httr2
abstract: 'httr2: Perform HTTP Requests and Process the Responses'
notes: Imports
url: https://httr2.r-lib.org
repository: https://CRAN.R-project.org/package=httr2
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
year: '2025'
doi: 10.32614/CRAN.package.httr2
- type: software
title: rlang
abstract: 'rlang: Functions for Base Types and Core R and ''Tidyverse'' Features'
notes: Imports
url: https://rlang.r-lib.org
repository: https://CRAN.R-project.org/package=rlang
authors:
- family-names: Henry
given-names: Lionel
email: lionel@posit.co
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
year: '2025'
doi: 10.32614/CRAN.package.rlang
- type: software
title: sf
abstract: 'sf: Simple Features for R'
notes: Imports
url: https://r-spatial.github.io/sf/
repository: https://CRAN.R-project.org/package=sf
authors:
- family-names: Pebesma
given-names: Edzer
email: edzer.pebesma@uni-muenster.de
orcid: https://orcid.org/0000-0001-8049-7069
year: '2025'
doi: 10.32614/CRAN.package.sf
- type: software
title: tibble
abstract: 'tibble: Simple Data Frames'
notes: Imports
url: https://tibble.tidyverse.org/
repository: https://CRAN.R-project.org/package=tibble
authors:
- family-names: Müller
given-names: Kirill
email: kirill@cynkra.com
orcid: https://orcid.org/0000-0002-1416-3412
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2025'
doi: 10.32614/CRAN.package.tibble
- type: software
title: tidyr
abstract: 'tidyr: Tidy Messy Data'
notes: Imports
url: https://tidyr.tidyverse.org
repository: https://CRAN.R-project.org/package=tidyr
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
- family-names: Vaughan
given-names: Davis
email: davis@posit.co
- family-names: Girlich
given-names: Maximilian
year: '2025'
doi: 10.32614/CRAN.package.tidyr
- type: software
title: utils
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
- type: software
title: vroom
abstract: 'vroom: Read and Write Rectangular Text Data Quickly'
notes: Imports
url: https://vroom.r-lib.org
repository: https://CRAN.R-project.org/package=vroom
authors:
- family-names: Hester
given-names: Jim
orcid: https://orcid.org/0000-0002-2739-7082
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Bryan
given-names: Jennifer
email: jenny@posit.co
orcid: https://orcid.org/0000-0002-6983-2759
year: '2025'
doi: 10.32614/CRAN.package.vroom
- type: software
title: fs
abstract: 'fs: Cross-Platform File System Operations Based on ''libuv'''
notes: Suggests
url: https://fs.r-lib.org
repository: https://CRAN.R-project.org/package=fs
authors:
- family-names: Hester
given-names: Jim
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
- family-names: Csárdi
given-names: Gábor
email: csardi.gabor@gmail.com
year: '2025'
doi: 10.32614/CRAN.package.fs
- type: software
title: dplyr
abstract: 'dplyr: A Grammar of Data Manipulation'
notes: Suggests
url: https://dplyr.tidyverse.org
repository: https://CRAN.R-project.org/package=dplyr
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: François
given-names: Romain
orcid: https://orcid.org/0000-0002-2444-4226
- family-names: Henry
given-names: Lionel
- family-names: Müller
given-names: Kirill
orcid: https://orcid.org/0000-0002-1416-3412
- family-names: Vaughan
given-names: Davis
email: davis@posit.co
orcid: https://orcid.org/0000-0003-4777-038X
year: '2025'
doi: 10.32614/CRAN.package.dplyr
- type: software
title: httptest2
abstract: 'httptest2: Test Helpers for ''httr2'''
notes: Suggests
url: https://enpiar.com/httptest2/
repository: https://CRAN.R-project.org/package=httptest2
authors:
- family-names: Richardson
given-names: Neal
email: neal.p.richardson@gmail.com
orcid: https://orcid.org/0009-0002-7992-3520
year: '2025'
doi: 10.32614/CRAN.package.httptest2
- type: software
title: knitr
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
notes: Suggests
url: https://yihui.org/knitr/
repository: https://CRAN.R-project.org/package=knitr
authors:
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
year: '2025'
doi: 10.32614/CRAN.package.knitr
- type: software
title: rmarkdown
abstract: 'rmarkdown: Dynamic Documents for R'
notes: Suggests
url: https://pkgs.rstudio.com/rmarkdown/
repository: https://CRAN.R-project.org/package=rmarkdown
authors:
- family-names: Allaire
given-names: JJ
email: jj@posit.co
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
- family-names: Dervieux
given-names: Christophe
email: cderv@posit.co
orcid: https://orcid.org/0000-0003-4474-2498
- family-names: McPherson
given-names: Jonathan
email: jonathan@posit.co
- family-names: Luraschi
given-names: Javier
- family-names: Ushey
given-names: Kevin
email: kevin@posit.co
- family-names: Atkins
given-names: Aron
email: aron@posit.co
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
- family-names: Cheng
given-names: Joe
email: joe@posit.co
- family-names: Chang
given-names: Winston
email: winston@posit.co
- family-names: Iannone
given-names: Richard
email: rich@posit.co
orcid: https://orcid.org/0000-0003-3925-190X
year: '2025'
doi: 10.32614/CRAN.package.rmarkdown
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
notes: Suggests
url: https://testthat.r-lib.org
repository: https://CRAN.R-project.org/package=testthat
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
year: '2025'
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: lionel@posit.co
- family-names: Pedersen
given-names: Thomas Lin
email: thomas.pedersen@posit.co
orcid: https://orcid.org/0000-0002-5147-4711
- family-names: Luciani
given-names: T Jake
email: jake@apache.org
- family-names: Decorde
given-names: Matthieu
email: matthieu.decorde@ens-lyon.fr
- family-names: Lise
given-names: Vaudor
email: lise.vaudor@ens-lyon.fr
year: '2025'
doi: 10.32614/CRAN.package.vdiffr
- type: software
title: withr
abstract: 'withr: Run Code ''With'' Temporarily Modified Global State'
notes: Suggests
url: https://withr.r-lib.org
repository: https://CRAN.R-project.org/package=withr
authors:
- family-names: Hester
given-names: Jim
- family-names: Henry
given-names: Lionel
email: lionel@posit.co
- family-names: Müller
given-names: Kirill
email: krlmlr+r@mailbox.org
- family-names: Ushey
given-names: Kevin
email: kevinushey@gmail.com
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
- family-names: Chang
given-names: Winston
year: '2025'
doi: 10.32614/CRAN.package.withr
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "forcis",
"description": "Provides an interface to the 'FORCIS' database (Chaabane et al. (2024) <doi:10.5281/zenodo.7390791>) on global foraminifera distribution. This package allows to download and to handle '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/>.",
"name": "forcis: Handle the FORCIS Foraminifera Database",
"relatedLink": [
"https://docs.ropensci.org/forcis/",
"https://CRAN.R-project.org/package=forcis"
],
"codeRepository": "https://github.com/ropensci/forcis",
"issueTracker": "https://github.com/ropensci/forcis/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "1.0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.5.1 (2025-06-13)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Casajus",
"email": "nicolas.casajus@fondationbiodiversite.fr",
"@id": "https://orcid.org/0000-0002-5537-5294"
},
{
"@type": "Person",
"givenName": "Mattia",
"familyName": "Greco",
"email": "mattia_greco@outlook.com",
"@id": "https://orcid.org/0000-0003-2416-6235"
},
{
"@type": "Person",
"givenName": "Sonia",
"familyName": "Chaabane",
"email": "sonia.chaabane@gmail.com",
"@id": "https://orcid.org/0000-0002-4653-8610"
},
{
"@type": "Person",
"givenName": "Xavier",
"familyName": "Giraud",
"email": "giraud@cerege.fr",
"@id": "https://orcid.org/0000-0001-5067-8176"
},
{
"@type": "Person",
"givenName": "Thibault",
"familyName": "de Garidel-Thoron",
"email": "garidel@cerege.fr",
"@id": "https://orcid.org/0000-0001-8983-9571"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Khalil",
"familyName": "Hammami",
"email": "khalil.hammami@enetcom.usf.tn"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Casajus",
"email": "nicolas.casajus@fondationbiodiversite.fr",
"@id": "https://orcid.org/0000-0002-5537-5294"
}
],
"funder": [
{
"@type": "Organization",
"name": "FRB-CESAB"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Casajus",
"email": "nicolas.casajus@fondationbiodiversite.fr",
"@id": "https://orcid.org/0000-0002-5537-5294"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "fs",
"name": "fs",
"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=fs"
},
{
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"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=dplyr"
},
{
"@type": "SoftwareApplication",
"identifier": "httptest2",
"name": "httptest2",
"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=httptest2"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"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=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"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=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 3.0.0",
"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=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",
"name": "withr",
"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=withr"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 4.1.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"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=ggplot2"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "httr2",
"name": "httr2",
"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=httr2"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"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=rlang"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "sf",
"name": "sf",
"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=sf"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"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=tibble"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
"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=tidyr"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "vroom",
"name": "vroom",
"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=vroom"
},
"SystemRequirements": null
},
"fileSize": "4680.085KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2025",
"author": [
{
"@type": "Organization",
"name": "Casajus Nicolas"
},
{
"@type": "Organization",
"name": "Chaabane Sonia"
},
{
"@type": "Organization",
"name": "Giraud Xavier"
},
{
"@type": "Organization",
"name": "de Garidel-Thoron Thibault"
},
{
"@type": "Organization",
"name": "Greco Mattia"
}
],
"name": "forcis: {A}n {R} package for accessing, handling and analysing the {FORCIS} database",
"identifier": "10.21105/joss.09217",
"pagination": "9217",
"@id": "https://doi.org/10.21105/joss.09217",
"sameAs": "https://doi.org/10.21105/joss.09217",
"isPartOf": {
"@type": "PublicationIssue",
"datePublished": "2025",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"volumeNumber": "10",
"name": "Journal of Open Source Software"
}
}
},
{
"@type": "ScholarlyArticle",
"datePublished": "2023",
"author": [
{
"@type": "Organization",
"name": "Chaabane Sonia"
},
{
"@type": "Organization",
"name": "De Garidel-Thoron Thibault"
},
{
"@type": "Organization",
"name": "Giraud Xavier"
},
{
"@type": "Organization",
"name": "Schiebel Ralf"
},
{
"@type": "Organization",
"name": "Beaugrand Gregory"
},
{
"@type": "Organization",
"name": "Brummer Geert-Jan"
},
{
"@type": "Organization",
"name": "Casajus Nicolas"
},
{
"@type": "Organization",
"name": "Greco Mattia"
},
{
"@type": "Organization",
"name": "Grigoratou Maria"
},
{
"@type": "Organization",
"name": "Howa Hlne"
},
{
"@type": "Organization",
"name": "Jonkers Lukas"
},
{
"@type": "Organization",
"name": "Kucera Michal"
},
{
"@type": "Organization",
"name": "Kuroyanagi Azumi"
},
{
"@type": "Organization",
"name": "Meilland Julie"
},
{
"@type": "Organization",
"name": "Monteiro Fanny"
},
{
"@type": "Organization",
"name": "Mortyn Graham"
},
{
"@type": "Organization",
"name": "Almogi-Labin Ahuva"
},
{
"@type": "Organization",
"name": "Asahi Hirofumi"
},
{
"@type": "Organization",
"name": "Avnaim-Katav Simona"
},
{
"@type": "Organization",
"name": "Bassinot Franck"
},
{
"@type": "Organization",
"name": "Davis Catherine V."
},
{
"@type": "Organization",
"name": "Field David B."
},
{
"@type": "Organization",
"name": "Hernndez-Almeida Ivn"
},
{
"@type": "Organization",
"name": "Herut Barak"
},
{
"@type": "Organization",
"name": "Hosie Graham"
},
{
"@type": "Organization",
"name": "Howard Will"
},
{
"@type": "Organization",
"name": "Jentzen Anna"
},
{
"@type": "Organization",
"name": "Johns David G."
},
{
"@type": "Organization",
"name": "Keigwin Lloyd"
},
{
"@type": "Organization",
"name": "Kitchener John"
},
{
"@type": "Organization",
"name": "Kohfeld Karen E."
},
{
"@type": "Organization",
"name": "Lessa Douglas V. O."
},
{
"@type": "Organization",
"name": "Manno Clara"
},
{
"@type": "Organization",
"name": "Marchant Margarita"
},
{
"@type": "Organization",
"name": "Ofstad Siri"
},
{
"@type": "Organization",
"name": "Ortiz Joseph D."
},
{
"@type": "Organization",
"name": "Post Alexandra"
},
{
"@type": "Organization",
"name": "Rigual-Hernandez Andres"
},
{
"@type": "Organization",
"name": "Rillo Marina C."
},
{
"@type": "Organization",
"name": "Robinson Karen"
},
{
"@type": "Organization",
"name": "Sagawa Takuya"
},
{
"@type": "Organization",
"name": "Sierro Francisco"
},
{
"@type": "Organization",
"name": "Takahashi Kunio T."
},
{
"@type": "Organization",
"name": "Torfstein Adi"
},
{
"@type": "Organization",
"name": "Venancio Igor"
},
{
"@type": "Organization",
"name": "Yamasaki Makoto"
},
{
"@type": "Organization",
"name": "Ziveri Patrizia"
}
],
"name": "The {FORCIS} database: {A} global census of planktonic {F}oraminifera from ocean waters",
"identifier": "10.1038/s41597-023-02264-2",
"pagination": "354",
"@id": "https://doi.org/10.1038/s41597-023-02264-2",
"sameAs": "https://doi.org/10.1038/s41597-023-02264-2",
"isPartOf": {
"@type": "PublicationIssue",
"datePublished": "2023",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"volumeNumber": "10",
"name": "Scientific Data"
}
}
}
],
"releaseNotes": "https://github.com/ropensci/forcis/blob/main/NEWS.md",
"readme": "https://github.com/ropensci/forcis/blob/main/README.md",
"contIntegration": [
"https://github.com/ropensci/forcis/actions/workflows/R-CMD-check.yaml",
"https://app.codecov.io/gh/ropensci/forcis"
],
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/660",
"provider": "https://ropensci.org"
}
}
GitHub Events
Total
- Create event: 4
- Issues event: 2
- Release event: 2
- Delete event: 3
- Issue comment event: 2
- Push event: 16
- Pull request event: 7
Last Year
- Create event: 4
- Issues event: 2
- Release event: 2
- Delete event: 3
- Issue comment event: 2
- Push event: 16
- Pull request event: 7
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Nicolas Casajus | a****s | 333 |
| Mattia Greco | m****o@o****m | 27 |
| Khalil Hammami | k****i@g****m | 11 |
| dependabot[bot] | 4****] | 3 |
| Xavier Giraud | g****d@c****r | 3 |
| Sonia Chaabane | s****e@g****m | 1 |
| mgreco | m****o@P****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 5
- Total pull requests: 40
- Average time to close issues: about 10 hours
- Average time to close pull requests: about 20 hours
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.6
- Average comments per pull request: 0.58
- Merged pull requests: 37
- Bot issues: 0
- Bot pull requests: 6
Past Year
- Issues: 5
- Pull requests: 40
- Average time to close issues: about 10 hours
- Average time to close pull requests: about 20 hours
- Issue authors: 2
- Pull request authors: 3
- Average comments per issue: 0.6
- Average comments per pull request: 0.58
- Merged pull requests: 37
- Bot issues: 0
- Bot pull requests: 6
Top Authors
Issue Authors
- khammami (3)
- ahasverus (2)
Pull Request Authors
- ahasverus (26)
- khammami (8)
- dependabot[bot] (6)
Top Labels
Issue Labels
documentation (2)
code review (2)
Pull Request Labels
dependencies (6)
github_actions (6)
Packages
- Total packages: 1
-
Total downloads:
- cran 382 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: forcis
Handle the FORCIS Foraminifera Database
- Homepage: https://docs.ropensci.org/forcis/
- Documentation: http://cran.r-project.org/web/packages/forcis/forcis.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 1.0.1
published 10 months ago
Rankings
Dependent packages count: 26.5%
Dependent repos count: 32.6%
Average: 48.6%
Downloads: 86.7%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 4.0 depends
- dplyr * imports
- messages * imports
- rlang * imports
- tidyr * imports
- utils * imports
- knitr * suggests
- rmarkdown * suggests