-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
49 lines (49 loc) · 1.42 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
39
40
41
42
43
44
45
46
47
48
49
Package: LITAP
Type: Package
Title: Landscape Integrated Terrain Analysis Package
Version: 0.7.0
Authors@R: c(
person("Steffi", "LaZerte", email = "[email protected]", role = c("aut","cre")),
person("Sheng", "Li", email = "[email protected]", role = "aut"),
person("Agriculture and Agri-Food Canada", role = "fnd"))
Description: Terrain analysis and landscape and hydrology models built on
terrain attributes. A major component of LITAP is founded on R. A. (Bob)
MacMillan's LandMapR suite of programs for flow topology and landform
segmentation analyses with extended new parameters and methodologies, as well
as with new calculations and uses of directional terrain attributes.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/FRDC-SHL/LITAP
Depends:
R (>= 3.5.0)
Imports:
assertr (>= 2.7),
dplyr (>= 0.7.0),
ggplot2 (>= 3.2.0),
glue (>= 1.4.2),
magrittr (>= 1.5),
purrr (>= 0.2.2.2),
raster (>= 2.5.8),
readr (>= 1.1.0),
rlang (>= 0.4.10),
rmarkdown (>= 2.11),
stringr (>= 1.2.0),
tibble (>= 2.1.3),
tidyselect (>= 1.1.0),
tidyr (>= 1.0.0),
writexl (>= 1.4.0),
openxlsx (>= 4.2.5.2),
janitor (>= 2.2.0)
Suggests:
gt (>= 0.3.1),
foreign (>= 0.8.67),
knitr,
gridExtra,
DT,
readxl,
testthat (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3