search for: yourdirectory

Displaying 3 results from an estimated 3 matches for "yourdirectory".

2006 Feb 21
6
How to Import Data
Hello, I am a very new user of R. I've spent several hours trying to import data, so I feel okay asking the list for help. I had an Excel file, then I turned it into a "csv" file, as instructed by directions. My filename is "x111.csv." I then used the following commands to read this (fairly small) dataset in. x111 <-read.table(file='x111.csv',
2003 May 08
1
problems compiling R on AIX5.1
...check WORK PROPERLY! :D In brief, the environment I used to compile was CC=xlc F77=xlf CCC=xlC CFLAGS=-O3 -qstrict -qmaxmem=8192 FFLAGS=-O3 -qstrict -qmaxmem=8192 MAIN_LDFLAGS=-Wl,-brtl SHLIB_LDFLAGS=-Wl,-G CXXFLAGS=-O2 -qmaxmem=8192 FC=xlf CCFLAGS=-O3 -qstrict -qmaxmem=8192 ./configure --prefix=YOURDIRECTORY --without-x --without-blas As our machine and our user plans to use R only for a compute intesive calculations there's no need to use X. So this compilation is perfect for our purposes. Many thanks to all!, -- ________________________________________________________________________...
2003 May 08
0
problems compiling R on AIX5.1 (PR#2953)
...check WORK PROPERLY! :D In brief, the environment I used to compile was CC=xlc F77=xlf CCC=xlC CFLAGS=-O3 -qstrict -qmaxmem=8192 FFLAGS=-O3 -qstrict -qmaxmem=8192 MAIN_LDFLAGS=-Wl,-brtl SHLIB_LDFLAGS=-Wl,-G CXXFLAGS=-O2 -qmaxmem=8192 FC=xlf CCFLAGS=-O3 -qstrict -qmaxmem=8192 ./configure --prefix=YOURDIRECTORY --without-x --without-blas As our machine and our user plans to use R only for a compute intesive calculations there's no need to use X. So this compilation is perfect for our purposes. Many thanks to all!, -- ________________________________________________________________________...