Georgi N. Boshnakov
Georgi N. Boshnakov
I wonder if the following is on purpose - in file `inst/RJC.bib` the u-umlaut character in field journal of the reference with `idkey="carroll1976sequential"` and `title="On sequential density estimation"` seems to...
A number of functions, such as `month()` and `wday()`, are documented to work on objects from class 'timeDate' (from package 'timeDate') but some throw warnings: ```r lubridate::month(timeDate::timeDate("2023-12-21")) ## [1] 12...
Consider this paragraph in the 'value' section of an Rd file: ``` \value{ Note that \code{xxx} by default drops \code{yyy}, etc. } ``` It renders to ``` Note that xxx...
pkgdown inserts a line break after rendering \doi{...}. This results in a redundant space when \doi{...} is followed by full stop (or other punctuation). This was reported as an issue...