Re: [Rd] AIX testers needed

2007-05-19 Thread Ei-ji Nakama
Hi. system("ulimit") of AIX gives back file block size. A limit of memory is `ulimit -m'. I made gcc-4.1.2 and made R-2.5.0+patched, but the problem did not happen. $ gcc-4.1 -v Using built-in specs. Target: powerpc-ibm-aix5.2.0.0 Configured with: ../configure --with-as=/usr/bin/as --with-ld=/us

Re: [Rd] Cannot install rsprng package (PR#9697)

2007-05-19 Thread Dirk Eddelbuettel
Please do NOT report bugs on add-on packages to r-bugs. On 19 May 2007 at 00:14, [EMAIL PROTECTED] wrote: | I cannot install the R package "rsprng" with the following error message: | | > install.packages("rsprng") | trying URL 'http://www.stathy.com/cran/src/contrib/rsprng_0.3-4.tar.gz' | Conte

[Rd] Cannot install rsprng package (PR#9697)

2007-05-19 Thread fchen
<> I cannot install the R package "rsprng" with the following error message: > install.packages("rsprng") trying URL 'http://www.stathy.com/cran/src/contrib/rsprng_0.3-4.tar.gz' Content type 'application/x-tar' length 35934 bytes opened URL == down

Re: [Rd] relist, an inverse operator to unlist

2007-05-19 Thread Andrew Clausen
Hi all, For reasons I can't explain, the code I posted worked in my session, but didn't work when I started a fresh one. standardGeneric() seems to get confused by defaults for missing arguments. It looks for a "missing" method with this code: relist <- function(flesh, skeleton=attr(fle

Re: [Rd] relist, an inverse operator to unlist

2007-05-19 Thread Andrew Clausen
Hi all, I've written a new version of relist that includes the suggestions from Gabor and Martin: http://www.econ.upenn.edu/~clausen/computing/relist.R The leading example now looks like this: initial.param <- list(mean=c(0, 1), vcov=cbind(c(1, 1), c(1, 0))) initial.para