Chris Grandin

Results 4 issues of Chris Grandin

The user could call `kbl(df, align = "C{1.8cm}")` and then later `kable_styling()` will break . This `align` value will arrive with the curly braces un-escaped in the `styling_latex_font_size()` function. I...

I wrote some code to allow `matchfun2()` in `SS_output()` to: - ignore blank lines between headers and data (https://github.com/cgrandin/r4ss/commit/965badd3f13043368397dbf312aa3f762544bebe), and - allow for a second search string for headers that...

It would be good to change the project to use Quarto at some point: https://quarto.org/ It has been out for 2 years now, so a lot of the initial bugs...

enhancement
code improvement

The `fix_envs()` function is too long, and hard to debug now. At some point soon it should be broken up into multiple post-processing functions to aid in debugging and for...

code improvement