-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.16 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: arcpy
Title: Interface to 'ArcGIS' 'Python' Modules
Version: 0.4-0
Authors@R:
person(given = "Michael",
family = "Koohafkan",
role = c("aut", "cre"),
email = "[email protected]")
Description: An interface to the 'ArcGIS' 'arcpy' and 'arcgis' 'python' API
<https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/arcgis-api-for-python.htm>.
Provides various tools for installing and configuring a 'Conda' environment
for accessing 'ArcGIS' geoprocessing functions. Helper functions for
manipulating and converting 'ArcGIS' objects from R are also provided.
URL: https://github.com/mkoohafkan/arcpy,
https://hydroecology.net/arcpy/
BugReports: https://github.com/mkoohafkan/arcpy/issues
SystemRequirements:
Conda (>= 4.6),
ArcGIS Pro (>= 3.0)
Depends: R (>= 4.2)
Imports:
stats,
reticulate (>= 1.31)
Suggests:
tibble (>= 3.0),
knitr (>= 1.21),
rmarkdown (>= 1.11),
testthat (>= 2.1.0),
rstudioapi (>= 0.7),
sf,
terra
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3