csasdown
csasdown copied to clipboard
:book: An R package for creating CSAS reports in PDF or Word format with R Markdown and bookdown
## The issue I'm trying to have some cross-references to sections inside a table generated with ```csas_table()```. Searching online I found lots of examples of cross-references *to* a table, but...
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...
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...
upgrading the 2021 Word templates to 2024, with associated changes to `utils.R`, `resdoc-word.R`, and `sr-word.R`
`set_citations()` has a check: ```r if(fr()){ if(!length(ca_ind)){ warning("You are missing the `citation_english:` tag in your YAML file:\n", fn, ". This citation is required when you build in French as it...