-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.48 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
Package: dbflobr
Title: Read and Write Files to SQLite Databases
Version: 0.2.2
Authors@R:
c(person(given = "Sebastian",
family = "Dalgarno",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3658-4517")),
person(given = "Joe",
family = "Thorley",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7683-4592")),
person(given = "Evan",
family = "Amies-Galonski",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1096-2089")),
person(given = "Poisson Consulting",
role = c("cph", "fnd")))
Description: Reads and writes files to SQLite databases
<https://www.sqlite.org/index.html> as flobs (a flob is a blob that
preserves the file extension).
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/dbflobr, https://poissonconsulting.github.io/dbflobr/
BugReports: https://github.com/poissonconsulting/dbflobr/issues
Depends:
R (>= 3.5)
Imports:
blob,
chk,
cli,
DBI,
flobr,
glue,
rlang,
RSQLite
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/Needs/website: poissonconsulting/poissontemplate