https://github.com/cboettig/earlywarning

:notebook: Methods for detecting early warning signals of critical transitions

https://github.com/cboettig/earlywarning

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 3 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 (9.3%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

:notebook: Methods for detecting early warning signals of critical transitions

Basic Info
Statistics
  • Stars: 10
  • Watchers: 2
  • Forks: 4
  • Open Issues: 6
  • Releases: 0
Created over 14 years ago · Last pushed almost 9 years ago
Metadata Files
Readme

README.md

DOI

Quantifying the Detection of Early Warning Signals

This package contains the source code, analysis, and history of my research published in the Proceedings of the Royal Society Interface, Limits to the Detection of Early Warning Signals for Critical Transitions with Alan Hastings, May 2012. A preprint under CC-by license is freely available from my website

Installation

Software for the analysis is provided in R package format, see the functions in the R/ directory. These functions can be made avialable by installing the package in R, along with its dependencies.

r library(devtools) install_github("earlywarning", "cboettig")

The individual-based simulations occassionally used in the analysis require a seperate package,

r install_github("populationdynamics", "cboettig")

Use

Examples for executing the analysis provided in the manuscript are found in inst/examples. Additional examples and some further exploration are found in inst/examples/appendices.

Data

Data files for the analyses contained in the publication are included as R objects as part of the package, see the data directory.

Owner

  • Name: Carl Boettiger
  • Login: cboettig
  • Kind: user
  • Company: UC Berkeley

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 101
  • Total Committers: 1
  • Avg Commits per committer: 101.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Carl Boettiger c****g@g****m 101

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 18
  • Total pull requests: 0
  • Average time to close issues: about 1 month
  • Average time to close pull requests: N/A
  • Total issue authors: 3
  • Total pull request authors: 0
  • Average comments per issue: 0.72
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • cboettig (9)
  • noamross (1)
  • piklprado (1)
Pull Request Authors
Top Labels
Issue Labels
improve a package function (3) Prosecutor (2) bug (1) further analysis (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • deSolve * imports
  • methods * imports
  • plyr * imports
  • psych * imports
  • reshape2 * imports
  • Hmisc * suggests
  • ggplot2 * suggests