I ran into a problem installing R-1.5.1 on HPUX 11.11. Running make check produces the following result in the base-Ex.R test: running code in 'base-Ex.R' ...Undefined subroutine &R::Utils::fill called at /o pt/local/src/R-1.5.1/share/perl/R/Utils.pm line 211. OK What perl module is the "fill" routine used here from? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
problem installing R-1.5.1 on hpux 11.11
3 messages · Charles F. Fisher, Brian Ripley
On Thu, 8 Aug 2002, Charles F. Fisher wrote:
I ran into a problem installing R-1.5.1 on HPUX 11.11. Running make check produces the following result in the base-Ex.R test: running code in 'base-Ex.R' ...Undefined subroutine &R::Utils::fill called at /o pt/local/src/R-1.5.1/share/perl/R/Utils.pm line 211. OK What perl module is the "fill" routine used here from?
Text::Wrap, as mentioned in about line 193. It should be there provided your Perl is >= 5.005. We've been unsure about 5.004, but things which call this require 5.005.
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Thu, Aug 08, 2002 at 03:28:41PM +0100, ripley at stats.ox.ac.uk wrote:
On Thu, 8 Aug 2002, Charles F. Fisher wrote:
I ran into a problem installing R-1.5.1 on HPUX 11.11. Running make check produces the following result in the base-Ex.R test: running code in 'base-Ex.R' ...Undefined subroutine &R::Utils::fill called at /o pt/local/src/R-1.5.1/share/perl/R/Utils.pm line 211. OK What perl module is the "fill" routine used here from?
Text::Wrap, as mentioned in about line 193. It should be there provided your Perl is >= 5.005. We've been unsure about 5.004, but things which call this require 5.005.
Thanks. For some reason, fill wasn't exported in the local Perl build (which is 5.005). -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._