metafolio

Simulate metapopulations for portfolio optimization

https://github.com/seananderson/metafolio

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
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Simulate metapopulations for portfolio optimization

Basic Info
  • Host: GitHub
  • Owner: seananderson
  • Language: TeX
  • Default Branch: master
  • Size: 4.81 MB
Statistics
  • Stars: 2
  • Watchers: 5
  • Forks: 1
  • Open Issues: 0
  • Releases: 1
Created over 13 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

R package to simulate metapopulations for portfolio optimization

R-CMD-check <!-- badges: end -->

The metafolio R package accompanies the paper:

Anderson, S.C., J.W. Moore, M.M. McClure, N.K. Dulvy, A.B. Cooper. 2015. Portfolio conservation of metapopulations under climate change. Ecological Applications. 25(2): 559–572. doi:10.1890/14-0266.1.

See inst/examples/README.R for the analysis from the paper.

See inst/ms/ms.md for the paper itself.

The package can be installed from CRAN with:

install.packages("metafolio")

If you have the necessary package development prerequisites installed, you can install the development version from GitHub with:

```r

install.packages("remotes")

remotes::install_github("seananderson/metafolio") ```

For help see:

r library(metafolio) ?metafolio vignette("metafolio") help(package = "metafolio")

Owner

  • Name: Sean Anderson
  • Login: seananderson
  • Kind: user
  • Location: Nanaimo, BC, Canada

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 589
  • Total Committers: 2
  • Avg Commits per committer: 294.5
  • Development Distribution Score (DDS): 0.005
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Sean Anderson g****b@s****a 586
Nick Dulvy d****y@s****a 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 51
  • Total pull requests: 0
  • Average time to close issues: 4 months
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.73
  • 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
  • seananderson (51)
Pull Request Authors
Top Labels
Issue Labels
paper (12) package (4) figs (3)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 782 last-month
  • Total docker downloads: 71
  • Total dependent packages: 0
  • Total dependent repositories: 2
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: metafolio

Metapopulation Simulations for Conserving Salmon Through Portfolio Optimization

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 2
  • Downloads: 782 Last month
  • Docker Downloads: 71
Rankings
Docker downloads count: 17.3%
Downloads: 18.4%
Dependent repos count: 19.2%
Forks count: 21.0%
Average: 22.1%
Stargazers count: 27.8%
Dependent packages count: 28.7%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • MASS * imports
  • Rcpp >= 0.11.2 imports
  • colorspace * imports
  • plyr * imports
  • RColorBrewer * suggests
  • TeachingDemos * suggests
  • knitr * suggests
  • reshape2 * suggests