-
The request: Can pkgr support post-installation commands that may be specific to a package? In my case, I would like to run `Rscript -e 'tinytex::install_tinytex();tinytex::tlmgr_install(pkgs=c("bab…
-
I ran into the following errors and warnings, while trying to get started with stan/pystan using the documentation at https://pystan.readthedocs.io/en/latest/ This is what is there now:
```
import…
-
As @avehtari suggested, we could ask users a few things during installation to add additional compile flags.
For example:
- do you want mtune=native cxx flags?
- always enable threading?
- al…
-
#### Description:
I wrote a code generator that writes a Stan code for a family of increasingly complex multinomial models.
Due to the explicit request of my employer, I am not authorized to shar…
-
stacking_weights() optimize the weights, which is a (K-1) simplex. Currently, it renders the constrained optimization and optimizes the first (K-1) weights in a constraint space. When the number of …
-
While `R CMD check`s are green, building by r-universe fails https://github.com/r-universe/coalesce-lab/actions/runs/6409190505 with
```
Building https://github.com/coalesce-lab/stansum in /github…
-
## Raised error when import pyfolio
** example:**
```python
import pyfolio as pf
```
**Please provide the full traceback:**
```python
-------------------------------------------------------…
-
#### Summary:
As json_data is being used in CmdStan, it does this:
```
stan::json::json_data d(stream);
stream.close();
std::shared_ptr result
= std::make_shared(d);
r…
-
**Issue by [betanalpha](https://github.com/betanalpha)**
_Thursday Dec 22, 2016 at 05:21 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/2183_
----
#### Summary:
Remove step s…
-
#### Summary:
The first draw in the output summary if warmup is saved should be the initialization.
#### Description:
It currently doesn't.
#### Reproducible Steps:
Program:
```
par…