It needs package DBI: do you have that installed too? See the dependency list for RMySQL in its DESCRIPTION file.
On Fri, 7 Feb 2003, J�rg Peter Baresel wrote: > Being relatively new to R, I want to use R in connection with a MySQL database. > After installing (apparently sucessfully) the package RMySQL (R Version 1.6.2) > the result is as follows: > > > library(RMySQL) > > con <- dbConnect(MySQL(), dbname= "test") > Error: couldn't find function "dbConnect" -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help
