Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 14 found.
[1] < 1 2 > [2]  Sort:

ODB : Open Document Databases (.odb) management

Package: ODB
Type: Package
Title: Open Document Databases (.odb) management
Version: 1.1.1
Date: 2012-07-23
Author: Sylvain Mareschal
Maintainer: Sylvain Mareschal <maressyl@gmail.com>
URL: http://bioinformatics.ovsa.fr/R
Description: This package provides functions to create, connect, update
and query HSQL databases embedded in Open Document Databases
(.odb) files, as OpenOffice and LibreOffice do.
License: GPL (>= 3)
Depends: methods, DBI, RJDBC
SystemRequirements: zip
Packaged: 2012-07-23 18:18:42 UTC; sylvain
Repository: CRAN
Date/Publication: 2012-07-23 20:38:18

● Data Source: CranContrib
● 0 images, 15 functions, 0 datasets
● Reverse Depends: 0

RPostgreSQL : R interface to the PostgreSQL database system

Package: RPostgreSQL
Version: 0.4-1
Date: $Date: 2013-03-27 15:32:53 +0900 (Wed, 27 Mar 2013) $
Title: R interface to the PostgreSQL database system
Author: Joe Conway, Dirk Eddelbuettel, Tomoaki Nishiyama, Sameer Kumar
Prayaga (during 2008), Neil Tiffin
Maintainer: Tomoaki Nishiyama <tomoakin@staff.kanazawa-u.ac.jp>
Description: Database interface and PostgreSQL driver for R This
package provides a Database Interface (DBI) compliant driver
for R to access PostgreSQL database systems.
.
In order to build and install this package from source, PostgreSQL
itself must be present your system to provide PostgreSQL
functionality via its libraries and header files. These files
are provided as postgresql-devel package under some Linux
distributions.
.
On Microsoft Windows system the attached libpq library source will be
used.
.
A wiki and issue tracking system for the package are available at
Google Code at https://code.google.com/p/rpostgresql/ .
LazyLoad: true
Depends: R (>= 2.9.0), methods, DBI (>= 0.1-4)
License: GPL-2 | file LICENSE
Copyright: Authors listed above, PostgreSQL Global Development Group,
and The Regents of the University of California
Collate: S4R.R zzz.R PostgreSQLSupport.R dbObjectId.R PostgreSQL.R
URL: https://code.google.com/p/rpostgresql/,
http://www.stat.bell-labs.com/RS-DBI, http://www.postgresql.org
Packaged: 2016-05-08 20:59:35 UTC; ligges
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2016-05-08 23:09:20

● Data Source: CranContrib
● 0 images, 25 functions, 1 datasets
Reverse Depends: 1

RSQLServer : SQL Server R Database Interface (DBI) and dplyr SQL Backend

Package: RSQLServer
Type: Package
Title: SQL Server R Database Interface (DBI) and dplyr SQL Backend
Version: 0.2.0
Date: 2016-03-22
Authors@R: c(person("Imanuel", "Costigan", role = c("aut", "cre"),
email = "i.costigan@me.com"),
person("The jTDS Project (for MSSQL Server driver)",
role = "aut"),
person("Simon", "Urbanek", role = "ctb",
email = "Simon.Urbanek@r-project.org"),
person("Hadley", "Wickham", email = "hadley@rstudio.com",
role = "ctb"),
person("Romain", "Francois", email = "romain@r-enthusiasts.com",
role = "ctb"),
person("RStudio", role = "cph"),
person("The Legion Of The Bouncy Castle", role = c("cph", "ctb")))
Description: Utilises The jTDS Project's JDBC 3.0 SQL Server
driver to extend the RJDBC classes and DBI methods. It defines a
SQLServerDriver, SQLServerConnection & SQLServerRsult S4 classes as
extensions of the RJDBC equivalent classes with most DBI
methods being thin extensions of the methods defined by RJDBC classes.
However, the dbConnect interface is more convenient, and the data reading
and writing capabilities found in RJDBC's fetch and dbWriteTable methods
have been refined. The package also implements a SQL backend to the dplyr
package.
License: GPL-2
Depends: R (>= 3.2.0), DBI (>= 0.3.1)
Imports: methods (>= 3.2.0), rJava (>= 0.9.6), RJDBC (>= 0.2-4), dplyr
(>= 0.4), assertthat (>= 0.1), yaml (>= 2.1.13), lubridate (>=
1.3.3)
SystemRequirements: Java (>= 1.3)
URL: https://github.com/imanuelcostigan/RSQLServer
BugReports: https://github.com/imanuelcostigan/RSQLServer/issues
Suggests: testthat
Collate: 'RSQLServer.R' 'Utils.R' 'dbi-classes.R' 'dbi-methods.R'
'dbi-shims.R' 'dplyr-imports.R' 'dplyr.R' 'jdbc-methods.R'
'onLoad.R' 'sql-backends.R' 'sql-methods.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-22 08:57:39 UTC; imanuel
Author: Imanuel Costigan [aut, cre],
The jTDS Project (for MSSQL Server driver) [aut],
Simon Urbanek [ctb],
Hadley Wickham [ctb],
Romain Francois [ctb],
RStudio [cph],
The Legion Of The Bouncy Castle [cph, ctb]
Maintainer: Imanuel Costigan <i.costigan@me.com>
Repository: CRAN
Date/Publication: 2016-03-22 20:08:08

● Data Source: CranContrib
● 0 images, 9 functions, 0 datasets
● Reverse Depends: 0

RSQLite : SQLite Interface for R

Package: RSQLite
Version: 1.0.0
Title: SQLite Interface for R
Authors@R: as.person(c(
"Hadley Wickham <hadley@rstudio.com> [aut, cre]",
"David A. James [aut]",
"Seth Falcon [aut]",
"SQLite Authors (for the included SQLite sources) [ctb]",
"Liam Healy (for the include SQLite extensions) [ctb]",
"RStudio [cph]"
))
Description: This package embeds the SQLite database engine in R and
provides an interface compliant with the DBI package.
The source for the SQLite engine (version 3.8.6) is included.
Depends: R (>= 2.10.0), DBI (>= 0.3.1), methods
Suggests: testthat
License: LGPL (>= 2)
URL: https://github.com/rstats-db/RSQLite
BugReports: https://github.com/rstats-db/RSQLite/issues
Collate: 'ConnectionExtensions.R' 'Connection.R' 'Driver.R' 'Connect.R'
'ConnectionRead.R' 'ConnectionTransactions.R'
'ConnectionWrite.R' 'Constants.R' 'Escaping.R' 'Result.R'
'Object.R' 'Summary.R' 'Utils.R' 'datasetsDb.R' 'dbGetInfo.R'
'extensions.R' 'zzz.R'
Packaged: 2014-10-24 18:38:41 UTC; hadley
Author: Hadley Wickham [aut, cre],
David A. James [aut],
Seth Falcon [aut],
SQLite Authors [ctb] (for the included SQLite sources),
Liam Healy [ctb] (for the include SQLite extensions),
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-10-25 01:58:48

● Data Source: CranContrib
● 0 images, 27 functions, 0 datasets
Reverse Depends: 11

datamap : A system for mapping foreign objects to R variables and environments

Package: datamap
Type: Package
Title: A system for mapping foreign objects to R variables and
environments
Version: 0.1-1
Date: 2009-12-03
Author: Jeffrey Horner <jeffrey.horner@gmail.com>
Maintainer: Jeffrey Horner <jeffrey.horner@gmail.com>
Description: datamap utilizes variable bindings and objects of class
"UserDefinedDatabase" to provide a simple mapping system to
foreign objects. Maps can be used as environments or attached
to the search path, and changes to either are persistent.
Mapped foreign objects are fetched in real-time and are never
cached by the mapping system.
Depends: DBI
License: GPL-2
LazyLoad: yes
Packaged: 2009-12-03 15:37:49 UTC; hornerj
Repository: CRAN
Date/Publication: 2009-12-03 17:38:05

● Data Source: CranContrib
● 0 images, 6 functions, 0 datasets
● Reverse Depends: 0

RecordLinkage : Record Linkage in R

Package: RecordLinkage
Version: 0.4-9
Title: Record Linkage in R
Author: Andreas Borg <borga@uni-mainz.de>, Murat Sariyar <murat.sariyar@charite.de>
Maintainer: Andreas Borg <borga@uni-mainz.de>
Contact: reclinkmainz@googlemail.com
Description: Provides functions for linking and de-duplicating data sets.
Methods based on a stochastic approach are implemented as well as
classification algorithms from the machine learning domain.
License: GPL (>= 2)
Depends: R (>= 2.10.0), DBI, RSQLite (>= 0.9-1), ff, ffbase
Imports: e1071, rpart, ada, ipred, stats, evd, methods, data.table (>=
1.7.8), nnet, xtable
Suggests: RUnit
LinkingTo: RSQLite
URL: https://r-forge.r-project.org/projects/recordlinkage/,
http://journal.r-project.org/archive/2010-2/RJournal_2010-2_Sariyar+Borg.pdf
Collate: register-S3-classes.r RLBigData-classes.r RLResult-class.r
accessor-methods.r evt.r classify.r classifySupv-methods.r
genSamples.r strcmp.r compare.r getPairs.r summary.r
em-methods.r internals.r em.r mygllm.r epilink-methods.r
phonetics.r onAttach.r getPairs-methods.r serialization.r
tools.r stochastic.r
Packaged: 2016-05-02 08:50:37 UTC; borg
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2016-05-02 13:21:08

● Data Source: CranContrib
● Cran Task View: OfficialStatistics
● 0 images, 52 functions, 1 datasets
● Reverse Depends: 0

filehashSQLite : Simple key-value database using SQLite

Package: filehashSQLite
Version: 0.2-4
Date: 2012-03-23
Depends: R (>= 2.14.0), methods, filehash (>= 1.0), DBI, RSQLite
Imports: filehash, DBI
Title: Simple key-value database using SQLite
Author: Roger D. Peng <rpeng@jhsph.edu>
Maintainer: Roger D. Peng <rpeng@jhsph.edu>
Description: Simple key-value database using SQLite as the backend
License: GPL (>= 2)
URL: http://github.com/rdpeng/filehashsqlite
Packaged: 2012-03-23 21:34:38 UTC; rdpeng
Repository: CRAN
Date/Publication: 2012-03-23 21:45:30

● Data Source: CranContrib
● 0 images, 1 functions, 0 datasets
● Reverse Depends: 0

gmDatabase : Accessing a Geometallurgical Database with R

Package: gmDatabase
Version: 0.5.0
Date: 2016-05-31
Title: Accessing a Geometallurgical Database with R
Authors@R: c(person("K. Gerald", "van den Boogaart", role = c("aut", "cre"),
email = "support@boogaart.de"),
person("Stephan", "Matos Camacho", role = c("aut"),
email = "s.matos@hzdr.de")
)
Author: K. Gerald van den Boogaart [aut, cre], Stephan Matos Camacho [aut]
Maintainer: K. Gerald van den Boogaart <support@boogaart.de>
Depends: R (>= 2.1.0), DBI, RMySQL, foreach, methods, digest, shiny
Suggests: MASS
Description: A template for a geometallurgical database and a fast and easy
interface for accessing it is provided in this package.
License: GPL (>= 2) | LGPL (>= 2)
LazyLoad: TRUE
URL: http://www.r-project.org
Copyright: (C) 2016 by Helmholtz Institute Freiberg for Resource
Technology
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-15 12:21:07 UTC; matos58
Repository: CRAN
Date/Publication: 2016-06-16 12:32:05

● Data Source: CranContrib
● 0 images, 24 functions, 0 datasets
● Reverse Depends: 0

RJDBC : Provides access to databases through the JDBC interface

Package: RJDBC
Version: 0.2-5
Title: Provides access to databases through the JDBC interface
Author: Simon Urbanek <Simon.Urbanek@r-project.org>
Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
Depends: methods, DBI, rJava (>= 0.4-15), R (>= 2.4.0)
Description: RJDBC is an implementation of R's DBI interface using JDBC as a back-end. This allows R to connect to any DBMS that has a JDBC driver.
License: GPL-2
URL: http://www.rforge.net/RJDBC/
Packaged: 2014-12-18 22:46:08 UTC; svnuser
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-12-19 07:20:48

● Data Source: CranContrib
● 0 images, 7 functions, 0 datasets
Reverse Depends: 2

RMySQL : Database Interface and 'MySQL' Driver for R

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

● Data Source: CranContrib
● 0 images, 24 functions, 0 datasets
Reverse Depends: 3