Displaying 2 results from an estimated 2 matches for "younko".
2004 Dec 31
4
Export the R object
..."".
If I want to use this result, I have to manipulate the
result by myself(I mean e.g remove " and remove [586] like
this way)?????
Or there is any good way to export this result object to
other program?
Please help me.
Thanks in advance.
========================
Younhee Ko(younko at uiuc.edu)
http://comedu.korea.ac.kr/~unygo
contact : 217-417-4868
Graduate Student in Dept. of Computer Science
University of Illinois at Urbana-Champaign
2005 Mar 14
2
Install the RMySQL
Hi, I have some problem to install RMySQL package.
Could you help me?
I set up the path.
[root at ep2 library]# export PKG_CPPFLAGS="-I/var/lib/mysql"
[root at ep2 library]# export PKG_LIBS="-L/var/lib/mysql -
lmysqlclient"
[root at ep2 library]# R CMD INSTALL /home/younko/RMySQL_0.5-
5.tar.gz
I got this bunch of error message.
Please help me.
* Installing *source* package 'RMySQL' ...
creating cache ./config.cache
checking how to run the C preprocessor... cc -E
checking for compress in -lz... yes
checking for getopt_long in -lc... yes
checking for my...