biogas 1.60.0

2024 December 4 ## NEW FEATURES * calcBgGrav() New function for processing gravimetric BMP data. Meant as a replacement for gravimetric processing with cumBg() * fitFOM() New function for fitting first-order models

BUG FIXES

biogas 1.23.1

2020 January ## BUG FIXES * Problems found with R-devel with if statements and logical coercion.

biogas 1.23.0

2019 November ## NEW FEATURES * calcBgMan(), calcBgVol() New simpler functions for BMP data processing. These are replacements for volumetric and manometric calculations with cumBg() * calcBgGD() Completely new function for gas density BMP (GD-BMP) calculations.

biogas 1.14.1

2019 April 10 ## NEW FEATURES

New ‘rh.resid’ argument can be used for different assumptions about relative humidity in bottle headspace after venting in manometric calculations.

A new ‘quiet’ argument suppresses messages, and is useful when processing a large number of data sets at once.

Relative and fixed duration criteria can be combined with arguments ‘when’ and ‘when.min’ (a new argument). For example, perhaps you want “1p3d” but at least 20 days.

Now it is possible to calculate BMP (or other summaries) for multiple cumulative methane data frames simultaneously by using a list for the vol argument. Useful for evaluation of uncertainty in cumulative methane calculations.

The vol.name argument can now be used for multiple response variables (e.g., both cumulative methane and biogas) in one call.

BUG FIXES

Other minor bug fixes in cumBg().

biogas 1.10.3

2018 May 16 ## MINOR CHANGES biogas package help file and startup message have been removed.

biogas 1.10.0

2018 March 2 ## BUG FIXES

biogas 1.10.0

2018 February 5 ## BUG FIXES

NEW FEATURES

biogas 1.9.0

2018 January 3 ## BUG FIXES

NEW FEATURES

OTHER CHANGES

biogas 1.8.1

2017 August 11 ## BUG FIXES

biogas 1.8.0

2017 August 9 ## NEW FEATURES

BUG FIXES

biogas 1.7.0

2017 February 24 ## NEW FEATURES

Added warnings for missing observations.

When “1p” option is used but methane production rates exceed the 1% criterion, the function throws an error. To help identify those bottles that haven’t met the criterion, set when = “1p” and show.obs = TRUE to see relative rates for all bottles (rrvCH4 column).

BUG FIXES

ACKNOWLEDGEMENTS

Ilona Sárvári Horváth (University of Borås, Sweden) provided details on the “absolute GC” method as well as example data for testing.

Christof Holliger (École polytechnique fédérale de Lausanne, Switzerland), Konrad Koch (Technische Universität München, Germany), and Hélène Carrere (INRA Laboratoire de Biotechnologie de l’Environnement, France) provided data for testing and suggestions related to cumBg().

biogas 1.6.0

2016 December 16 ## NEW FEATURES

If any CH4 concentration values are > 1, all are divided by 100. This allows the use of CH4 concentrations as % vol (% mol) without division first.

BUG FIXES

Fixed a bug in id column name for wide format.

Other problem with the when = ‘1p’ option apparent only when rates varied significantly among replicates was fixed.

REMOVED FUNCTIONALITY

biogas 1.5.0

2016 November 17 ## NEW FEATURES

Missing values (NAs) for biogas composition are now OK. They will be automatically dropped (and replaced with interpolated values if needed).

The equation for water vapor pressure calculation has been changed. Resulting changes in standardized volume will change very slightly as a result (<0.07%). (Thanks to Izabel Kronenberg.)

New pres.amb argument for use with manometric measurements and gauge pressure.

Instead of specifying a fixed time at which to evaluate biogas production, the function can find the time when the production rate drops below 1% of cumulative production per day. This value can be different for each substrate and can be applied with or without inoculum subtraction. To use, set when = “1p”.

BUG FIXES

biogas 1.4.0

2016 May 24 ## NEW FEATURES

New option to use either cumulative or interval (default) data. See ‘interval’ argument.

BUG FIXES

biogas 1.3.0

2016 April 14 ## NEW FEATURES

molMass('CdSiO3')
molMass('FeSO4(H2O)7')

New ‘sort’ argument to sort results by reactor ID and time (default) or to match original order of reactor ID in setup data frame.

biogas 1.2.0

2015 November 13 ## NEW FEATURES

New option for ‘value’ argument: “reaction”. Returns a named numeric vector with stoichiometric coefficients for the overall reaction, normalized to 1 mol of substrate.

The ‘mass’ argument will be set to the sum of ‘mcomp’ unless it is set separately. Previously the default value of 1.0 g was used even if ‘mcomp’ did not sum to 1.0. See help file and predBg vignette for more information.

BUG FIXES

NEW PUBLICATION

biogas 1.1.0

2015 July 29 ## MAILING LIST

There is now a biogas package mailing list. To subscribe, send a message with the subject “biogas: SUBSCRIBE” to saha@kbm.sdu.dk.

NEW FEATURES

For the gravimetric method, the initial headspace correction can now be applied (to the first interval only) using the headspace, vol.hs.name, headcomp, and temp.init arguments.

REMOVED FUNCTIONALITY

BUG FIXES

OTHER CHANGES

biogas 1.0.1

2015 May 28

summBg * Output data frame now includes value of ‘when’ argument that was specified in the call.