From 933c7b15be62447216cc910c73aba265f16ef0b6 Mon Sep 17 00:00:00 2001 From: Rebecca Fisher Date: Thu, 21 Sep 2023 12:01:59 +0800 Subject: [PATCH] updated cran rstan version now works on windows --- article/article.Rmd | 8 -------- 1 file changed, 8 deletions(-) diff --git a/article/article.Rmd b/article/article.Rmd index e343cfc7..1d7a1757 100644 --- a/article/article.Rmd +++ b/article/article.Rmd @@ -871,14 +871,6 @@ Making sure \pkg{brms} is properly working on your machine is essential before a attempt to use the \pkg{bayesnec} package for analyses, as if this dependency is not working, \pkg{bayesnec} will not work. Instructions for installing these two packages can be found for \pkg{rstan} at (https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started) and \pkg{cmdstanr} (https://mc-stan.org/cmdstanr/articles/cmdstanr.html). -Note that as of the current writing of this article, while \pkg{rstan} is available on CRAN, there is currently an issue running the CRAN version on some Windows machines. For this reason we recommend installing the development version of \pkg{rstan} using: - -```{r eval=FALSE} -install.packages("rstan", - repos = c("https://mc-stan.org/r-packages/", - getOption("repos"))) -``` - # Future directions The \pkg{bayesnec} package is a work in progress, and we welcome suggestions and feedback that will improve the package performance and function. Our goal is to make \pkg{bayesnec} as user friendly as possible, and capable of dealing with most real world CR modelling applications in the hope that Bayesian statistics will become more widely used in applied risk assessment. Please submit requests through the package [Issues](https://github.com/open-AIMS/bayesnec/issues) on GitHub. Some suggested future enhancements include: