Displaying 9 results from an estimated 9 matches similar to: "How to install RMySQL package in R 2.5 in Windows OS?"
2007 Jun 08
1
data mining/text mining?
Dear R-user,
Could anybody tell me of the key difference between data mining and text
mining?
Please make a list for packages about data/text mining.
And give me an example of text mining with R (any relating materials
will be highly appreciated), because a vignette written by Ingo Feinerer
seems too concise for me.
Thanks
_____________________________________________
Dr.Ruixin ZHU
Shanghai
2007 Jun 08
1
Dependency 'Design' is not available
Dear R-users,
When I installed "rattle" package with the command:
install.packages("rattle", dependencies=TRUE), I got
Warning message:
Dependency 'Design' is not available
Is this warning serious? How to avoid this warning?
Thanks
_____________________________________________
Dr.Ruixin ZHU
Shanghai Center for Bioinformation Technology
rxzhu@scbit.org
2007 May 24
1
"[RODBC] ERROR: Could not SQLExecDirect"
Hi, everyone,
I try to run as follows:
Z>library("RODBC")
Z>cnct<-odbcConnectExcel("Forbes2000.xls")
Z>cnct
RODB Connection 1
Details:
case=nochange
DBQ=C:\Program Files\R\R-2.5.0\Forbes2000.xls
DefaultDir=C:\Program Files\R\R-2.5.0
Driver={Microsoft Excel Driver (*.xls)}
DriverId=790
MaxBufferSize=2048
PageTimeout=5
Z>sqlQuery(cnct, "select
2007 May 28
1
'trim' must be numeric of length one?
Hi everybody,
When I followed a practice example, I got an error as follows:
########################################################################
#######################################
> cc<-read.table('example5_2.dat',header=TRUE)
> cc
EXAM1 EXAM2 EXAM3 EXAM4 EXAM5
1 45 34 23 35 50
2 23 36 66 66 34
3 67 59 72 80 69
4 56
2006 Mar 24
1
unable to start device JPEG in linux
r-help??
When I want to use jpeg() in R-2.1.1 which is installed in linux platform to generate a jpeg file, the error occurs as following:
> jpeg()
Error in X11(paste("jpeg::", quality, ":", filename, sep = ""), width, :
unable to start device JPEG
In addition: Warning message:
unable to open connection to X11 display ''
> capabilities()
2006 Jan 18
1
compiling R on powerpc-ibm-aix5.1.0.0
r-help仯伂
I am trying to compile R on an powerpc-IBM-AIX5.1.0.0 machine, Is R suitable to be used in this system? The R Installation and Administration document mentioned rs6000-ibm-aix not powerpc-IBM-AIX5.1.0.0 .
When I tried to compile R.2.2.0 in powerpc-IBM-AIX5.1.0.0 using the following steps:
(1) ./configure
There is an error message :configure: error: --with-readline=yes
2008 Aug 14
6
wireless laptop configuration
Hi,
I have a wireless network but no wired network. I need to access the net for
the necessary installation of the wireless drivers in CentOS 5.1. Could
anyone let me know how i can go about it!! My card is Intel PRO/Wireless
3945
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Aug 23
22
cross-project patches: Add NBD Fast Zero support
This is a cover letter to a series of patches being proposed in tandem
to four different projects:
- nbd: Document a new NBD_CMD_FLAG_FAST_ZERO command flag
- qemu: Implement the flag for both clients and server
- libnbd: Implement the flag for clients
- nbdkit: Implement the flag for servers, including the nbd passthrough
client
If you want to test the patches together, I've pushed a
2007 Jun 29
2
How to install R 2.5 with Synaptic in Ubuntu?
Dear R-users,
I'm using Ubuntu dapper, which only have R of Version 2.2.1.
Would anybody tell me how to install the latest version of R with
Synaptic in Ubuntu dapper system.
Thanks!