-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.62 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
Package: readwritesqlite
Title: Enhanced Reading and Writing for 'SQLite' Databases
Version: 0.2.0.9006
Authors@R:
c(person(given = "Joe",
family = "Thorley",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7683-4592")),
person(given = "Sebastian",
family = "Dalgarno",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3658-4517")),
person(given = "Poisson Consulting",
role = c("cph", "fnd")))
Description: Reads and writes data frames to 'SQLite' databases
while preserving time zones (for POSIXct columns), projections (for
'sfc' columns), units (for 'units' columns), levels (for factors and
ordered factors) and classes for logical, Date and 'hms' columns. It
also logs changes to tables and provides more informative error
messages.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/readwritesqlite, https://poissonconsulting.github.io/readwritesqlite/
BugReports:
https://github.com/poissonconsulting/readwritesqlite/issues
Depends:
R (>= 4.0)
Imports:
chk,
DBI,
hms,
lifecycle,
RSQLite,
tibble,
sf,
rlang,
glue,
crayon
Suggests:
covr,
knitr,
pool,
rmarkdown,
testthat (>= 3.0.0),
withr,
units
VignetteBuilder:
knitr
RdMacros:
lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/Needs/website: poissonconsulting/poissontemplate