mcmc

R package mcmc (public version on CRAN)

https://github.com/cjgeyer/mcmc

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
Last synced: 10 months ago · JSON representation

Repository

R package mcmc (public version on CRAN)

Basic Info
  • Host: GitHub
  • Owner: cjgeyer
  • Language: R
  • Default Branch: morph
  • Homepage:
  • Size: 12.6 MB
Statistics
  • Stars: 19
  • Watchers: 3
  • Forks: 4
  • Open Issues: 2
  • Releases: 0
Created over 14 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

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

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

All Time
  • Total Commits: 116
  • Total Committers: 2
  • Avg Commits per committer: 58.0
  • Development Distribution Score (DDS): 0.353
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 17
  • Dependent Packages: 12
  • Dependent Repositories: 21
  • Downloads: 13,785 Last month
  • Docker Downloads: 108,628
Rankings
Downloads: 4.2%
Dependent packages count: 5.0%
Dependent repos count: 6.0%
Average: 10.3%
Forks count: 12.2%
Stargazers count: 12.6%
Docker downloads count: 21.8%
Maintainers (1)
Last synced: 11 months ago

Dependencies

package/mcmc/DESCRIPTION cran
  • R >= 3.0.2 depends
  • stats * imports
  • Iso * suggests
  • xtable * suggests