[R-pkg-devel] Unable to create manual

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Mon Sep 26 21:01:41 CEST 2022


On Mon, 26 Sep 2022 10:50:01 -0700
Edward Wei <edwwei2020 using 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



More information about the R-package-devel mailing list