[RkWard-devel] problems with running rkward
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Tue Sep 14 17:22:30 UTC 2004
Hi,
> I compiled R with --R-shlib option, then compile rkward.
> all compiled fine ;)
> but then.. after running i have several warnings, program ask for R home
> (/usr/lib/R - ok), but.. crashes with info:
> Error in library("rkward") : There is no package called 'rkward'
> KCrash: Application 'rkward' crashing...
Ok, the crash was due to a silly coding mistake, which will be fixed in the
next release. That would have also given you a message about the source of
the problem:
> Error in library("rkward") : There is no package called 'rkward'
This most likely means that you did not "make install". RKWard will not
function properly unless installed. Among other things, "make install" will
take care of registering the library with R.
Thomas
More information about the Rkward-devel
mailing list