Rdpack
Rdpack copied to clipboard
R package Rdpack provides functions and macros facilitating writing and management of R documentation.
I'm rendering documentation in a CRAN package, using the `\insertAllCited{}` to generate a bibliography. When running `devtools::check_win_devel()`, CRAN's pre-submission checks return a note: > Found the following URLs which should...
It looks like this issue has been partly solved before: https://stat.ethz.ch/pipermail/r-devel/2023-November/083007.html But I'm getting checkRd errors on Ubuntu-latest (devel) only, when using GH actions: https://github.com/mikeroswell/MeanRarity/actions/runs/7200026411/job/19613024879 Thanks!
This may sound too ambitious -- but it will be great there is support for Citation Style Language (CSL) (https://citationstyles.org/), which is possible in package vignettes through a unified REFERENCES.bib....
If no file is open in the editor, an error is shown  Instead it should be more clear that a file is expected to be open. I didn't know...
`\insertCite{Smith2019;textual}{Quartet}.` renders a breaking whitespace between the citation and the ensuing full stop. (This can be particularly ugly where the full stop wraps onto the following line.)  Potentially related,...