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 4 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.8%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
A taxonomic database of pteridophytes
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
- Releases: 4
Created almost 4 years ago
· Last pushed 9 months ago
Metadata Files
Readme
License
Citation
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# pteridocat
[](https://zenodo.org/badge/latestdoi/474876749)
The goal of pteridocat is to provide a taxonomic database of pteridophytes that
adheres to [Darwin Core standards](https://dwc.tdwg.org/).
## Installation
You can install pteridocat from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("fernphy/pteridocat")
```
## Usage
This package consists of a single data object, a taxonomic database of
pteridophytes called `pteridocat`.
The `tibble` package is recommended for pretty printing.
```{r example, eval = TRUE}
library(pteridocat)
library(tibble)
pteridocat
```
Run `help(pteridocat)` to see more details about the data.
## Where do these data come from?
The data were downloaded from the
[Catalog of Life](https://www.catalogueoflife.org/) and modified under the
[Creative Commons Attribution (CC BY) 4.0](https://creativecommons.org/licenses/by/4.0/)
license. They were originally compiled by Michael Hassler, who maintains the
[World Ferns database](https://www.worldplants.de/world-ferns/ferns-and-lycophytes-list),
and generously contributed them to
[Catalog of Life](https://www.catalogueoflife.org/).
## Citing
If you use this package, please cite it! Here is an example:
FTOL working group. (2023). pteridocat: A taxonomic database of pteridophytes. https://doi.org/10.5281/zenodo.6388786
The example DOI above is for the overall package.
Here is the latest DOI, which you should cite if you are using the latest
version of the package:
[](https://zenodo.org/badge/latestdoi/474876749)
You can find DOIs for older versions by viewing the "Releases" menu on
the right.
You should also cite the [World Ferns database](https://www.worldplants.de/world-ferns/ferns-and-lycophytes-list) (contained in [Catalog of Life](https://www.catalogueoflife.org/)), which forms the basis for `pteridocat`:
Hassler, M. (2021). Checklist of Ferns and Lycophytes of the World. In O. Bánki, Y. Roskov, M. Döring, G. Ower, L. Vandepitte, D. Hobern, D. Remsen, P. Schalk, R. E. DeWalt, M. Keping, J. Miller, T. Orrell, R. Aalbu, R. Adlard, E. Adriaenssens, C. Aedo, E. Aescht, N. Akkari, M. A. Alonso-Zarazaga, et al., Catalogue of Life Checklist (12.8, Dec 2021). https://doi.org/10.48580/d4tm-3dc
## For developers
### Workflow and dependencies
`pteridocat` is generated with a [targets](https://github.com/ropensci/targets) pipeline.
Package dependencies are managed with [renv](https://rstudio.github.io/renv/).
To run the pipeline, first install packages with `renv::restore()`, then run `targets::tar_make()`.
R scripts needed for the package are in `R/`. Other R scripts, including those needed for the pipeline, are in `_R/`.
### Checking the package
Running `devtools::check()` will take much too long because of the large directories `_targets` and `renv`. Instead, use `_R/check.R`.
## License
- [GPL v3.0](LICENSE.md)
[CC BY-SA 4.0 is one-way compatible with GPL v3.0](https://creativecommons.org/share-your-work/licensing-considerations/compatible-licenses/).
Owner
- Name: fernphy
- Login: fernphy
- Kind: organization
- Website: https://fernphy.github.io/
- Repositories: 8
- Profile: https://github.com/fernphy
FTOL Working Group
Citation (CITATION.cff)
cff-version: 1.1.0 message: "If you use this software, please cite it as below." authors: - name: "FTOL working group" title: "pteridocat: A taxonomic database of pteridophytes" version: v1.2.0 date-released: 2023-02-28
GitHub Events
Total
- Push event: 9
Last Year
- Push event: 9
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- tibble * suggests