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
Repository
A stable isotope mixing model in R
Basic Info
- Host: GitHub
- Owner: andrewcparnell
- Language: R
- Default Branch: master
- Homepage: https://andrewcparnell.github.io/simmr/
- Size: 55.6 MB
Statistics
- Stars: 33
- Watchers: 10
- Forks: 9
- Open Issues: 9
- Releases: 4
Metadata Files
README.md
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
- Website: https://www.maynoothuniversity.ie/people/andrew-parnell
- Repositories: 13
- Profile: https://github.com/andrewcparnell
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
Top Committers
| Name | 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 |
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
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
- Homepage: https://github.com/andrewcparnell/simmr
- Documentation: http://cran.r-project.org/web/packages/simmr/simmr.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.5.0
published over 3 years ago
Rankings
Maintainers (1)
Dependencies
- 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
- 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
