-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.Rmd
executable file
·57 lines (37 loc) · 2.09 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
output: rmarkdown::github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
library(badger)
```
# chronosphere <img src="man/figures/logo.png" align="right" width="120"/>
`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")`
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3525481.svg)](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