Skip to content

Commit

Permalink
doc: improve README - fix #25
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Jan 17, 2024
1 parent 6a8f5ac commit 0a86a58
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 25 deletions.
78 changes: 64 additions & 14 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,76 @@ forcis <img src="man/figures/logo.png" height="120px" align="right" style="float
<!-- badges: end -->


The goal of the R package `forcis` is to provide an interface to the FORCIS
database on global foraminifera distribution. This package allows to download
and to handle FORCIS data. This work is part of the FRB-CESAB working group
[FORCIS](https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/forcis/).
## Table of contents

<p align="left">
• <a href="#overview">Overview</a><br>
• <a href="#features">Features</a><br>
• <a href="#installation">Installation</a><br>
• <a href="#get-started">Get started</a><br>
• <a href="#long-form-documentations">Long-form documentations</a><br>
• <a href="#citation">Citation</a><br>
• <a href="#contributing">Contributing</a><br>
• <a href="#acknowledgments">Acknowledgments</a><br>
• <a href="#references">References</a>
</p>



## Overview

The goal of the R package `forcis` is to provide an interface to the FORCIS database on global foraminifera distribution (Chaabane _et al._ 2023). This package allows to download, handle, homogenize and visualize FORCIS data.



## Features

The main purpose of `forcis` is to...


**__LIST HERE THE MAIN FEATURES__**



## Installation

You can install the development version from [GitHub](https://github.com/) with:

```{r eval = FALSE}
# install.packages("remotes")
```{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("FRBCesab/forcis")
```

Then you can attach the package `forcis`:

```{r eval = FALSE}
```{r eval=FALSE}
library("forcis")
```



## Overview
## Get started

For an overview of the main features of `forcis`, please read the [Get started](https://frbcesab.github.io/forcis/articles/forcis.html) vignette.



## Long-form documentations

Additional vignettes will be available soon.

Please read the [Get started](https://frbcesab.github.io/forcis/articles/forcis.html) vignette.


## Citation

Please cite this package as:

> Casajus N, Greco M, Giraud X & Chaabane S (2023) forcis: An R client to access the FORCIS database. R package version 0.0.0.9000. URL: https://frbcesab.github.io/forcis/.
> Casajus N, Greco M, Giraud X & Chaabane S (2024) forcis: An R client to access the FORCIS database. R package version 0.0.0.9000. URL: https://frbcesab.github.io/forcis/.
You can also run:

Expand All @@ -75,8 +109,24 @@ citation("forcis")
```


## Code of Conduct

Please note that the `forcis` project is released with a
[Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.
## Contributing

All types of contributions are encouraged and valued. For more information, check out our [Contributor Guidelines](https://github.com/FRBCesab/forcis/blob/main/CONTRIBUTING.md).

Please note that the `forcis` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). 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).
83 changes: 73 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,45 @@ status](https://www.r-pkg.org/badges/version/forcis)](https://CRAN.R-project.org
2)](https://img.shields.io/badge/License-GPL%20%28%3E%3D%202%29-blue.svg)](https://choosealicense.com/licenses/gpl-2.0/)
<!-- badges: end -->

## Table of contents

<p align="left">
• <a href="#overview">Overview</a><br> •
<a href="#features">Features</a><br> •
<a href="#installation">Installation</a><br> •
<a href="#get-started">Get started</a><br> •
<a href="#long-form-documentations">Long-form documentations</a><br> •
<a href="#citation">Citation</a><br> •
<a href="#contributing">Contributing</a><br> •
<a href="#acknowledgments">Acknowledgments</a><br> •
<a href="#references">References</a>
</p>

## Overview

The goal of the R package `forcis` is to provide an interface to the
FORCIS database on global foraminifera distribution. This package allows
to download and to handle FORCIS data. This work is part of the
FRB-CESAB working group
[FORCIS](https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/forcis/).
FORCIS database on global foraminifera distribution (Chaabane *et al.*
2023). This package allows to download, handle, homogenize and visualize
FORCIS data.

## Features

The main purpose of `forcis` is to…

****LIST HERE THE MAIN FEATURES****

## Installation

You can install the development version from
[GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
## 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("FRBCesab/forcis")
```

Expand All @@ -37,17 +63,21 @@ Then you can attach the package `forcis`:
library("forcis")
```

## Overview
## Get started

Please read the [Get
For an overview of the main features of `forcis`, please read the [Get
started](https://frbcesab.github.io/forcis/articles/forcis.html)
vignette.

## Long-form documentations

Additional vignettes will be available soon.

## Citation

Please cite this package as:

> Casajus N, Greco M, Giraud X & Chaabane S (2023) forcis: An R client
> Casajus N, Greco M, Giraud X & Chaabane S (2024) forcis: An R client
> to access the FORCIS database. R package version 0.0.0.9000. URL:
> <https://frbcesab.github.io/forcis/>.
Expand All @@ -57,9 +87,42 @@ You can also run:
citation("forcis")
```

## Code of Conduct
## Contributing

All types of contributions are encouraged and valued. For more
information, check out our [Contributor
Guidelines](https://github.com/FRBCesab/forcis/blob/main/CONTRIBUTING.md).

Please note that the `forcis` project is released with a [Contributor
Code of
Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html).
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).
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bibentry(
bibtype = "Manual",
title = "forcis: {An} {R} client to access the {FORCIS} database",
author = c(person("Casajus Nicolas"), person("Greco Mattia"), person("Giraud Xavier"), person("Chaabane Sonia")),
year = "2023",
year = "2024",
note = "R package version 0.0.0.9000",
url = "https://frbcesab.github.io/forcis"
)

0 comments on commit 0a86a58

Please sign in to comment.