-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.04 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
Package: geoplumber
Title: Geospatial applications with R and frontend libraries
Version: 0.1
Authors@R: c(
person("Layik", "Hama", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1912-4890")),
person("Robin", "Lovelace", email = "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0001-5679-6536")),
person("Mark", "Padgham", role=c("ctb"),
comment = c(ORCID = "0000-0003-2172-5265")),
person("Thomas", "Kluth", email = "[email protected]", role = c("ctb"))
)
Description: Utilize the power of R and ReactJS to build web applications.
Depends: R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
URL: https://atfutures.github.com/geoplumber
BugReports: https://github.com/ATFutures/geoplumber/issues
LazyData: true
Imports:
plumber,
geojsonsf,
callr
Suggests:
clipr,
testthat,
knitr,
rmarkdown,
stats19,
dplyr,
remotes,
htmltools,
devtools,
RCurl
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Language: en-GB