Displaying 20 results from an estimated 4000 matches similar to: "Setting up RODBC or RMySQL package."
2004 Aug 09
2
Installing RMySQL on Windows XP for R 1.9.1
Hi,
I'm thankful for any help on installing RMySQL on Windows XP for R 1.9.1
The thread
http://tolstoy.newcastle.edu.au/R/help/04/01/1021.html
already tried to discuss the matter. It concludes that Windows Sources for Packages are alike the Linux ones.
So I extracted the files from the RMySQL_*.tar.gz from
http://stat.bell-labs.com/RS-DBI/download/index.html
and stuffed them into a zip-file
2002 Jun 06
4
R and mysql on debian
Hello,
I have been using RODBC on Windows with version 1.41 of R successfully,
connecting to a mysql database using MyODBC. Now I would like to do so
with R under Debian/GNU Linux.
I just tried RMySQL (install failed, since mysql libraries were not found),
DBI (no MySQL driver available) and I can't find the RODBC package
any more on CRAN.
Any suggestions?
Johannes Ranke
P.S.: Thanks for
2003 Jan 24
1
RMySQL performance over RODBC
R-help list,
I ported some R code from MS Windows PC to sun-solaris. Both do queries on
the same
MySQL database.
PC version of R is 1.6.1 and solaris version is 1.6.0. I use RMySQL_0.5-0
(on solaris)
and RODBC 1.0-1 on PC to connect to MySQL. The PC version took about 65
mins. to run
wheras the Solaris (SunOS 5.7) version took 375 mins. (> 6 hrs). R and
RMySQL are
resident on the same host
2011 Jul 01
1
RMySQL, RODBC, dbReadTable and ISO-8859-1 (Spanish data)
Hello R users,
I am reading data into R from RMySQL or SQLite databases which are in
Spanish language. I am using RMySQL library and function dbReadTable but I
could not get characters with ñ and tilde, instead R does put ?.
In the past I could manage it modifying the R options as (using windows):
op <- options()
op$encoding <- "iso-8859-1"
options(op)
but now in ubuntu it did
2005 Mar 22
0
DCOM - RODBC/RMySQL problem
All,
I have a windows application in which data are written
to MySQL and R analysis initiated by a VB frontend.
After upgrading to DCOM 1.35, the analysis has become
excruciatingly slow when processing a simple RODBC
query. I am using DCOM 1.35 - I didn't have this
difficulty prior to upgrading. I upgraded all other
associated software with no change in performance:
R 2.1
MySQL 4.1.10
2002 May 31
1
Accessing MySQL from Windows
I'm using R on a Linux box:
> version
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 5.0
year 2002
month 04
day 29
language R
I want to use data that is stored in a MySQL database.
2007 Feb 18
1
dbi, rodbc, rmysql, charset problem
Dear List
In my short life as a beginning R-user i've encountered a following
problem that i'm unable to solve myself:
I have a database in MySQL containing table and field names as well as
some data containing Polish accentuated characters (like ????),
utf8-encoded. It works just fine with just any external query browser i
can find, jdbc, odbc, native, whatever. Also mysql is happy
2012 Oct 13
0
RS-MySQL.h:32:19: fatal error: mysql.h: No such file or directory
i m installing RMySQL under windows -7 64bit,
i have wamp server(which has mysql5.5.16)
i have given MYSQL_HOME path in environment variable as
MYSQL_HOME=C:\wamp\bin\mysql\mysql5.5.16\bin ,
& also create Renviron.site file in C:\Program Files\R\R-2.15.0\etc
giving MYSQL_HOME=C:/wamp/bin/mysql/mysql5.5.16/bin as path
i install c connector "MySQL Connector C 6.0.2" version
2003 Oct 15
5
Problems Building RMySQL in Windows
Hi all,
Unfortunately I must use winXP at my job, so I'm trying install
from source RMySQL. Here are some details about this problem:
- R 1.7.1
- RMySQL 0.5-2
- mysql 4.1.0-alpha-max-nt
I followed the instructions posted in
http://www.biostat.jhsph.edu/~kbroman/Rintro/Rwinpack.html
and the following messages appeared. BTW, thanks in advance for your
help and comments.
C:\Program
2012 Nov 21
1
remote connection to an Oracle database - using RODBC - RMySQL..?
Dear users,
I can access an database oracle database using sql developer. This was done by importing an xml file that contains the login details - username, password and specifies that it uses the KERBEROS_AUTHENTICATION.
I'm trying to connect R - so that it can access this database - do sql queries and convert the resulting tables into dataframes.
I am a novice in SQL and database access
2010 Nov 13
1
RMySQL on Windows 2008 64 Bit -Help!
Dear Group,
I'm having lots of problems getting RMySQL on a 64 bit machine. I followed
all instructions available but couldn't get it working yet! Please help.
See the output below.
I did a install of RMySQL binary from the revolution cran source. It seems
to have unpacked fine but gives this error when I call RMySQL
Error: package 'RMySQL' is not installed for 'arch=x64'
2005 Aug 10
1
RMySQL not loading on Mac OS X
Hi,
I have a problem loading RMySQL 0.5-5 on Mac OS 10.4.2 running R 2.1.1.
I installed RMySQL using:
export PKG_CPPFLAGS="-I/usr/local/mysql/include"
export PKG_LIBS="-L/usr/local/mysql/lib -lmysqlclient"
R CMD INSTALL /Users/gwo/Desktop/RMySQL_0.5-5.tar.gz
The installation seemed to work ok, but when I load RMySQL in R I get
an error message:
>library(RMySQL)
2012 Mar 14
3
Problem installing RMySQL package!
I am facing issues while installing RMySQL package on windows(32 bit) installation of R-Project.
I am getting the following warning messages.
Warning messages:
1: running command 'C:/PROGRA~1/R/R-213~1.2/bin/i386/R CMD INSTALL -l "C:/Program Files/R/R-2.13.2/library" D:\DOCUME~1\nagga002\LOCALS~1\Temp\RtmpLZndlE/downloaded_packages/RMySQL_0.9-3.tar.gz' had status 1
2: In
2007 Aug 09
2
RMySQL loading error
Hi,
I am having problems loading RMySQL.
I am using MySQL 5.0, R version 2.5.1, and RMySQL with Windows XP.
When I try to load rMySQL I get the following error:
> require(RMySQL)
Loading required package: RMySQL
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'C:/PROGRA~1/R/R-25~1.1/library/RMySQL/libs/RMySQL.dll':
LoadLibrary
2012 Nov 23
1
Failed to install RMySQL,help!
I had installed R and MySQL ,then I input :
> install.packages('RMySQL',type='source')
show the message below, Why? Why shows "ERROR: configuration failed for
package 'RMySQL'"?
??URL?http://mirrors.xmu.edu.cn/CRAN/src/contrib/RMySQL_0.9-3.tar.gz'
Content type 'application/x-gzip' length 165363 bytes (161 Kb)
???URL
downloaded 161 Kb
*
2011 May 13
3
RMySQL problem on Windows 7 32 bit
I am attempting to analyze Affymetrix exonchip data using the exon map
package. I have installed this package but have had problems installing the
associated programs, specifically RMySQL since no windows binary exists.
I have followed the directions for compiling the package as found on -
http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL - but still have an error
when executing the
2003 May 05
3
my RMySQL connections are so SLOW
Hi all,
I'm using the latest RMySQL to send requests to a MySQL database (which
is quite small for the time - let's say 20 tables with a total of 1000
rows), and this should be part of a whole decisionnal system. It
produces results which are displayed on a website, and therefore I need
fast results (the database being quite small, I think this must be
possible !).
Unfortunately, a
2010 Jul 15
1
RMySQL Load Error: package/namespace load failed for 'RMySQL'
Hi,
I am brand new to the world of R, so please bare with me while I goof my way
through a question.
I am attempting to trial using R with MySQL.
The MySQL server is on a Linux box and I am using the Windows (32bit XP)
version of R.
I have installed RMySQL successfully, however when I load it I get the
error:
Error : .onLoad failed in loadNamespace() for 'RMySQL', details:
call:
2007 Jun 03
2
Problems compiling RMySQL
Hello, I am trying to compile/Install RMySQL_0.6-0 in
R-2.4.1/2.5.0 under Windows XP MCE, I am using MySQL
5.0.41. I have followed the instructions in the file
INSTALL.win, but I get some errors...
C:\Program Files\R\R-2.4.1>Rcmd build --binary RMySQL
--docs=normal
* checking for file 'RMySQL/DESCRIPTION' ... OK
* preparing 'RMySQL':
* checking DESCRIPTION meta-information
2000 Oct 23
1
How To compile RMySQL on Windows?
Hallo!
Thanks for the answers that I received.
I had downloaded the last distribution of RMySQL from
/R/CRAN/src/contrib/Devel..
Its the first package that I am trying to compile under Windows.
>From the Compiler I am getting the following error message.
In file included from RMySQL.c:1:
RMySQL.h:24: mysql.h: No such file or directory
RMySQL.h:25: mysql_com.h: No such file or directory