Re: [R-pkg-devel] Failing vignette engine for package rasciidoc on solaris

2020-12-03 Thread Andreas Dominik Cullmann via R-package-devel
Dear Duncan, thank you very much, saved my day! Best, Dominik On Mon, Nov 23, 2020 08:17:17, Duncan Murdoch wrote: > On 23/11/2020 7:07 a.m., Andreas Dominik Cullmann via R-package-devel wrote: > > Dear List, > > one of my packages, rasciidoc (a simple wrapper to 'knitr' and 'asciidoc'), > > includ

Re: [R-pkg-devel] How to avoid R CMD check warning for documentation of non-package functions?

2020-12-03 Thread Konrad Rudolph
On Wed, Dec 2, 2020 at 7:44 PM Duncan Murdoch wrote: > I haven't tried this, but I believe if you define functions with the > right name and header in your package but don't export them the warning > will go away. Thanks, works like a charm. > If that doesn't work (or defining those causes other