cjgeyer / mcmc

R package mcmc (public version on CRAN)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

R package mcmc (public version on CRAN)


Languages

Language:R 58.9%Language:C 30.2%Language:TeX 10.6%Language:C++ 0.2%Language:Makefile 0.1%