Last data update: 2014.03.03

RODBCext

Package: RODBCext
Version: 0.2.5
Authors@R: c(person("Mateusz", "Zoltak", role = c("aut", "cre"),
email = "zozlak@zozlak.org"),
person("Brian", "Ripley", role = c("aut")),
person("Michael", "Lapsley", role = "aut"))
Title: Parameterized Queries Extension for RODBC
Description: An extension for RODBC package adding support for parameterized
queries.
SystemRequirements: An ODBC3 driver manager and drivers.
Depends: R (>= 3.0.0), RODBC (>= 1.3.0)
Suggests: knitr
LazyLoad: yes
Biarch: yes
License: GPL-2 | GPL-3
Author: Mateusz Zoltak [aut, cre],
Brian Ripley [aut],
Michael Lapsley [aut]
Maintainer: Mateusz Zoltak <zozlak@zozlak.org>
NeedsCompilation: yes
VignetteBuilder: knitr
Packaged: 2015-07-12 08:36:17 UTC; zozlak
Repository: CRAN
Date/Publication: 2015-07-12 11:06:21

● 0 images, 4 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'RODBCext' ...
** package 'RODBCext' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sql.h usability... yes
checking sql.h presence... yes
checking for sql.h... yes
checking sqlext.h usability... yes
checking sqlext.h presence... yes
checking for sqlext.h... yes
checking for library containing SQLTables... -lodbc
checking for SQLLEN... yes
checking for SQLULEN... yes
checking for long... yes
checking size of long... 8
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/config.h
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I. -I/usr/local/include    -fpic  -g -O2  -c RODBC.c -o RODBC.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I. -I/usr/local/include    -fpic  -g -O2  -c RODBCext.c -o RODBCext.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o RODBCext.so RODBC.o RODBCext.o -lodbc -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/RODBCext/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'RODBCext'
    finding HTML links ... done
    odbcFetchRows                           html  
    finding level-2 HTML links ... done

Rd warning: /tmp/Rtmpv0ykrB/R.INSTALL7c517882a335/RODBCext/man/odbcFetchRows.Rd:5: missing file link 'odbcFetchRows'
Rd warning: /tmp/Rtmpv0ykrB/R.INSTALL7c517882a335/RODBCext/man/odbcFetchRows.Rd:12: missing file link 'odbcFetchRows'
Rd warning: /tmp/Rtmpv0ykrB/R.INSTALL7c517882a335/RODBCext/man/odbcFetchRows.Rd:15: missing file link 'odbcFetchRows'
    sqlExecute                              html  
Rd warning: /tmp/Rtmpv0ykrB/R.INSTALL7c517882a335/RODBCext/man/sqlExecute.Rd:38: missing file link 'sqlGetResults'
Rd warning: /tmp/Rtmpv0ykrB/R.INSTALL7c517882a335/RODBCext/man/sqlExecute.Rd:30: missing file link 'sqlGetResults'
    sqlFetchMore                            html  
Rd warning: /tmp/Rtmpv0ykrB/R.INSTALL7c517882a335/RODBCext/man/sqlFetchMore.Rd:5: missing file link 'sqlFetchMore'
Rd warning: /tmp/Rtmpv0ykrB/R.INSTALL7c517882a335/RODBCext/man/sqlFetchMore.Rd:12: missing file link 'sqlFetchMore'
Rd warning: /tmp/Rtmpv0ykrB/R.INSTALL7c517882a335/RODBCext/man/sqlFetchMore.Rd:15: missing file link 'sqlFetchMore'
    sqlPrepare                              html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (RODBCext)
Making 'packages.html' ... done