Package: FluxSeparator
Title: Separation of Diffusive and Ebullitive Fluxes
Version: 1.0.1
Authors@R: c(
    person("Jonas Stage", "Sø", , "Jonassoe@biology.sdu.dk", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-3222-3706")),
    person("Kaj", "Sand-Jensen", , "ksandjensen@bio.ku.dk", role = "ctb",
           comment = c(ORCID = "0000-0003-2534-4638")),
    person("Theis", "Kragh", , "tkragh@biology.sdu.dk", role = "ctb",
           comment = c(ORCID = "0000-0002-9760-2571"))
  )
Description: Separates diffusive and ebullitive (bubble) fluxes from
    continuous concentration measurements using a running variance approach.
    Ebullitive events are identified when the running variance exceeds a
    user-set threshold. Diffusive fluxes are calculated via linear regression
    on the non-ebullitive portion of the data. See Sø et al. (2024)
    <doi:10.1029/2024JG008035> for details.
License: MIT + file LICENSE
URL: https://github.com/JonasStage/FluxSeparator,
        https://doi.org/10.1029/2024JG008035
BugReports: https://github.com/JonasStage/FluxSeparator/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 3.5)
Imports: broom, dplyr, ggplot2, ggpubr, graphics, HMR, lubridate,
        magrittr, purrr, readr, rlang, stats, stringr, tidyr, TTR
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
LazyData: true
NeedsCompilation: no
Packaged: 2026-03-25 03:53:01 UTC; jonas
Author: Jonas Stage Sø [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-3222-3706>),
  Kaj Sand-Jensen [ctb] (ORCID: <https://orcid.org/0000-0003-2534-4638>),
  Theis Kragh [ctb] (ORCID: <https://orcid.org/0000-0002-9760-2571>)
Maintainer: Jonas Stage Sø <Jonassoe@biology.sdu.dk>
Repository: CRAN
Date/Publication: 2026-03-29 16:50:03 UTC
Built: R 4.6.0; ; 2026-04-23 04:26:10 UTC; windows
