Package: fluxible
Title: Ecosystem Gas Fluxes Calculations for Closed Loop Chamber Setup
Version: 1.2.2
Date: 2025-06-04
Authors@R: 
    c(person(given = "Joseph", family = "Gaudard", , "joseph.gaudard@pm.me", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-6989-7624")),
    person(given = c("Richard", "James"), family = "Telford", , "richard.telford@uib.no", role = "aut",
            comment = c(ORCID = "0000-0001-9826-3076"))
    )
Description: Processes the raw data from closed loop flux chamber (or tent)
    setups into ecosystem gas fluxes usable for analysis. It goes from a
    data frame of gas concentration over time (which can contain several
    measurements) and a meta data file indicating which measurement was done
    when, to a data frame of ecosystem gas fluxes including quality diagnostics.
    Functions provided include different models (exponential as described in
    Zhao et al (2018) <doi:10.1016/j.agrformet.2018.08.022>, quadratic and
    linear) to estimate the fluxes from the raw data, quality assessment,
    plotting for visual check and calculation of fluxes based on the setup
    specific parameters (chamber size, plot area, ...).
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), vdiffr, forcats,
        tidyverse, fs
Config/testthat/edition: 3
Imports: broom, dplyr, ggforce, ggplot2, haven, lubridate, rlang,
        purrr, stats, stringr, tidyr, zoo, progress, purrrlyr,
        tidyselect, lifecycle
Depends: R (>= 4.1)
LazyData: true
URL: https://plant-functional-trait-course.github.io/fluxible/,
        https://github.com/Plant-Functional-Trait-Course/fluxible
VignetteBuilder: knitr
BugReports: https://github.com/Plant-Functional-Trait-Course/fluxible/issues
NeedsCompilation: no
Packaged: 2025-06-05 21:26:07 UTC; jga051
Author: Joseph Gaudard [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-6989-7624>),
  Richard James Telford [aut] (ORCID:
    <https://orcid.org/0000-0001-9826-3076>)
Maintainer: Joseph Gaudard <joseph.gaudard@pm.me>
Repository: CRAN
Date/Publication: 2025-06-05 21:50:07 UTC
