Package: TREX
Title: TRree sap flow EXtractor
Version: 0.0.0.9000
Authors@R: c(
            person(
                'Richard',
                'Peters',
                email = 'richardlouispeters3@hotmail.com',
                role = c('cre', 'aut', 'cph'),
                comment=c(ORCID = '0000-0002-7441-1297')),
            person(
                'Christoforos',
                'Pappas',
                role = c('aut', 'ctb'),
                comment=c(ORCID = '0000-0001-5721-557X')),
            person(
                'Alexander',
                'Hurley',
                role = c('aut', 'ctb'),
                comment=c(ORCID = '0000-0002-9641-2805')),
            person(
                'Rafael',
                'Poyatos',
                role = c('ctb')),
            person(
                'Victor',
                'Flo',
                role = c('ctb')),
            person(
                'Roman',
                'Zweifel',
                role = c('ctb')),
            person(
                'Willem',
                'Goossens',
                role = c('ctb')),
            person(
                'Kathy',
                'Steppe',
                role = c('ths', 'etr', 'fnd'))
            )
Description: Performs data assimilation, processing and analyses on sap flow data obtained
  with the thermal dissipation method (TDM). The package includes functions for gap filling
  time-series data, detecting outliers, calculating data-processing uncertainties and
  generating uniform data output and visualisation. The package is designed to deal with
  large quantities of data and to apply commonly used data-processing methods. The functions
  have been validated on data collected from different tree species across
  the northern hemisphere (Peters et al. 2018 <doi: 10.1111/nph.15241>).
License: MIT + file LICENSE
LazyData: true
URL: https://the-hull.github.io/TREX/
BugReports: https://github.com/the-Hull/TREX/issues
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: 
    chron,
    zoo,
    solaR,
    stats,
    graphics,
    lubridate,
    utils,
    grDevices,
    lhs,
    doParallel,
    foreach,
    tibble,
    dplyr,
    sensitivity,
    randtoolbox,
    boot,
    doSNOW,
    msm,
    parallel,
    magrittr,
    tools
RoxygenNote: 7.1.0
Suggests: 
    shiny,
    plotly
