Murray Logan

Results 8 issues of Murray Logan

Hi. I love this package. However, I have noticed that the search returns are often not the same as those of `buku` (run externally on command line). In particular, unlike...

help wanted

I would like to be able to define a new set of specific beginning and ending markers for R (ess). Specifically, I would like to have the following: ``` ##...

I would like to be able to have Nvim-R run R in a docker container to help with reproducibility of the code that I write. However, I am finding a...

In the manual for `estimate_contrasts`, it says: `method: Contrast method. See same argument in emmeans::contrast.` However, only `method = "pairwise"` seems to work (see MEW below). I think this is...

I suspect the reason is that `.clean_names_frequentist()` should also include `names(means)[names(means) == "rate"]

Is there a way to checkout a specific commit? - e.g. detach the head. In git this would be git checkout # where # is the commit hash.

**Describe the bug** I am trying to incorporate `cmdstanr` in a github actions workflow. Parts of my workflow include: ``` # install R - uses: r-lib/actions/setup-r@v2 with: r-version: ${{ matrix.config.R...

bug

For reproducibility purposes, I regularly run R inside of docker containers both locally and remotely. My iron.nvim config includes numerous repl_definitions like: ``` R_in_docker = { command = { "docker",...