simmr

A stable isotope mixing model in R

https://github.com/andrewcparnell/simmr

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
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

A stable isotope mixing model in R

Basic Info
Statistics
  • Stars: 33
  • Watchers: 10
  • Forks: 9
  • Open Issues: 9
  • Releases: 4
Created almost 11 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog

README.md

cran version rstudio mirror downloads rstudio mirror downloads Codecov test coverage R build status

Welcome to simmr!

simmr is a Bayesian stable isotope mixing model implemented in R which also uses JAGS. It is intended as a replacement to the SIAR package.

If you want the official stable version of the package from CRAN then go to R and type:

install.packages('simmr')

You can then load the package and view either the quick start or the full user manuals with:

library(simmr) vignette("simmr") vignette("quick_start")

Alternatively you can install the latest development version of the package in R with the commands:

if(!require(remotes)) install.packages('remotes') remotes::install_github('andrewcparnell/simmr')

You can then load the package with

library(simmr)

... and look at the user manuals via:

vignette('simmr') vignette('quick_start') vignette('advanced_plotting')

Owner

  • Name: Andrew Parnell
  • Login: andrewcparnell
  • Kind: user
  • Location: Dublin, Ireland
  • Company: Maynooth University

Bayesian Statistician based in the Hamilton Institute, Maynooth University, Co Kildare, Ireland

GitHub Events

Total
  • Issues event: 4
  • Watch event: 4
  • Issue comment event: 1
Last Year
  • Issues event: 4
  • Watch event: 4
  • Issue comment event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 356
  • Total Committers: 4
  • Avg Commits per committer: 89.0
  • Development Distribution Score (DDS): 0.542
Past Year
  • Commits: 132
  • Committers: 3
  • Avg Commits per committer: 44.0
  • Development Distribution Score (DDS): 0.295
Top Committers
Name Email Commits
Andrew Parnell a****l@m****e 163
Emma Govan 6****n 93
Andrew Parnell a****l@g****m 72
Andrew Parnell a****l@u****e 28
Committer Domains (Top 20 + Academic)
ucd.ie: 1 mu.ie: 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 45
  • Total pull requests: 12
  • Average time to close issues: 4 months
  • Average time to close pull requests: 17 days
  • Total issue authors: 36
  • Total pull request authors: 1
  • Average comments per issue: 3.56
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 2
  • Average time to close issues: 25 days
  • Average time to close pull requests: N/A
  • Issue authors: 5
  • Pull request authors: 1
  • Average comments per issue: 0.6
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dmb554 (3)
  • Craigdux (3)
  • hanvanzan (3)
  • AndrewLJackson (2)
  • kabrantes (2)
  • lsaravia (2)
  • andrewcparnell (1)
  • akbreezo (1)
  • FlorianFerchiche (1)
  • sergeikharchenko (1)
  • xiaoweige2 (1)
  • annagschmidt (1)
  • sophiecedar (1)
  • jwschloemer (1)
  • DrMermaid (1)
Pull Request Authors
  • emmagovan (14)
Top Labels
Issue Labels
enhancement (4) question (1) help wanted (1) bug (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 499 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 16
  • Total maintainers: 1
cran.r-project.org: simmr

A Stable Isotope Mixing Model

  • Versions: 16
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 499 Last month
Rankings
Forks count: 10.1%
Stargazers count: 13.3%
Downloads: 18.6%
Average: 21.4%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • R2jags * depends
  • ggplot2 * depends
  • MASS * imports
  • bayesplot * imports
  • boot * imports
  • checkmate * imports
  • compositions * imports
  • graphics * imports
  • reshape2 * imports
  • stats * imports
  • viridis * imports
  • covr * suggests
  • ggnewscale * suggests
  • knitr * suggests
  • readxl * suggests
  • rmarkdown * suggests
  • testthat * suggests
  • tibble * suggests
  • vdiffr * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite