Rob Challen
Rob Challen
When rendering: https://www.w3.org/People/mimasa/test/xhtml/media-types/test.html The PdfBoxPerDocumentFormState.getControlFont method throws a null pointer exception due to a null font in: ctrl.box.getStyle().getFontSpecification() The null font is caused by the image submit button element: [alt="Submit",...
In the uncertain_si method description in make_config.R lines 147-174 the process is described as sampling mean and sd from 2 truncated normal distributions and imposing constraint that sd < mean,...
unique() for periods always returns zero. I'd expect it to either work or throw an error if not implemented. Workaround exists as below. Hope useful. Many thanks. ```r test =...
This PR adds in additional functionality: @inheritAllDotParams, which inherits transitively the documentation of `...` parameters propagating upwards through the function definitions. This is useful if you extend functions that have...
Just been asked by CRAN to fix documentation in my package, which generated the following warnings: ``` Found the following HTML validation problems: p_mutate.html:56:1 (p_mutate.Rd:17): Warning: trimming empty ``` This...
I've written a decorator for `dplyr` functions that does some additional work before handing off to `dplyr`. I want to inherit the documentation from `dplyr`, including any documentation of dynamic...
In the default github `pkgdown` workflow described in the `using-board-url` vignette, the publishing process will result in there being no manifest file. This is because on GitHub pages jekyll processing...
Using a crated function in purrr in a non-interactive session when mirai is not installed or not at a high enough version results in a unexpected failure, as purrr assumes...
I'm having trouble extending `tidyr::unnest` generic in my package `dtrackr` which records what is happening to data frames as they go through a `dplyr` style pipeline to create a flowchart....
It would be nice to be able to use memoise in memory cache as a standalone so we don't have to take a dependency for the simple use case. e.g....