Colin Rundel
Colin Rundel
I've recently come across an issue where `ttestBF` fails if the BayesFactor package is not imported, it appears that this issue is resolved in the current version here on github....
It seems as though the label behavior for inline code chunks is inconsistent / problematic - specifically it seems that they inherit the label of the most recent proceeding code...
**Describe the bug** Attempting to install `sf` (and `terra`) I get the following error from `configure`: ``` ~/tmp/sf » R CMD install . rundel@magsafe * installing to library ‘/Users/rundel/Library/R/arm64/4.2/library’ *...
As discussed in #310 this is an attempted fix for the issue. It works by distinguishing between the inline and regular chunk cases. The inline solution is a bit hacky...
I'm seeing some fairly bizarre behavior when trying to output magick images in a `github_document`. Below is a reprex to demonstrate the issue. `````` --- output: github_document --- ```{r setup,...
I've been working on a [parser](https://github.com/rundel/parsermd) for RMarkdown documents using Boost's Spirit X3 library. I'm currently using the Rmds available within this repo as a test set to make sure...
I've been playing around with a simplified version of the `fontset-duplication.mss` test and I noticed something about how zoom level inheritance is being handled by carto. Specifically, it appears that...
I recently ran into an odd issue when attempting to use `remotes::install_github` with a `lib` argument to install into a non-standard library location. The conditions for this to occur are...
My expectation is that `predicted_draws()` and related functions should be including the `.chain` and `.iteration` details from the model but currently they are just `NA`. The values can be recovered...
I've just run across an edge case where the yaml includes a somewhat ambiguous value which `yaml.load()` interprets as an integer which then fails to convert into an R integer...