https://github.com/cboettig/earlywarnings-r
Science Score: 13.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 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: cboettig
- Language: R
- Default Branch: master
- Size: 2.4 MB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
earlywarnings-R
This repository contains the R package toolbox for analysing Early Warning Signals for Critical Transitions that is also submitted to CRAN.
From this repository it is also possible to install the toolbox directly to R by install_git(devtools).
The project is based on: Dakos V, Carpenter SR, Brock WA, Ellison AM, Guttal V, et al. (2012) Methods for Detecting Early Warnings of Critical Transitions in Time Series Illustrated Using Simulated Ecological Data. PLoS ONE 7(7): e41010. doi:10.1371/journal.pone.0041010
More can be found on http://www.early-warning-signals.org/
Installing the package
Install the package from Github in R
Note: if dependencies are missing you may wish to run the installation.script first
{r}
library(devtools);
install_github(repo = "earlywarnings-R", username = "earlywarningtoolbox", subdir = "earlywarnings")
Clone the repository & install locally:
Run on command line:
git clone git@github.com:earlywarningtoolbox/earlywarnings-R.git
./build.sh
Owner
- Name: Carl Boettiger
- Login: cboettig
- Kind: user
- Company: UC Berkeley
- Website: http://carlboettiger.info
- Repositories: 173
- Profile: https://github.com/cboettig
GitHub Events
Total
Last Year
Dependencies
- Kendall * depends
- KernSmooth * depends
- R >= 2.14.0 depends
- fields * depends
- ggplot2 * depends
- lmtest * depends
- moments * depends
- nortest * depends
- quadprog * depends
- som * depends
- spam * depends
- stats * depends
- tgp * depends
- tseries * depends
- deSolve * imports
- methods * imports
- plyr * imports
- psych * imports
- reshape2 * imports