Robert M Flight

Results 21 issues of Robert M Flight

Lots of packages that are heavily used don't necessarily have their own unit tests, but lots of people use them in their own packages and **assume they work**. One way...

package development support
testing

If a document is in a sub-directory **and** the execute directory is **not** the sub-directory, then a quarto -\> docx document with a `gt` table will fail to render. This...

I've noticed if I build my blog on my windows machine, the figures are not included properly. Have to investigate further.

How is one supposed to create a call-graph using `makeCallGraph` on a function call? For example, if I wanted to know all the functions that get called by doing: lm(mpg...

Is there any kind of way to use ThermoRawFileParser for a profile acquired sample to: 1. Merge a subset of scans 2. Centroid the merged scans Or is it only...

enhancement

I went to the trouble of figuring out a dark theme for my distill blog, and I selected "breezedark" as the code theme, which according to [this page](https://www.garrickadenbuie.com/blog/pandoc-syntax-highlighting-examples/) should have...

feature request :mount_fuji:

I tried adding d-footnote { color: #E1E8ED; } to my css, but it doesn't change the color of the footnote text (the text of the superscript) in the body of...

If someone doesn't realize it, they might try to put the aside content inside some other content (like a sentence or paragraph), and end up trying to debug why the...

it would be nice if `create_post` had an option for citations, and if it was `TRUE` then it would add a bibliography field and create the .bib file.

issues with the knit directory in RStudio, running code in console works, but then knitting document fails b/c the directory is different. Use `getwd()` at the top of your knit'ed...