search for: drapeau

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

Did you mean: drape
2005 Aug 25
5
ROracle and select query empty
Hi, I just installed ROracle and RDBI. The connection to the database seems to work also. My problem is when I am selection rows that really exist in the database, it is returning nothing. Where should I look to see what could be my problem? Thank you very much, Mathieu > drv <- dbDriver("Oracle") > summary(drv, verbose=TRUE) <OraDriver:(6721)> Driver name:
2006 Sep 20
1
[ROracle] error loading (undefined symbol: sqlclu)
...ble to load shared library '/usr/local/lib/R/site-library/ROracle/libs/ROracle.so': /usr/local/lib/R/site-library/ROracle/libs/ROracle.so: undefined symbol: sqlclu Error in library(ROracle) : .First.lib failed for 'ROracle' > Also, my LD_LIBRARY_PATH seems to be set correctly: drapeau:~> echo $LD_LIBRARY_PATH /home/drapeau/lib:/opt/oracle/xe/app/oracle/product/10.2.0/client/lib I installed the big database applications (10g) and ROracle 0.5-7 Your help will be very appreciated to help me solve this error, Thank you, Mathieu
2003 Nov 07
3
R input file scanning
...tion of the file that you want to read is "rectangular" (same number of fields in all lines and same type of data in each column), you can use either read.table() or scan() and supply the skip= argument to skip over the headers you don't want to read in. HTH, Andy > From: Mathieu Drapeau [mailto:mathieu.drapeau at bioneq.qc.ca] > > Hi, > I would like to know how can I solve my problem... > I want to load some data (surrounded by a tag) that are > stored in a file > that contains also some scrap (header and descriptions) that > I want to > skip. How can...
2005 Aug 25
0
Irregular Time Series: zoo & its: Pros & Cons
...but I think I'm getting a hold on it > pretty well so far. I used to do a lot with MATLAB, and > there seem to be many parallels between it and R. I have > background in public policy and econometrics. > > Thanks, > David > > On Aug 25, 2005, at 12:29 PM, Mathieu Drapeau wrote: > > > Hi, > > I just installed ROracle and RDBI. The connection to the database > > seems to work also. My problem is when I am selection rows > that really > > exist in the database, it is returning nothing. Where > should I look to > > see what...
2005 Aug 23
1
ROracle installation problem
Hi there, I am trying to install ROracle but I get this error. I have an error in reconcilePropertiesAndPrototype. (My LD_LIBRARY_PATH is set with the oracle lib) Thanks, Mathieu # R CMD INSTALL --configure-args='--enable-extralibs' ../ROracle_0.5-5.tar.gz * Installing *source* package 'ROracle' ... creating cache ./config.cache checking how to run the C preprocessor... cc -E