-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.03 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.03 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
32
33
34
35
36
37
38
39
40
41
Package: silviculture
Type: Package
Title: Utility Functions for Forest Inventory and Silviculture
Version: 0.2.0
Authors@R: c(
person("Adrián", "Cidre González", , "adrian.cidre@gmail.com", role = c("aut", "cre")),
person("Aitor", "Vázquez Veloso", , "aitor.vazquez.veloso@uva.es", role = "aut")
)
Description: Perform common dendrometry operations such as inventory preparing, and inventory data analysis.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Imports:
cli,
dplyr,
lifecycle,
rlang,
S7
Depends:
R (>= 4.1.0)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://cidree.github.io/silviculture/
Collate:
'data.R'
'utils-not-exported.R'
'deprecated-funs.R'
'inventory-summary.R'
'metrics-lidar.R'
'metrics-stand-density.R'
'metrics-stand-level.R'
'metrics-tree-level.R'
'predict-biomass.R'
'predict-height.R'
'sample-size.R'
'silviculture-package.R'
'treatment-thinning.R'
'zzz.R'