-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
43 lines (43 loc) · 1.34 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
Package: treenetproc
Type: Package
Title: Clean, Process and Visualize Dendrometer Data
Version: 0.1.4
Date: 2019-06-17
Authors@R: c(person("Matthias", "Haeni", email = "[email protected]",
role = c("aut", "cre")),
person("Simon", "Knüsel", email = "[email protected]",
role = c("aut")),
person("Micah", "Wilhelm", email = "[email protected]",
role = c("ctb")))
Description: The package cleans, processes and visualises 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.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
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