Package: FluxSeparator Title: Separation of Diffusive and Ebullitive Fluxes Version: 2.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) for details. License: MIT + file LICENSE URL: , BugReports: https://github.com/JonasStage/FluxSeparator/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: broom, dplyr, DT, ggplot2, ggpubr, graphics, HMR, lubridate, magrittr, purrr, readr, rlang, shiny, shinydashboard, stats, stringr, tidyr, TTR, patchwork Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 LazyData: true Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://jonasstage.r-universe.dev Date/Publication: 2026-06-05 13:02:16 UTC RemoteUrl: https://github.com/jonasstage/fluxseparator RemoteRef: HEAD RemoteSha: b43bd6915045e4ad496b406717846a480014f493 NeedsCompilation: no Packaged: 2026-06-05 14:46:20 UTC; root Author: Jonas Stage Sø [aut, cre] (ORCID: ), Kaj Sand-Jensen [ctb] (ORCID: ), Theis Kragh [ctb] (ORCID: ) Maintainer: Jonas Stage Sø