search for: agusl

Displaying 4 results from an estimated 4 matches for "agusl".

Did you mean: agus
2002 Mar 13
1
R matrix to Python
I'm trying to export an R (1.4.0 on linux) matrix to python (+Pyclimate) via a binary file. The problem is that while R writes by columns, python reads by rows. For a 2D matrix, there is no problem: writeBin writes vectors, so writeBin(t(x)[1:length(x)],...) works fine. But the objects I want to export are 3D arrays (slice rasters of lat,lon for each time t). One way is to use a loop over
2003 Jan 14
1
R-release.diff.gz: "patch detected! Assume -R? [n]"
Hi! I'm upgrading to 1.6.2. (linux suse7.3). I see that there is a patch in R-release.diff.gz. 1. Is this patch stable? In other words, is it adviced that I install R-release.diff.gz ? 2. When I do: zcat R-release.diff.gz | patch -p1 -E I get many lines such as: patching file AUTHORS Reversed (or previously applied) patch detected! Assume -R? [n] Should I just accept the default
2001 Sep 27
1
Passing an R matrix to a C program
Hello, I'm starting to write a C function that gets a list and a matrix from R. I'm using .Call because I've undertood that this is recommended to handle lists (am I wrong?). My problem is that I can pass the matrix as a vector, but not as a 2D array. For example, in the following simple C program: #include <R.h> #include <Rdefines.h> SEXP printListElement(SEXP list,
2009 May 12
0
[Fwd: Re: Problem at instaling robustbase (Rlapack) (2)]
...e: robustbase Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/usr/lib/R/site-library/robustbase/libs/robustbase.so': libRlapack.so: cannot open shared object file: No such file or directory Agus Martin Maechler wrote: >>>>>> "AgusL" == Agustin Lobo <Agustin.Lobo at ija.csic.es> >>>>>> on Mon, 11 May 2009 19:08:05 +0200 writes: > > AgusL> Sorry, I forgot this: > >> sessionInfo() > AgusL> R version 2.9.0 (2009-04-17) i486-pc-linux-gnu > > > Agu...