-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.34 KB
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
Package: arkdb
Version: 0.0.19
Title: Archive and Unarchive Databases Using Flat Files
Description: Flat text files provide a robust, compressible, and portable
way to store tables from databases. This package provides convenient
functions for exporting tables from relational database connections
into compressed text files and streaming those text files back into
a database without requiring the whole table to fit in working memory.
Authors@R: c(person("Carl", "Boettiger",
email = "cboettig@gmail.com",
role = c("aut", "cre", "cph"),
comment=c(ORCID = "0000-0002-1642-628X")),
person("Richard", "FitzJohn", role = "ctb"),
person("Brandon", "Bertelsen", email="brandon@bertelsen.ca", role = "ctb"))
URL: https://github.com/ropensci/arkdb, https://docs.ropensci.org/arkdb/
BugReports: https://github.com/ropensci/arkdb/issues
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Depends: R (>= 4.0)
Imports:
DBI,
tools,
utils
Suggests:
arrow,
R.utils,
progress,
readr,
spelling,
dplyr,
dbplyr,
nycflights13,
testthat,
knitr,
covr,
fs,
rmarkdown,
RSQLite,
duckdb,
vroom,
utf8,
future.apply
Language: en-US