Hi all,

I've inherited in-house development package, which was developed on R v
2.6.1. I'm trying upgrade to R v 2.9.1. I have installed R from source, with
a shared library and tcktk support.
When installing myPkg, I use the following command:

>R CMD INSTALL myPkg

* Installing to library ‘/usr/local/lib/R/library’
* Installing *source* package ‘myPkg’ ...
** R
** inst
** preparing package for lazy loading
Warning: 'Sys.putenv' is deprecated.
Use 'Sys.setenv' instead.
See help("Deprecated")
** help
*** installing help indices
Can't locate R/Rdconv.pm in @INC (@INC contains:
/usr/local/lib/R/library/RSPerl/perl/i486-linux-gnu-thread-multi
/usr/local/lib/R/library/RSPerl/perl
/etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl .) at /usr/local/lib/R/share/perl/build-help.plline 21.
BEGIN failed--compilation aborted at /usr/local/lib/R/share/perl/
build-help.pl line 21.
ERROR: building help failed for package ‘myPkg’

>find / -name "Rdconv.pm"
/usr/local/lib/R/share/perl/R/Rdconv.pm


Obviously, if I  run "R CMD INSTALL --no-docs myPkg" it installs fine. It
also installs with older versions of perl.
I'm using Ubuntu OS.

Any pointers in the right direction or what to look for would be very much
appreciated.

Grainne.

R> sessionInfo()

R version 2.9.2 (2009-08-24)
i686-pc-linux-gnu

locale:
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to