-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
152 lines (152 loc) · 4.9 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
Package: RSQLCipher
Title: SQLCipher Interface for R
Version: 0.3.0
Authors@R: c(
person("Bruno", "Gonçalves", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0797-7717")),
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412", code = "RSQLite sources")),
person("Hadley", "Wickham", role = "aut",
comment = c(code = "RSQLite sources")),
person(c("David", "A."), "James", role = "aut",
comment = c(code = "RSQLite sources")),
person("Seth", "Falcon", role = "aut",
comment = c(code = "RSQLite sources")),
person("D. Richard", "Hipp", role = "ctb",
comment = "for the included SQLite sources"),
person("Dan", "Kennedy", role = "ctb",
comment = "for the included SQLite sources"),
person("Joe", "Mistachkin", role = "ctb",
comment = "for the included SQLite sources"),
person(, "SQLite Authors", role = "ctb",
comment = "for the included SQLite sources"),
person("Liam", "Healy", role = "ctb",
comment = "for the included SQLite sources"),
person("R Consortium", role = "fnd"),
person("RStudio", role = "cph"),
person("ZETETIC LLC", role = "cph",
comment = c(code = "SQLCipher sources"))
)
Description: Embeds the SQLCipher database engine in R and provides an
interface compliant with the DBI package. SQLCipher is an open source
library that provides transparent and secure 256-bit AES encryption of
SQLite database files. The source for the SQLCipher/SQLite engine and
for various extensions in a recent version is included. System
libraries will never be consulted because this package relies on
static linking for the plugins it includes; this also ensures a
consistent experience across all installations.
License: LGPL (>= 2.1)
URL: https://github.com/bpvgoncalves/RSQLCipher
BugReports: https://github.com/bpvgoncalves/RSQLCipher/issues
Depends:
R (>= 3.1.0)
Imports:
bit64,
blob (>= 1.2.0),
DBI (>= 1.2.0),
lifecycle,
memoise,
methods,
pkgconfig,
rlang
Suggests:
callr,
covr,
DBItest (>= 1.8.0),
gert,
gh,
hms,
knitr,
magrittr,
rmarkdown,
rvest,
testthat (>= 3.0.0),
withr,
xml2
LinkingTo:
cpp11 (>= 0.4.0),
plogr (>= 0.2.0)
VignetteBuilder:
knitr
Remotes:
r-dbi/DBI,
r-dbi/DBItest
Config/autostyle/scope: line_breaks
Config/autostyle/strict: false
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'SQLiteConnection.R'
'SQLKeywords_SQLiteConnection.R'
'SQLiteDriver.R'
'SQLite.R'
'SQLiteResult.R'
'coerce.R'
'compatRowNames.R'
'copy.R'
'cpp11.R'
'databaseKeyAdd.R'
'databaseKeyChange.R'
'databaseKeyRemove.R'
'datasetsDb.R'
'dbAppendTable_SQLiteConnection.R'
'dbBeginTransaction.R'
'dbBegin_SQLiteConnection.R'
'dbBind_SQLiteResult.R'
'dbClearResult_SQLiteResult.R'
'dbColumnInfo_SQLiteResult.R'
'dbCommit_SQLiteConnection.R'
'dbConnect_SQLiteConnection.R'
'dbConnect_SQLiteDriver.R'
'dbDataType_SQLiteConnection.R'
'dbDataType_SQLiteDriver.R'
'dbDisconnect_SQLiteConnection.R'
'dbExistsTable_SQLiteConnection_Id.R'
'dbExistsTable_SQLiteConnection_character.R'
'dbFetch_SQLiteResult.R'
'dbGetException_SQLiteConnection.R'
'dbGetInfo_SQLiteConnection.R'
'dbGetInfo_SQLiteDriver.R'
'dbGetPreparedQuery.R'
'dbGetPreparedQuery_SQLiteConnection_character_data.frame.R'
'dbGetRowCount_SQLiteResult.R'
'dbGetRowsAffected_SQLiteResult.R'
'dbGetStatement_SQLiteResult.R'
'dbHasCompleted_SQLiteResult.R'
'dbIsValid_SQLiteConnection.R'
'dbIsValid_SQLiteDriver.R'
'dbIsValid_SQLiteResult.R'
'dbListResults_SQLiteConnection.R'
'dbListTables_SQLiteConnection.R'
'dbQuoteIdentifier_SQLiteConnection_SQL.R'
'dbQuoteIdentifier_SQLiteConnection_character.R'
'dbReadTable_SQLiteConnection_character.R'
'dbRemoveTable_SQLiteConnection_character.R'
'dbRollback_SQLiteConnection.R'
'dbSendPreparedQuery.R'
'dbSendPreparedQuery_SQLiteConnection_character_data.frame.R'
'dbSendQuery_SQLiteConnection_character.R'
'dbUnloadDriver_SQLiteDriver.R'
'dbUnquoteIdentifier_SQLiteConnection_SQL.R'
'dbWriteTable_SQLiteConnection_character_character.R'
'dbWriteTable_SQLiteConnection_character_data.frame.R'
'db_bind.R'
'deprecated.R'
'export.R'
'fetch_SQLiteResult.R'
'import-standalone-check_suggested.R'
'import-standalone-purrr.R'
'initExtension.R'
'initRegExp.R'
'isSQLKeyword_SQLiteConnection_character.R'
'make.db.names_SQLiteConnection_character.R'
'pkgconfig.R'
'show_SQLiteConnection.R'
'sqlData_SQLiteConnection.R'
'table.R'
'transactions.R'
'utils.R'
'version.R'
'zzz.R'