Re: [Rd] Failure to load the recommended package Matrix (Was: [R] Can one get a list of recommended packages?)

2010-06-14 Thread Ei-ji Nakama
> And if you look at the other R-help message posted by David Kirby you > will find a link to the trouble ticket report in Sage as > http://trac.sagemath.org/sage_trac/ticket/9201 >From the link,... | kir...@t2:[~] $ echo $LD_LIBRARY_PATH | /usr/local/gcc-4.4.1-sun-linker/lib:/usr/local/gcc-4.4.

[Rd] Solaris build problem

2010-06-14 Thread Dominick Samperi
Hello, I have package that builds fine under all OS's at CRAN except Solaris, and the Solaris problem occurs at vignette processing time: the library command fails. So, if a package Foo has a vignette is there a problem if an R code chunk runs library(Foo) from within a code chunk in the vignette

Re: [Rd] Solaris build problem

2010-06-14 Thread Prof Brian Ripley
On Mon, 14 Jun 2010, Dominick Samperi wrote: Hello, I have package that builds fine under all OS's at CRAN except Solaris, and the Solaris problem occurs at vignette processing time: the library command fails. So, if a package Foo has a vignette is there a problem if an R code chunk runs librar

Re: [Rd] Solaris build problem

2010-06-14 Thread Dominick Samperi
I guess I should have been more explicit, here is the error as it appears in CRAN logs for package cxxPack: checking package vignettes in 'inst/doc' ... WARNING Error in loadNamespace(name) : there is no package called 'cxxPack' Calls: ::: ... tryCatch -> tryCatchList -> tryCatchOne -> Execution

Re: [Rd] Solaris build problem

2010-06-14 Thread Uwe Ligges
On 14.06.2010 15:53, Dominick Samperi wrote: I guess I should have been more explicit, here is the error as it appears in CRAN logs for package cxxPack: checking package vignettes in 'inst/doc' ... WARNING Error in loadNamespace(name) : there is no package called 'cxxPack' Calls: ::: ... tryCa

Re: [Rd] Failure to load the recommended package Matrix (Was: [R] Can one get a list of recommended packages?)

2010-06-14 Thread Ei-ji Nakama
Sorry, my bark up the wrong tree... When LD_LIBRARY_PATH_32 is set, I think that I become it in such a state. http://docs.sun.com/app/docs/doc/819-0690/chapter1-11192?a=view#chapter1-9 It is better when there is the following. crle ; crle -64 ; env|grep "LD_" 2010/6/14 Ei-ji Nakama : >> And if

Re: [Rd] 00LOCK and nfs

2010-06-14 Thread Kasper Daniel Hansen
Thank you very much for including this additional capability. Our cluster is still running NFS 3 and I doubt I will be able to get the file system upgraded. It is nice to know that the problem is mostly solved under NFS 4. Kasper On Thu, Jun 10, 2010 at 7:54 AM, Prof Brian Ripley wrote: > Note

Re: [Rd] Solaris build problem

2010-06-14 Thread Prof Brian Ripley
At one level the answer is easy: cxxPack was not installed at system level when that check was run, and I presume it was installed on the other build systems. However, the vignette checker should be able to find the package from the copy installed for checking, soI need to dig deeper to find o

Re: [Rd] [R] Prime Numbers Pkgs - Schoolmath is broken

2010-06-14 Thread Gavin Simpson
On Mon, 2010-06-14 at 07:16 -0700, Red Roo wrote: > Looking for a recommended package that handles prime number computations. > > Tried the following unsuccessfully: > primeFactors() in the R.basic package failed to install. > > primes() and primlist are broken in Schoolmath pkg on CRAN. > My ana

Re: [Rd] Solaris build problem

2010-06-14 Thread Prof Brian Ripley
On Mon, 14 Jun 2010, Prof Brian Ripley wrote: At one level the answer is easy: cxxPack was not installed at system level when that check was run, and I presume it was installed on the other build systems. However, the vignette checker should be able to find the package from the copy installe

Re: [Rd] Failure to load the recommended package Matrix (Was: [R] Can one get a list of recommended packages?)

2010-06-14 Thread Dr. David Kirkby
On 06/14/10 10:05 AM, Ei-ji Nakama wrote: And if you look at the other R-help message posted by David Kirby you will find a link to the trouble ticket report in Sage as http://trac.sagemath.org/sage_trac/ticket/9201 From the link,... | kir...@t2:[~] $ echo $LD_LIBRARY_PATH | /usr/local/gcc-

Re: [Rd] Solaris build problem

2010-06-14 Thread Dominick Samperi
On Mon, Jun 14, 2010 at 11:23 AM, Prof Brian Ripley wrote: > On Mon, 14 Jun 2010, Prof Brian Ripley wrote: > > At one level the answer is easy: cxxPack was not installed at system level >> when that check was run, and I presume it was installed on the other build >> systems. >> >> However, the vi

[Rd] areaplot

2010-06-14 Thread Arni Magnusson
I would like to propose adding a new plot function to the 'graphics' package. The new function is called areaplot() and I have implemented it as a generic function that supports a variety of data classes. An area plot consists of a simple line, like plot(x, y, type="l"), except the area betwee