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