aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKen Kellner <ken.kellner@gmail.com>2014-05-13 14:58:30 -0400
committerKen Kellner <ken.kellner@gmail.com>2014-05-13 14:58:30 -0400
commit2425ae7f98f714ea80c5820f718ca39393f02227 (patch)
tree7d3b2c3e0df240fd3c2e0eaa0c21dd0379a2137a /README.md
parent059789ba70b5f09b60558da9e2877e12861de9aa (diff)
Change name to jagsUI. Update to version 0.02-1.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f6bc13..8a98303 100644
--- a/README.md
+++ b/README.md
@@ -5,5 +5,5 @@ This package runs JAGS (Just Another Gibbs Sampler) analyses from within R. It a
There are several other similar packages (R2jags, runjags, and of course rjags itself). I wrote this one to allow tighter control over the JAGS adaptive and burn-in periods (see the issue described here: http://stats.stackexchange.com/questions/45193/r2jags-does-not-remove-the-burn-in-part-sometimes).
-The package is not (yet?) on CRAN. To install it, download the binary .zip file from the 'Downloads' tab of the repository (http://code.kenkellner.com/simplejags/downloads). In R or Rstudio, choose to install a package from a local/archive file and select the downloaded package. The simplejags library requires packages rjags, coda, and lattice.
+The package is not (yet?) on CRAN. To install it, download the binary .zip file from the 'Downloads' tab of the repository (http://code.kenkellner.com/jagsui/downloads). In R or Rstudio, choose to install a package from a local/archive file and select the downloaded package. The simplejags library requires packages rjags, coda, and lattice.