search for: tjrc

Displaying 5 results from an estimated 5 matches for "tjrc".

Did you mean: jrc
2004 Dec 02
7
A possible way to reduce basic questions
Jim Lemon <bitwrit <at> ozemail.com.au> writes: > I have been thinking about how to reduce the number of basic questions that > elicit the ...ahem... robust debate that has occurred about how to answer The traffic on r-help could be reduced by creating a second list where more elementary questions are asked. There may be other ways to partition the universe of questions
2010 Jun 21
1
need help when "make check" R-2.11.1
To whom it may concern: My OS: CentOS 5.5 R version: R-2.11.1 My questions are as follows: First, I inputted commands: ----------------------------- # ./configure --enable-R-shlib # make # make check ----------------------------- Everything goes well until "make check". screen log: ************************************** make[1]: Entering directory `/tmp/R-2.11.1/tests' make[2]:
2004 Nov 11
0
ROracle SQL length limitation
...t crbsmxsusr04.pharma.aventis.com> Content-Type: text/plain; charset="iso-8859-1" Hello, is it possible to configure the print function to print to stderr? kind regards, Arne ------------------------------ Message: 8 Date: Wed, 10 Nov 2004 12:27:05 +0000 From: Tim Cutts <tjrc at sanger.ac.uk> Subject: Re: [R] R under Pocket PC To: Peter Dalgaard <p.dalgaard at biostat.ku.dk> Cc: Lars Strand <lars.strand at skogforsk.no>, Prof Brian Ripley <ripley at stats.ox.ac.uk>, R-help at stat.math.ethz.ch Message-ID: <D4D5A05A-3313-11D9-AF52-000A95B2B140 at...
2005 Mar 04
0
Is aggregate() what I need here?
I'm pretty new to R, and I've been given a script by a user who wants some help with it. I know enough about the way R works to know that this is a very inefficient way to do what the user wants (the LSB_JOBINDEX stuff is added by me so that this can work on many hundreds of input data files as LSF jobs - it's the nested loops I'm really interested in):
2004 Jun 18
1
Compiling R with Intel compilers - recommended options?
Hi, I'm a sysadmin who's been tasked with installing R on our 1000-node compute cluster. I have licences for the Intel C and FORTRAN compilers, so I'm using the following to compile: CFLAGS="-O2 -axWK" FFLAGS=$CFLAGS CXXFLAGS=$CFLAGS CC=icc F77=ifort CXX=icc FPICFLAGS=-fpic ./configure --without-x --without-tcltk The compilation seems to go OK, with a few warnings.