-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 854 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
Package: SARNr
Type: Package
Title: SARN algorithm in R for any resolution imagery
Version: 1.0
Date: 2022-05-25
Authors@R:
person(given = "Craig",
family = "Brinkerhoff",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6701-4835"))
Description: An adapted version of the SARN algorithm (Lu et al., 2020), written in an open-source language and setup for any resolution imagery.
Depends:
R (>= 3.6.0),
Imports:
dplyr,
raster,
sf,
sfnetworks,
terra,
tidygraph
License: file LICENSE
Encoding: UTF-8
URL: https://github.com/craigbrinkerhoff/SARNr
BugReports: https://github.com/craigbrinkerhoff/SARNr/issues
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Config/testthat/edition: 3