-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.12 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
Package: landscapeverse
Title: Install and Load Packages for Landscape Analysis
Version: 0.0.2
Authors@R:
c(person(given = "Marco",
family = "Sciaini",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = '0000-0002-3042-5435')),
person(given = "Maximillian H.K.",
family = "Hesselbarth",
role = "aut",
comment = c(ORCID = "0000-0003-1125-9918")),
person("Jakub", "Nowosad", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1057-3721")))
Description: The 'landscapeverse' is selection of packages
designed for landscape analysis. The purpose of this package is to
make it easy to install and subsequently load those packages.
License: GPL-3 | file LICENSE
Depends:
R (>= 3.1)
Imports:
belg,
cli (>= 1.0.0),
crayon (>= 1.3.4),
dplyr (>= 0.7.4),
landscapemetrics,
landscapetools,
magrittr,
NLMR,
purrr (>= 0.2.4),
rstudioapi (>= 0.7),
tibble (>= 1.4.2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0