WeBWorK Main Forum

Settings for R in 2.13 localOverrides.conf

Re: Settings for R in 2.13 localOverrides.conf

by Andras Balogh -
Number of replies: 0
check_modules.pl claims that everything is fine.

The old method: perl -MMoose::Object -e 'print "installed!\n"' also shows that the Moose::Object package is installed.

Actually this seems to be the only package that requires explicit loading through localOverrides.conf using the lines
push @{$pg{modules}},
[qw( Moose )];

Tried several R-statistics problems, and all of them have the same warnings without these lines.