[R-pkg-devel] Unable to create manual
On Mon, 26 Sep 2022 10:50:01 -0700
Edward Wei <edwwei2020 at gmail.com> wrote:
1. Where do I run "make check"?
In the directory where R is built from source. If you're using a binary build of R, this isn't applicable.
3. I get this back when I run the "tools::testInstalledPackages(scope = "base")" on my RGUI. Error: testing 'utils' failed Where may I find the error log for this?
testInstalledPackages() creates output files in the current directory. Does list.files(pattern = 'utils|Rout\\.fail') give you anything useful?
Best regards, Ivan