-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 977 Bytes
/
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
Package: sdsfun
Title: Spatial Data Science Complementary Features
Version: 0.6.0
Authors@R:
person(given = "Wenbo", family = "Lv",
email = "lyu.geosocial@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0002-6003-3800"))
Description: Wrapping and supplementing commonly used functions in the R ecosystem related to spatial data science,
while serving as a basis for other packages maintained by Wenbo Lv.
License: GPL-3
Encoding: UTF-8
URL: https://stscl.github.io/sdsfun/, https://github.com/stscl/sdsfun
BugReports: https://github.com/stscl/sdsfun/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Imports:
dplyr,
geosphere,
magrittr,
pander,
purrr,
sf,
spdep,
stats,
tibble,
utils
Suggests:
ggplot2,
Rcpp,
RcppArmadillo,
testthat (>= 3.0.0)
Config/testthat/edition: 3
LinkingTo:
Rcpp,
RcppArmadillo