Last data update: 2014.03.03

RMySQL

Package: RMySQL
Version: 0.10.9
Title: Database Interface and 'MySQL' Driver for R
Description: Implements 'DBI' Interface to 'MySQL' and 'MariaDB' Databases.
Authors@R: c(person("Jeroen", "Ooms", email = "jeroen.ooms@stat.ucla.edu", role = c("aut", "cre")),
person("David", "James", role = "aut"),
person("Saikat", "DebRoy", role = "aut"),
person("Hadley", "Wickham", email = "hadley@rstudio.com", role = "aut"),
person("Jeffrey", "Horner", role = "aut"),
person("RStudio", role = "cph"))
Depends: R (>= 2.8.0), DBI (>= 0.4)
Imports: methods
License: GPL-2
URL: https://github.com/rstats-db/rmysql,
https://downloads.mariadb.org/connector-c/
BugReports: https://github.com/rstats-db/rmysql/issues
SystemRequirements: libmariadb-client-dev | libmariadb-client-lgpl-dev
| libmysqlclient-dev (deb), mariadb-devel (rpm), mariadb |
mysql-connector-c (brew), mysql56_dev (csw)
NeedsCompilation: yes
Collate: 'mysql.R' 'driver.R' 'connection.R' 'data-type.R' 'default.R'
'escaping.R' 'result.R' 'extension.R' 'is-valid.R' 'table.R'
'transaction.R'
Suggests: testthat
Packaged: 2016-05-07 18:20:46 UTC; jeroen
Author: Jeroen Ooms [aut, cre],
David James [aut],
Saikat DebRoy [aut],
Hadley Wickham [aut],
Jeffrey Horner [aut],
RStudio [cph]
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Repository: CRAN
Date/Publication: 2016-05-08 15:39:34

● 0 images, 24 functions, 0 datasets
Reverse Depends: 3

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'RMySQL' ...
** package 'RMySQL' successfully unpacked and MD5 sums checked
Found mysql_config cflags and libs!
Using PKG_CFLAGS=-I/usr/include/mysql -fabi-version=2 -fno-omit-frame-pointer
Using PKG_LIBS=-L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -lrt -ldl
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/mysql -fabi-version=2 -fno-omit-frame-pointer -I/usr/local/include    -fpic  -g -O2  -c RMySQL-init.c -o RMySQL-init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/mysql -fabi-version=2 -fno-omit-frame-pointer -I/usr/local/include    -fpic  -g -O2  -c connection.c -o connection.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/mysql -fabi-version=2 -fno-omit-frame-pointer -I/usr/local/include    -fpic  -g -O2  -c db-apply.c -o db-apply.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/mysql -fabi-version=2 -fno-omit-frame-pointer -I/usr/local/include    -fpic  -g -O2  -c driver.c -o driver.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/mysql -fabi-version=2 -fno-omit-frame-pointer -I/usr/local/include    -fpic  -g -O2  -c exception.c -o exception.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/mysql -fabi-version=2 -fno-omit-frame-pointer -I/usr/local/include    -fpic  -g -O2  -c fields.c -o fields.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/mysql -fabi-version=2 -fno-omit-frame-pointer -I/usr/local/include    -fpic  -g -O2  -c result.c -o result.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/mysql -fabi-version=2 -fno-omit-frame-pointer -I/usr/local/include    -fpic  -g -O2  -c utils.c -o utils.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o RMySQL.so RMySQL-init.o connection.o db-apply.o driver.o exception.o fields.o result.o utils.o -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -lrt -ldl -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/RMySQL/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'RMySQL'
    finding HTML links ... done
    MySQLConnection-class                   html  
    MySQLDriver-class                       html  
Rd warning: /tmp/Rtmply3VlW/R.INSTALL68f22fa0c92/RMySQL/man/MySQLDriver-class.Rd:22: missing file link 'fetch'
    MySQLResult-class                       html  
    constants                               html  
    db-meta                                 html  
    dbApply                                 html  
    dbColumnInfo-MySQLConnection-method     html  
    dbConnect-MySQLDriver-method            html  
    dbDataType-MySQLDriver-method           html  
    dbEscapeStrings                         html  
    dbGetInfo-MySQLDriver-method            html  
    dbNextResult                            html  
    dbQuoteIdentifier-MySQLConnection-character-method
                                            html  
    dbReadTable                             html  
    dbUnloadDriver-MySQLDriver-method       html  
    dbWriteTable                            html  
    isIdCurrent                             html  
    make.db.names-MySQLConnection-character-method
                                            html  
    mysqlBuildTableDefinition               html  
    mysqlClientLibraryVersions              html  
    mysqlHasDefault                         html  
    query                                   html  
    result-meta                             html  
    transactions                            html  
    finding level-2 HTML links ... done

** building package indices
** testing if installed package can be loaded
* DONE (RMySQL)
Making 'packages.html' ... done