Re: [R-pkg-devel] advice on reminders/nags to CRAN maintainers

2021-08-13 Thread Alejandro Ruete
Same here. I did the mistake to reply directly and now I am blacklisted from one of the CM email list. Alejandro Alejandro Ruete about.me/alejandro.ruete On Fri, 13 Aug 2021 at 00:42, Reed A. Cartwright wrote: > I'm also waiting several weeks for an upda

Re: [R-pkg-devel] How to debug build-time dynamic documentation issues?

2021-08-13 Thread Duncan Murdoch
I'm not certain this will give you enough debug information, but you can run R CMD build in the current session using the internal function tools::.build_packages, e.g. R CMD build --no-manual testpkg would be run as tools:::.build_packages(c("--no-manual", "testpkg")) This removes one l

Re: [R-pkg-devel] How to debug build-time dynamic documentation issues?

2021-08-13 Thread Georgi Boshnakov
(Sorry for the previous messages, accidentally sent it prematurely while typing on the phone.) It may be worth checking if the users can install the package if you send them (1) tarball or (2) a binary build (if you don't have Windows, win-builder creates one). A user had a similar issue with a