forked from r-dbi/RSQLite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.06 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
Package: RSQLite
Version: 1.0.9000
Title: SQLite Interface for R
Authors@R: as.person(c(
"Hadley Wickham <[email protected]> [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.11.1) is included.
Depends:
R (>= 3.1.0),
methods
Suggests:
testthat,
knitr
Imports:
DBI (>= 0.3.1.9006),
Rcpp (>= 0.11.4.2)
License: LGPL (>= 2)
URL: https://github.com/rstats-db/RSQLite
BugReports: https://github.com/rstats-db/RSQLite/issues
Collate:
'RcppExports.R'
'SQLiteConnection.R'
'SQLiteDriver.R'
'SQLiteResult.R'
'connect.R'
'datasetsDb.R'
'deprecated.R'
'extensions.R'
'query.R'
'table.R'
'transactions.R'
'utils.R'
'zzz.R'
LinkingTo: Rcpp,
BH
VignetteBuilder: knitr