Skip to content

nlme html?

5 messages · Christian Schulz, Brian Ripley, M. Edward (Ed) Borasky +1 more

#
Hi,

When installing "nlme" from CRAN on Solaris 5.3.1 by doing

install.packages("nlme")

I get:

[clip]
gcc -G  -o nlme.so corStruct.o gnls.o matrix.o nlOptimizer.o nlme.o
nlmefit.o nls.o pdMat.o -L/usr/local/lib  
 R
 data
 inst
/usr/local/lib/R/bin/INSTALL: /bin/perl: not found
 help
/usr/local/lib/R/bin/INSTALL: /usr/local/lib/R/bin/build-help: not found
/usr/local/lib/R/bin/INSTALL: /usr/local/lib/R/bin/Rd2contents: not found
 DONE (nlme)

I wonder why I have never encountered this difficulty before. I have:
[1] "/home/woodstock/hoffmann/R/Sources/lib"
[2] "/usr/local/lib/R/library"              

and

/bin >which perl
/usr/local/bin/perl

This seems non-standard!?

And quite OK:

/usr/local/lib/R/bin> ls
-rwxr-xr-x   1 root     other       1651 Apr 26 11:26 BATCH*
-rwxr-xr-x   1 root     other       1596 Apr 26 11:26 COMPILE*
-rwxr-xr-x   1 root     other      10177 Apr 26 11:26 INSTALL*
-rwxr-xr-x   1 root     other       1636 Apr 26 11:26 LINK*
-rwxr-xr-x   1 root     other       4952 Apr 26 11:26 R*
[clip]
-rwxr-xr-x   1 root     other        771 Apr 26 11:26 Rcmd*
-rwxr-xr-x   1 root     other       1030 Apr 26 11:26 Rd2contents*
-rwxr-xr-x   1 root     other       4190 Apr 26 11:26 Rd2dvi*
-rwxr-xr-x   1 root     other        838 Apr 26 11:26 Rd2txt*
-rwxr-xr-x   1 root     other       3259 Apr 26 11:26 Rdconv*
-rwxr-xr-x   1 root     other        789 Apr 26 11:26 Rdiff*
-rwxr-xr-x   1 root     other       3711 Apr 26 11:26 Rdindex*
-rwxr-xr-x   1 root     other       2993 Apr 26 11:26 Rprof*
-rwxr-xr-x   1 root     other       2343 Apr 26 11:26 SHLIB*
-rwxr-xr-x   1 root     other      16036 Apr 26 11:26 Sd2Rd*
-rwxr-xr-x   1 root     other       8841 Apr 26 11:26 build*
-rwxr-xr-x   1 root     other       7147 Apr 26 11:26 build-help*
[clip]


Thanks for your consideration.
-christian
Dr.sc.math.Christian W. Hoffmann
Mathematics and Statistical Computing
Landscape Modeling and Web Applications
Swiss Federal Research Institute WSL 
Zuercherstrasse 111
CH-8903 Birmensdorf, Switzerland
phone: ++41-1-739 22 77    fax: ++41-1-739 22 15
e-mail: christian.hoffmann_at_wsl.ch__prevent_spamming
www: http://www.wsl.ch/staff/christian.hoffmann/

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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, 7 Jun 2001, Christian Hoffmann wrote:

            
Solaris numbers went 2.5, 2.5.1, 2.6, 2.7 aka 7, 8, 9.  The underlying OS
is SunOS with version numbers like 5.3...5.6, 5.7, .... Try uname -a:

markov% uname -a
SunOS markov.stats 5.7 Generic_106541-14 sun4u sparc SUNW,Ultra-4

I don't recall a 5.3.1, but it would be very old.
It's standard on Solaris.  There is a Perl install-time option to link to
/usr/bin/perl, I think (and /bin is linked to /usr/bin).

It seems that when R was installed, /bin/perl was found in the path.
Is it possible that the path has been changed or Perl re-installed?
If so the simplest thing is to re-install R, as this is encoded in lots
of places.

[...]
#
How are the libraries that are distributed with R-base chosen for inclusion?
There is one, "sm", that I use quite often, and it would be a minor
convenience if this one was included with R-base. Would it be possible to
distribute all the GPL contributed libraries with R-base and allow the user
to choose the ones to be included on the destination system at install time?
--
M. Edward (Ed) Borasky, Chief Scientist, Borasky Research
http://www.borasky-research.net  http://www.aracnet.com/~znmeb
mailto:znmeb at borasky-research.com  mailto:znmeb at aracnet.com

If there's nothing to astrology, how come so many famous men were born on
holidays?

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
3 days later
#
With R 1.3.0, to be out by the end of June, we will have a new category
of `recommended' packages which should be available for each binary
distribution of R.  These will include

	KernSmooth VR boot cluster foreign mgcv nlme rpart survival

Criteria for adding to this list include an acceptable license status,
quality, and amount of ``general'' interest for a package.

Hope this helps.

-k

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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 Mon, 11 Jun 2001, Kurt Hornik wrote:

            
Yes, it does help. Kernel smoothing is something I do quite a bit of, although
among the various R packages I've pretty much settled on "sm" because I can
interactively set the bandwidth parameter when I need to. KernSmooth will work,
though. IIRC KernSmooth also does derivatives, which is something I also need
occasionally.
--
znmeb at aracnet.com (M. Edward Borasky) http://www.aracnet.com/~znmeb

"Outside of a dog, a book is a man's best friend.  Inside a dog, it's
too dark to read." -- Marx

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._