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
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Repository
R package mcmc (public version on CRAN)
Statistics
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
The main branch is morph (not master). We will probably never go back to master being the main branch.
This is the source tree for the R contributed package mcmc. The version for users is at CRAN (http://cran.r-project.org/package=mcmc)
This package suggests packages Iso and xtable. So if don't have need to
add to R. In R do
install.packages(c("Iso", "xtable"))
To check do
cd package
rm -f mcmc_*.tar.gz
R CMD build mcmc
R CMD check mcmc_*.tar.gz
Since one of the vignettes takes a long time, probably want
R CMD check mcmc_*.tar.gz --no-vignettes
(instead of without --no-vignettes) except for one last check before commit.
Owner
- Name: Charles J. Geyer
- Login: cjgeyer
- Kind: user
- Location: Minneapolis, Minnesota, USA
- Company: University of Minnesota School of Statistics
- Website: http://www.stat.umn.edu/~charlie/
- Repositories: 18
- Profile: https://github.com/cjgeyer
I am a professor in the School of Statistics, University of Minnesota. Most repos here are R packages, some for CRAN and some for teaching.
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Charles J. Geyer | c****e@s****u | 75 |
| Leif Johnson | l****n@g****m | 41 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 4.5
- 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
- fontaine19100 (1)
- rplzzz (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 13,785 last-month
- Total docker downloads: 108,628
- Total dependent packages: 12
- Total dependent repositories: 21
- Total versions: 17
- Total maintainers: 1
cran.r-project.org: mcmc
Markov Chain Monte Carlo
- Homepage: http://www.stat.umn.edu/geyer/mcmc/
- Documentation: http://cran.r-project.org/web/packages/mcmc/mcmc.pdf
- License: MIT + file LICENSE
-
Latest release: 0.9-8
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.0.2 depends
- stats * imports
- Iso * suggests
- xtable * suggests