Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.5%) to scientific vocabulary
Keywords from Contributors
mesh
interpretability
sequences
generic
projection
interactive
optim
hacking
network-simulation
Last synced: 10 months ago
·
JSON representation
Repository
:package: Trait database compiler
Basic Info
- Host: GitHub
- Owner: FRBCesab
- License: gpl-2.0
- Language: R
- Default Branch: main
- Homepage: https://frbcesab.github.io/traitdatabases/
- Size: 1.31 MB
Statistics
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 6
- Releases: 0
Created about 1 year ago
· Last pushed 12 months ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
out.width = "100%"
)
```
traitdatabases
=========================================================


[](https://github.com/FRBCesab/traitdatabases/actions/workflows/R-CMD-check.yaml)
[](https://github.com/FRBCesab/traitdatabases/actions/workflows/pkgdown.yaml)
[](https://codecov.io/gh/frbcesab/traitdatabases)
[](https://CRAN.R-project.org/package=traitdatabases)
[](https://choosealicense.com/licenses/gpl-2.0/)
• Overview
• Features
• Installation
• Get started
• Long-form documentations
• Citation
• Contributing
• Acknowledgments
• References
## Overview
The R package `traitdatabases`...
## Features
The main purpose of `traitdatabases` is to...
## 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 < traitdatabases > from GitHub ----
remotes::install_github("frbcesab/traitdatabases")
```
Then you can attach the package `traitdatabases`:
```{r eval=FALSE}
library("traitdatabases")
```
## Get started
Coming soon...
## Long-form documentations
Coming soon...
## Citation
Please cite `traitdatabases` as:
> Casajus N & Frelat R (`r format(Sys.Date(), "%Y")`) traitdatabases: An R
package to compile trait databases. R package version 0.0.0.9000.
## Contributing
All types of contributions are encouraged and valued. For more information,
check out our [Contributor Guidelines](https://github.com/frbcesab/traitdatabases/blob/main/CONTRIBUTING.md).
Please note that the `traitdatabases` 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
Coming soon...
## References
Coming soon...
Owner
- Name: FRB CESAB
- Login: FRBCesab
- Kind: organization
- Location: Montpellier, FRANCE
- Website: https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/
- Repositories: 17
- Profile: https://github.com/FRBCesab
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "traitdatabases",
"description": "A paragraph providing a full description of the project (on several lines...)",
"name": "traitdatabases: Trait Databases Compilation",
"codeRepository": "https://github.com/frbcesab/traitdatabases",
"issueTracker": "https://github.com/frbcesab/traitdatabases/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "0.0.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.5.1 (2025-06-13)",
"author": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Casajus",
"email": "rdev.nc@gmail.com",
"@id": "https://orcid.org/0000-0002-5537-5294"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Casajus",
"email": "rdev.nc@gmail.com",
"@id": "https://orcid.org/0000-0002-5537-5294"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Casajus",
"email": "rdev.nc@gmail.com",
"@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": "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": "readxl",
"name": "readxl",
"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=readxl"
},
{
"@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": "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": "plyr",
"name": "plyr",
"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=plyr"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "writexl",
"name": "writexl",
"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=writexl"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "yaml",
"name": "yaml",
"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=yaml"
},
"SystemRequirements": null
},
"fileSize": "181.83KB",
"readme": "https://github.com/FRBCesab/traitdatabases/blob/main/README.md",
"contIntegration": [
"https://github.com/FRBCesab/traitdatabases/actions/workflows/R-CMD-check.yaml",
"https://github.com/FRBCesab/traitdatabases/actions/workflows/pkgdown.yaml",
"https://codecov.io/gh/frbcesab/traitdatabases"
]
}
GitHub Events
Total
- Issues event: 4
- Watch event: 1
- Delete event: 4
- Issue comment event: 4
- Push event: 32
- Pull request event: 13
- Fork event: 1
- Create event: 10
Last Year
- Issues event: 4
- Watch event: 1
- Delete event: 4
- Issue comment event: 4
- Push event: 32
- Pull request event: 13
- Fork event: 1
- Create event: 10
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Nicolas Casajus | r****c@g****m | 34 |
| Romain Frelat | r****t@g****m | 3 |
| dependabot[bot] | 4****] | 1 |
Issues and Pull Requests
Last synced: 10 months ago
Dependencies
DESCRIPTION
cran
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.7.3 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- codecov/codecov-action v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/update-citation-cff.yaml
actions
- actions/checkout v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite