forked from treenet/treenetproc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.52 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
Package: treenetproc
Type: Package
Title: Clean, Process and Visualize Dendrometer Data
Version: 0.2.3
Date: 2024-06-21
Authors@R: c(person("Matthias", "Haeni", email = "[email protected]",
role = c("aut")),
person("Simon", "Knüsel", email = "[email protected]",
role = c("aut")),
person("Micah", "Wilhelm", email = "[email protected]",
role = c("ctb")),
person("Abel", "Serrano Juste", email = "[email protected]",
role = c("ctb", "cre"))
)
Description: A library to help cleaning, processing and visualising highly resolved
time series of dendrometer data. In two steps, raw dendrometer data is
aligned to regular time intervals and cleaned. Further, the package offers
functions to extract the day of the year of the start and end of the
growing season as well as several characteristics of shrinkage and
expansion phases. See the vignette 'Introduction to treenetproc' for
sample code and a demonstration of an exemplary workflow.
This is a modified and improved version by IPE-CSIC.
Depends: R (>= 4.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression:xz
RoxygenNote: 7.2.3
Imports:
dplyr (>= 0.7.8),
magrittr,
graphics,
grDevices,
stats
Suggests:
knitr,
rmarkdown,
devtools (>= 2.2.1),
sqldf (>= 0.4),
DBI (>= 1.0.0),
RPostgres (>= 1.1.1),
config (>= 0.3),
httr (>= 1.4.0),
googlesheets4 (>= 0.1.0),
googledrive (>= 1.0.0),
testthat (>= 2.1.0)
VignetteBuilder:
knitr