Re: [R] Error installing RSPerl.

2009-11-02 Thread Grainne Kerr
e is one likely cause. But before getting into the explanation, > can you send me the output from when you installed the package, e.g. the > output from > >  R CMD INSTALL  RSPerl > > and any configuration arguments you specified. > > You can send this to me off-list a

[R] Error installing RSPerl.

2009-10-29 Thread Grainne Kerr
Dear list, I have updated to version R-2.10.0. When I try to load the RSPerl library I get the following error: > library(RSPerl) Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/usr/local/lib/R/library/RSPerl/libs/RSPerl.so': /usr/local/lib/R/library/RSPerl/l

[R] Perl error - Can't locate R/Rdconv.pm in @INC

2009-10-20 Thread Grainne Kerr
Dear list, I've a package, myPkg, which was developed on R v 2.6.1. I have installed R v2.9.2 from source, with a shared library and tcktk support. The package, myPkg, depends on RSPerl, and imports it in its NAMESPACE. I've downloaded and installed RSPerl using command: >R CMD INSTALL -c --con