fluxible 1.4.0
CRAN release: 2026-07-22
- Gas concentration can now be transformed in volumetric concentration (e. g., mmol/l) before fitting a model and calculating the slope, accounting better for temperature change inside the chamber. The rest of the workflow has been adapted to support this pathway. The previous workflow (i. e., calculating the flux using the average air temperature during the measurement) is still available and unchanged.
-
flux_conc: new function to transform fractional gas concentration in volumetric concentration before fitting a model. -
flux_flag_count: added a row with total number of fluxes, to facilitate reporting. -
flux_fitting(bug fix): last point of the measurement before the end cut was also cut. The fix can change the results if gas concentration data points are very spaced. The previous results can be obtained by cutting one extra second at the end of the measurements.
fluxible 1.3.6
CRAN release: 2026-02-05
- fixed the use of
case_when()to avoid warnings withdplyr 1.2.0.
fluxible 1.3.5
- added minimum version of
rlang 0.4.0in DESCRIPTION to avoid issues withas_label().
fluxible 1.3.4
CRAN release: 2025-11-11
-
flux_fitting, bug fix: when usingcut_direction = "from_start", the focus window is now start +start_cutto start +end_cut. Previously was doing start +start_cutto start +start_cut+end_cut -
flux_plot, bug fix: slopes and flags were displayed at the wrong location on the plot when usingstart_cut, with no effect on the output data.
fluxible 1.3.0
CRAN release: 2025-08-22
-
flux_match: checks that the two inputs have different column names -
flux_plot: dots in legend and lines bigger -
flux_fitting:exp_zhao18now default model - various fixes and code improvements
fluxible 1.2.12
-
flux_drygas: does the wet air correction -
flux_units: addedmmol/molas a possible concentration unit -
flux_diff: calculates the difference between fluxes (GPP, transpiration, etc)
fluxible 1.2.10
-
flux_lrc: output is now in long format (fluxes in same column, additional column indicating PAR correction), which makes it easier to handle withflux_gpp.
fluxible 1.2.9
-
flux_plot:output = "longpdf"exports a single page pdf (default width 29.7 cm and as long as needed). This method is considerably faster thanpdfpages, because it bypassesfacet_wrap_paginate, but is a bit less aesthetic.
fluxible 1.2.8
-
flux_plot:f_facetidargument allows to display more information in the facet IDs when plotting
fluxible 1.2.7
-
flux_match:fixed_lengthis deprecated.flux_matchwill detect whetherend_colormeasurement_lengthare provided.
fluxible 1.2.6
CRAN release: 2025-06-24
-
flux_calc: gas concentration unit can be ppm, ppb or ppt. The conversion coefficient is integrated influx_units
fluxible 1.2.5
-
flux_calc:atm_pressureis averaged liketemp_air_colif it is a variable with more than one value per flux measurement
fluxible 1.2.4
-
flux_units: new function returning a conversion factor to transform fluxes into the desired unit -
flux_calc:flux_unitargument now takes units in the form amount/surface/time
fluxible 1.2.2
CRAN release: 2025-06-05
-
flux_calc:-
chamber_volumeandtube_volumeare deprecated, usesetup_volumeinstead -
cols_nest = "all"allows to nest all the columns, to keep raw data
-
-
flux_match:-
ratio_thresholdis deprecated, useratio_thresholdinflux_quality()instead -
f_concis no longer needed, deprecated
-
-
flux_quality:ratio_thresholddefault value is now 0.5, was 0 previously, which does not make sense
fluxible 1.2.1
-
flux_quality: newno_slopequality flag for when the model could not be fitted to the data. -
flux_match:startcropargument is deprecated asflux_fitting(start_cut)has a similar function.
fluxible 1.2.0
-
flux_calc- variables in
cols_ave,cols_medand andcols_cumgets suffix added so it is possible to provide a variable to several of those arguments. -
cols_nest: new argument for variable to keep in a nested tibble after flux calculation.
- variables in
fluxible 1.1.2
CRAN release: 2025-05-22
-
flux_flag_count: does not need the cut argument anymore, so it can also be used after calculating fluxes to provide a table with the number of measurements for each quality flag.
fluxible 1.1.1
CRAN release: 2025-05-13
-
flux_gep: deprecated, renamed intoflux_gpp(does exactly the same). - Fixed equations in documentation.
fluxible 1.0.5
-
flux_quality: fluxes with bad fit are now flagged as zero if their linear slope is below the minimal detectable slope (calculated as ) instead of discard.
fluxible 1.0.4
-
flux_fitting:-
exp_hmto use the HM model (Pedersen et al., 2010; Hutchinson and Mosier, 1981). - returns the linear slope besides the chosen method.
-
-
flux_quality:-
kappamax = TRUEto apply the kappamax method (Hüppi et al., 2018) on any of the exponential fits. - g-factor in the output shows the ratio of slope over the linear slope.
-
force_linearandforce_expto force the use of the linear or exponential slope (kappamax method).
-
-
flux_match: option to feed a column with the end time instead of a fixed measurement length, in case fluxes do not all have the same length -
flux_calc:-
cols_sumcolumns for which the values will be summed for each flux. -
cols_medcolumns for which the median will be provided for each flux.
-
fluxible 1.0.3
-
stupeflux: a wrap function to directly process raw gas concentration data into ecosystem gas fluxes. -
flux_fitting: ifoptimreturns non-finite values, the slope is NA and the function does not crash anymore. -
flux_fitting: new modelexp_tz. Same asexp_zhao18except the user definest_zero.
fluxible 1.0.2
-
flux_gep: fluxes presents in the dataset that are neither NEE nor ER (soilR, LRC or other) are not lost anymore.
fluxible 0.1.3
- Error corrected in
flux_gep: the columns in thecols_keepargument are filled for GEP flux with values from NEE flux, and NA if missing, but not values from ER fluxes.
fluxible 0.1.2
-
flux_gepallows to keep all columns without naming them. - Order of columns in the output of flux_match is more logical (f_start before f_end…).
fluxible 0.1.1
- Vignettes temporarily back in Rmd until quarto_render bug is fixed (https://github.com/r-lib/pkgdown/issues/2830)
fluxible 0.1.0
- Added a vignette describing how to prepare the data for
fluxible. -
flux_plotnow adds a vertical line showing where t_zero is. -
flux_plot: scale_x_datetime arguments are now past as a list. - Functions now recycle user
s column names instead of renaming them. Columns created by fluxible functions have the suffixf_`.
fluxible 0.0.6
- Correction in
flux_quality:zeroanddiscardflags were inverted when using the linear fit.
