RBi icon indicating copy to clipboard operation
RBi copied to clipboard

R package for Bayesian inference with state-space models using LibBi.

Results 10 RBi issues
Sort by recently updated
recently updated
newest added

**Context:** I am attempting to run the first R package `rbi` demo called `demo(PZ_generate_dataset)` as displayed in [this README](https://github.com/sbfnk/RBi#getting-started). However, I am receiving the following error message and would appreciate...

**Context:** In the [RBi package vignette](https://cran.r-project.org/web/packages/rbi/vignettes/introduction.html), under **Generating a dataset**, there is the following error message: ``` ## Error in run.libbi(x, client = "sample", ...): LibBi terminated with "Error: ./configure...

It would be good to automate testing on new Pull Requests

Fixes #25 - hot fix always uses coordinate dimensions but ideally `bi_write` would determine whether a data file is sparse or dense.

Sparse input is currently unsupported and causes an error about mis-matching dimensions.

this would be good to distinguish from dev version

Prepare for release: * [x] Finalise #26 * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_rbi.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `usethis::use_github_links()` * [x] `urlchecker::url_check()` * [x]...

If columns in the supplied data are of type character, it can cause issues. It would be good to automatically turn these into factors.