-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 891 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
33
34
35
36
37
38
39
40
41
42
43
44
Package: PostEddyPro
Type: Package
Title: Make EddyPro Output Post-processing Easier and More Efficient
Version: 0.1.0
Author: Koffi Dodji Noumonvi
Maintainer: Koffi <[email protected]>
Description: A set of functions to ease the post-processing after raw flux processing in eddypro.
This package will come in very handy when having to repeat the same tasks for several sites.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
ggplot2,
lubridate,
data.table,
cowplot,
graphics,
stats,
utils,
Metrics,
caret,
randomForest,
dplyr,
tune,
rlang,
magrittr,
readr,
lazyeval,
REddyProc,
hms,
stringr,
purrr,
scales,
ggcorrplot,
zoo,
ggpubr,
ggpmisc,
xgboost,
doParallel,
foreach
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3