-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.09 KB
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.09 KB
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
Package: rgeomorphon
Type: Package
Title: A Lightweight Implementation of the Geomorphon Algorithm
Version: 0.3.1
Authors@R: person(given = "Andrew", family = "Brown", role = c("aut", "cre"), email = "brown.andrewg@gmail.com", comment = c(ORCID="0000-0002-4565-533X"))
Maintainer: Andrew Brown <brown.andrewg@gmail.com>
Description: A lightweight implementation of the geomorphon terrain
form classification algorithm of Jasiewicz and Stepinski (2013)
<doi:10.1016/j.geomorph.2012.11.005> based largely on the
'GRASS GIS' 'r.geomorphon' module. This implementation employs
a novel algorithm written in C++ and 'RcppParallel'.
License: GPL (>= 3)
Depends: R (>= 3.6.2)
Imports: Rcpp, RcppParallel
LinkingTo: Rcpp, RcppArmadillo, RcppParallel
Suggests:
terra,
future.apply,
litedown,
tinytest
Enhances:
future,
parallel
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
URL: https://github.com/brownag/rgeomorphon/, https://humus.rocks/rgeomorphon/
BugReports: https://github.com/brownag/rgeomorphon/issues
LazyData: true
VignetteBuilder: litedown