-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.08 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
Package: RPyGeo
Type: Package
Title: ArcGIS Geoprocessing via Python
Version: 1.0.1
Authors@R: c(
person("Alexander", "Brenning", , "[email protected]", c("aut", "cre")),
person("Fabian", "Polakowski", , "[email protected]", role = "aut"),
person("Marc", "Becker", ,"[email protected]", role = "aut"),
person("Jannes", "Muenchow", role = "ctb", comment = c(ORCID = '0000-0001-7834-4717'))
)
Description: Provides access to ArcGIS geoprocessing tools by building an
interface between R and the ArcPy Python side-package via the
reticulate package.
URL: https://github.com/r-spatial/RPyGeo
BugReports: https://github.com/r-spatial/RPyGeo/issues
License: GPL-3
LazyData: TRUE
Imports:
reticulate (>= 1.2),
sf,
raster,
tools,
stringr,
utils,
rmarkdown,
magrittr,
stats,
purrr
SystemRequirements: Python (>= 2.6.0), ArcGIS (>= 10.0)
RoxygenNote: 6.1.1
Suggests:
testthat,
knitr,
spData,
rstudioapi,
bookdown
VignetteBuilder: knitr