Displaying 4 results from an estimated 4 matches for "geobosh".
2018 Oct 29
1
disappearing paragraphs in html rendering of text from Rd macros
...devel seem to change the HTML rendering of text returned by Rd macros,
in that now empty lines do not cause paragraphs to end (the empty lines are kept but <p> tags are not set).
As a result, multiple paragraphs are output as a single one.
A complete example Rd file is at: https://github.com/GeoBosh/reprexes/blob/master/disappearingParagraphs/a.Rd
rendered (2018-10-28) with R-devel: https://github.com/GeoBosh/reprexes/blob/master/disappearingParagraphs/a.html
and R-3.5.1patched: https://github.com/GeoBosh/reprexes/blob/master/disappearingParagraphs/a351.html
The exact system information u...
2023 Nov 07
1
False positives in check for lost braces (in tools::checkRd())
...least
> sometimes) when using the \insertRef{...}{...} command from the
> Rdpack package.
Does anything change if you use the development version of Rdpack (not
currently on CRAN)? Apparently, the latest commit performs some changes
to fix the "lost braces" note:
https://github.com/GeoBosh/Rdpack/commit/569ee0515fce00eac98ef45e642b805cb473ce1c
--
Best regards,
Ivan
2023 Nov 07
2
False positives in check for lost braces (in tools::checkRd())
Dear developers,
while preparing to submit a package to CRAN, I noticed that a check for
lost braces in Rd files (which is enabled in the current r-devel when
checking with the '--as-cran' option) seems to return false positives.
More specifically, a 'Lost braces' NOTE is issued (at least sometimes)
when using the \insertRef{...}{...} command from the Rdpack package.
Since
2019 Apr 17
1
R CMD check does not report redundant '...' argument described in Rd File
...o warning. The omission seems specific to the 'dots' argument.
Checked under Windows on win-builder on 17 April 2018 with
R version 3.6.0 beta (2019-04-16 r76403), R version 3.5.3 (2019-03-11) and
R version 3.4.4 (2018-03-15).
A minimal package illustrating this is at
https://github.com/GeoBosh/reprexes/tree/master/redundantDots
Georgi Boshnakov