Package: fluxfixer
Type: Package
Title: Advanced Framework for Sap Flow Data Post-Process
Version: 1.0.0
Authors@R: person("Yoshiaki", "Hata", email = "yoshiakihata0806@gmail.com",
  role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-7703-0863"))
Maintainer: Yoshiaki Hata <yoshiakihata0806@gmail.com>
Description: Provides a flexible framework for post-processing thermal
  dissipation sap flow data using statistical methods and machine learning.
  This framework includes anomaly correction, outlier removal, gap-filling,
  trend removal, signal damping correction, and sap flux density calculation.
  The functions in this package can also apply to other time series with
  various artifacts.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: dplyr (>= 1.0.7), gsignal (>= 0.3-4), lubridate (>= 1.7.9),
        magrittr (>= 2.0.3), ranger (>= 0.13.1), rlang (>= 1.1.3),
        stats (>= 4.0.3), tidyr (>= 1.1.4), tidyselect (>= 1.2.0), xts
        (>= 0.12.1), zoo (>= 1.8-8)
RoxygenNote: 7.3.3
Depends: R (>= 4.0)
URL: https://github.com/yhata86/fluxfixer,
        https://yhata86.github.io/fluxfixer/
BugReports: https://github.com/yhata86/fluxfixer/issues
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Collate: 'utils.R' 'calc_dtmax.R' 'calc_fd.R'
        'construct_randomforest.R' 'datasets.R' 'fluxfixer-package.R'
        'remove_statistical_outlier.R' 'run_fluxfixer.R' 'utils-pipe.R'
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-01-28 18:20:59 UTC; yshkh
Author: Yoshiaki Hata [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0001-7703-0863>)
Repository: CRAN
Date/Publication: 2026-02-02 10:30:02 UTC
