-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
72 lines (72 loc) · 1.75 KB
/
DESCRIPTION
File metadata and controls
72 lines (72 loc) · 1.75 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
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
Type: Package
Package: duckspatial
Title: R Interface to 'DuckDB' Database with Spatial Extension
Version: 1.0.0.9000
Authors@R: c(
person(
"Adrián", "Cidre González",
email = "adrian.cidre@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3310-3052")
),
person(
"Egor", "Kotov", ,
"kotov.egor@gmail.com",
role = "aut",
comment = c(ORCID = "0000-0001-6690-5345")
),
person(
"Rafael H. M.", "Pereira", ,
"rafa.pereira.br@gmail.com",
role = "aut",
comment = c(ORCID = "0000-0003-2125-7465")
))
Description: Fast & memory-efficient functions to analyze and manipulate large
spatial data data sets. It leverages the fast analytical
capabilities of 'DuckDB' and its spatial extension (see <https://duckdb.org/docs/stable/core_extensions/spatial/overview>)
while maintaining compatibility with R’s spatial data ecosystem to
work with spatial vector data.
URL: https://cidree.github.io/duckspatial/, https://github.com/Cidree/duckspatial
BugReports: https://github.com/Cidree/duckspatial/issues
License: GPL (>= 3)
Depends:
R (>= 4.1.0)
Imports:
arrow,
cli,
DBI,
dbplyr (>= 2.0.0),
dplyr,
duckdb (>= 1.5.1),
geoarrow,
glue,
lifecycle,
nanoarrow,
rlang,
sf,
tibble,
tools,
units,
uuid,
withr,
wk
Suggests:
areal,
bench,
duckdbfs,
ggplot2 (>= 3.3.1),
knitr,
lwgeom,
patchwork,
quadkeyr,
quarto,
rmarkdown,
scales,
terra,
testthat (>= 3.0.0)
VignetteBuilder: quarto
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3