-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.23 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
Package: deepforestr
Title: R Interface to the Deepforest package
Description: Provides an R interface to the Deepforest
<https://deepforest.readthedocs.io/en/latest/> via the Deepforest's
command line interface. The Deepforest is a python package for training and predicting individual tree crowns from airborne RGB imagery.
Version: 0.0.2
Authors@R: c(person("Ethan", "White", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6728-7745")),
person("Henry", "Senyondo", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7105-5808")),
person("Ben", "Weinstein", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2176-7935")))
BugReports: https://github.com/weecology/DeepForest/issues
URL: https://github.com/weecology/DeepForest/ (website),
https://github.com/weecology/DeepForest/
Depends:
R (>= 3.4.0)
Imports:
reticulate (>= 1.16)
Suggests:
testthat (>= 1.0.0),
devtools,
knitr,
raster,
rmarkdown
VignetteBuilder: knitr
SystemRequirements: Python (>= 3.0) (version must be listed to patch to allow parsing)
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.2.3
Encoding: UTF-8