-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 888 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: db
Type: Package
Title: An R interface to SQLite
Version: 1.0
Date: 2020-11-22
Author: Michael C. Grundler
Maintainer: Michael C. Grundler <mcgrundler@gmail.com>
Description: db is an R package providing an interface to the SQLite library
and a subset of its API. The package can be used to perform normal
database operations but provides additional functionality for
creating virtual tables and user-defined SQL functions that
invoke R callbacks. It also provides a mechanism for adding
documentation to databases in the form of dynamic web pages
that can communicate with the database using R's built in
HTTP server.
Depends: R (>= 3.5.0)
Imports: methods, tools
NeedsCompilation: yes
License: GPL-3
Collate: db-package.R
db.R
db-io.R
db-eval.R
db-httpd.R
db-info.R
db-json.R
db-function.R
db-sqlar.R
db-subst.R
db-vtable.R
RoxygenNote: 7.1.2