On Tue, 11 Feb 2020 21:26:33 +0000
"Barris, Wes" <wes.bar...@cobb-vantress.com> wrote:

> running code in '../../tests/reg-packages.R' ...make[3]: ***
> [reg-packages.Rout] Error 1

tests/Makefile.common has the following in the .R.Rout rule:

        @$(ECHO) $(ECHO_N) "running code in '$<' ...$(ECHO_C)" > $@.log
        @$(R) < $< > $@.fail 2>&1 || (cat $@.log && rm $@.log && exit 1)

> How can I troubleshoot this to find out what is wrong?

Take a look at tests/reg-packages.Rout.fail, it should contain all
output produced by tests/reg-packages.R when it ran.

-- 
Best regards,
Ivan

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to