-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 916 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: CTAE
Type: Package
Title: Canadian tree allometric equations
Version: 0.4.2
Author: Authors@R: c(
person(given = "Piotr",
family = "Tompalski",
email = "[email protected]",
role = c("aut", "cre", "cph")),
person(given = "Juha",
family = "Metsaranta",
email = "[email protected]",
role = "aut"),
person(given = "Vinicius",
family = "Manvailer Goncalves",
email = "[email protected]",
role = "aut")
)
Maintainer: Piotr Tompalski <[email protected]>
Description: Implementation of several published models to calculate tree- and forest stand-level attributes
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0)
Imports:
dplyr,
tidyr,
stringr,
glue,
rlang
RoxygenNote: 7.3.2