Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 5 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 (15.3%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
R client for the chronosphere
Basic Info
- Host: GitHub
- Owner: chronosphere-info
- License: gpl-3.0
- Language: HTML
- Default Branch: master
- Homepage: https://chronosphere.info/r_client/
- Size: 237 MB
Statistics
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 1
- Releases: 0
Created almost 7 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.Rmd
---
output: rmarkdown::github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
library(badger)
```
# chronosphere
`r badge_devel("adamkocsis/chronosphere", "green")`
`r badge_cran_release("chronosphere", "orange")`
`r badge_cran_download("chronosphere", "grand-total", "yellow")`
`r badge_cran_checks("chronosphere")`
[](https://doi.org/10.5281/zenodo.3525481)
Evolving Earth System Data
The purpose of the 'chronosphere' project is to facilitate reproducible analyses of deep time paleoenvironmental/paleoecological research.
The implemented functions allow the query, download, and import of remotely-stored and version-controlled data items. The inherent meta-database maps data files and import code to programming classes and allows access to these items via files deposited in public repositories. The purpose of the project is to increase reproducibility and establish version tracking of results from (paleo)environmental/ecological research.
This is a release candidate version. Much of the functionality is not yet available/perfect and data access is restricted to publicly available datasets only.
# Installing
## Stable version
The stable version of the package is available from the CRAN repositories, which you can instal with this line, after you open R:
```r
install.packages("chronosphere")
```
## In development version
The devel-version can be installed from the source archive deposited on this github repository. Open R and paste in:
```r
install.packages("https://github.com/chronosphere-portal/assets/raw/main/archive/r_client/chronosphere_0.5.0.tar.gz", repos=NULL, type="source")
```
## After install
You should be able to attach it with the regular library function:
```r
library(chronosphere)
```
# Usage
Run datasets() to see the publicly available variables.
# Cite as
Kocsis, Ádám T. & Raja, Nussaïbah B. (2023). chronosphere: Evolving Earth System History Variables (Version 0.5.0). Zenodo. https://doi.org/10.5281/zenodo.3525481
Owner
- Name: chronosphere-info
- Login: chronosphere-info
- Kind: organization
- Repositories: 1
- Profile: https://github.com/chronosphere-info
GitHub Events
Total
- Issues event: 3
- Issue comment event: 1
- Push event: 4
Last Year
- Issues event: 3
- Issue comment event: 1
- Push event: 4
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| adamkocsis | a****s@f****e | 130 |
| adamkocsis | a****s@g****m | 66 |
| Nussaibah Raja-Schoob | n****b@f****e | 57 |
| Nussaibah Raja-Schoob | n****a@g****m | 16 |
| VanessaRoden | 6****n | 1 |
Committer Domains (Top 20 + Academic)
fau.de: 2
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 3
- Total pull requests: 1
- Average time to close issues: over 4 years
- Average time to close pull requests: 8 months
- Total issue authors: 3
- Total pull request authors: 1
- Average comments per issue: 1.33
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- massaGitHub (1)
- mcranium (1)
- alejandrolprieto (1)
Pull Request Authors
- olivroy (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 377 last-month
- Total dependent packages: 1
- Total dependent repositories: 2
- Total versions: 9
- Total maintainers: 1
cran.r-project.org: chronosphere
Evolving Earth System Variables
- Documentation: http://cran.r-project.org/web/packages/chronosphere/chronosphere.pdf
- License: CC BY 4.0
-
Latest release: 0.6.1
published almost 3 years ago
Rankings
Forks count: 12.2%
Dependent packages count: 18.1%
Dependent repos count: 19.3%
Average: 21.0%
Stargazers count: 21.9%
Downloads: 33.3%
Maintainers (1)
Last synced:
12 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- raster * depends
- sp * depends
- grDevices * imports
- graphics * imports
- methods * imports
- utils * imports
- jpeg * suggests
- knitr * suggests
- ncdf4 * suggests
- rgdal * suggests
- rmarkdown * suggests