-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.21 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: ITSMe
Title: Individual Tree Structural Metrics
Version: 1.0.0
Authors@R:
c(person(given = "Louise",
family = "Terryn",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8405-2788")),
person(given = "Kim",
family = "Calders",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-4562-2538")))
Description: With this package you can obtain structural metrics from individual
tree point clouds and their respective quantitative structure models (treeQSM).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
alphashape3d,
concaveman,
data.table,
ggforce,
ggplot2,
ggpubr,
graphics,
grDevices,
lidR,
nabor,
R.matlab,
rgl,
Rvcg,
sf,
stats,
utils
URL: https://github.com/lmterryn/ITSMe,
https://lmterryn.github.io/ITSMe/
BugReports: https://github.com/lmterryn/ITSMe/issues
Depends:
R (>= 2.10)
LazyData: true
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3