Skip to content

Commit

Permalink
mainly add a bit to NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
maverickg committed Oct 16, 2013
1 parent 5f8e2a7 commit eca3834
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
10 changes: 9 additions & 1 deletion rstan/rstan/inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Sun Oct 2013
1. Bug fixes
2. New features
* add window option to traceplot
* add all optimizers in Stan
3. Changes
* arguments for function stan due to the changes in Stan 2.0

May 23 2013
1. Bug fixes
* the output csv files was using col-major order, which should be
Expand All @@ -7,7 +15,7 @@ Mar 13 2013
1. Changes
* showing progress of sampling at the same line (using \r instead of \n)
* plot for stanfit allows multiple pages
2 New features
2. New features
* add rstan:::as.mcmc.list to convert stanfit object
to coda object

Expand Down
10 changes: 4 additions & 6 deletions rstan/rstan/man/stanc.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ Translate Stan model specification to C++ code
If \code{FALSE}, the model name in the generated C++ code would not
contain randomly generated character string so that if model names
are given the same, the generated C++ code will have the same class
name defining the model, and the same Rcpp module name, which is used
for R to execute the C++ code regardless if the stan models are the
same of not. Generally, it is recommended not to specify this parameter
or set it to \code{TRUE}.
names defining the model, and the same Rcpp module names, which is used
for R to execute the C++ code for sampling. Generally, it is recommended
not to specify this parameter or set it to \code{TRUE}.
}
}
}
Expand Down Expand Up @@ -85,8 +84,7 @@ model {
}
"
r <- stanc(model_code = "stanmodelcode", model_name = "normal1")
# r <- stanc(model_code = stanmodelcode, model_name = "normal1")
r <- stanc(model_code = stanmodelcode, model_name = "normal1")
names(r)
cat(r$cppcode)
}}
2 changes: 1 addition & 1 deletion rstan/rstan/vignettes/rstan.bib
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ @misc{rstangettingstarted2012
year = 2013,
title = {{RStan} Getting Started},
url = {http://mc-stan.org/},
note = {https://code.google.com/p/stan/wiki/RStanGettingStarted}
note = {https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started}
}

@article{rcpp,
Expand Down

0 comments on commit eca3834

Please # to comment.