Skip to content
/ mcmc Public
forked from cjgeyer/mcmc

R package mcmc (public version on CRAN)

Notifications You must be signed in to change notification settings

ltjohnson/mcmc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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"))

The PDF's for the vignettes are not in the git repo.
In order to avoid errors in check must first do

    pushd package/mcmc/inst/doc
    make R_HOME=`R RHOME`
    popd

To check do

    cd package
    rm -rf mcmc/src/*.{o,so}
    R CMD check mcmc

Since one of the vignettes takes a long time, probably want

    rm -rf mcmc/src/*.{o,so}
    R CMD check --no-vignettes mcmc

except for one last check before push

About

R package mcmc (public version on CRAN)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 51.3%
  • R 47.5%
  • C++ 1.2%