-
Add resample_draws function similar to thin_draws. In thin_draws there is
```
sel_iterations
-
I think this one can be submitted. Thoughts?
-
I am using R 3.6.1 and Rtools 3.5 (latest version, reinstalled it today) but cannot compile, seems to be some kind of incompatibility with the compiler flags.
Messages from g++:
```
C:/Rtools/mi…
-
It seems like the `constant()` prior is not producing the correct Stan code and therefore not working. Consider for example
```r
library(brms)
options(mc.cores = parallel::detectCores())
data(ro…
-
#### Summary:
Add a general file include mechanism in the Stan language to support system and user libraries of Stan functions.
#### Description:
Follow C/C++ convention with system libs in b…
-
Hello developers,
I'm encountering an error when trying to convert my SingleCellExperiment object to a CellDataSet object from the Monocle3 package.
My code and error is as follows:
`> test_con…
-
#### Summary:
Currently, various keywords can be used as variable names in Stan. This seems like a bad idea from a PL perspective.
#### Description:
For instance, `lower` and `upper` can be used …
-
I try to build metaBMA using R 4.0.0 running on Unbuntu 18.04LTS (gcc 5.4.0) but it fails with the following error..
`
/home/user/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/re…
-
Multi-class classifiers are a pretty popular use case in MLJ, so I think an important next step will be getting an example. I think the Iris example is pretty common.
The Iris dataset is available …
-
#### Summary:
Currently, non-returning function calls without semi-colon are allowed as statements. This seems like a bug in the parser.
#### Description:
The requirement that statements end in…