Skip to content

Commit

Permalink
Remove CRAN stan windows warning
Browse files Browse the repository at this point in the history
No longer need the windows R4.2 warning as rstan has been updated on CRAN
  • Loading branch information
fseaton authored Dec 14, 2023
1 parent 44f40b1 commit d35413a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@ mcmc_plot(mglmm_fit, plotfun = "rhat_hist")

***

NOTE: If using R version >4.2 and RTools42 on Windows, then this package will not work with the CRAN version of rstan (see the Stan [blogpost](https://blog.mc-stan.org/2022/04/26/stan-r-4-2-on-windows/) for more information). Instead, remove your old `rstan` and `StanHeaders` and install the `rstan` version from the Stan repository rather than CRAN using the following commands:

```
remove.packages(c("rstan", "StanHeaders"))
install.packages("rstan", repos = c("https://mc-stan.org/r-packages/",
getOption("repos")))
```

If you're still experiencing problems please raise an issue on github.

***

This work was funded by the Natural Environment Research Council (part of UK Research and Innovation) under the UK-SCAPE Programme delivering National Capability (Grant Reference NE/R016429/1).

Expand Down

0 comments on commit d35413a

Please sign in to comment.