https://github.com/cran/biogas
Raw File
Tip revision: 1e32c675c368e1a9a9df9c4256e8d0923ce92f79 authored by Sasha D. Hafner on 08 January 2020, 11:40:06 UTC
version 1.23.2
Tip revision: 1e32c67
README.md
# Overview
The biogas package is an R package for biogas research. It provides tools for processing biogas data, predicting biogas production, making conversions, and planning experiments. For example, the calcBgVol() function can be used for calculating biochemical methane potential from original measurements. See the vignettes and the links given below for more information.

# Links etc.
* Open-source paper describing the package: https://doi.org/10.1016/j.softx.2018.06.005
* Researchgate project page: https://www.researchgate.net/project/Biogas-Software
* Web application interface to the package (OBA): https://biotransformers.shinyapps.io/oba1/
* Mailing list: sasha.hafner at eng.au.dk                                                  

# Branch organization
* dev: main development branch for work on package
* master: merged with dev before submission to CRAN
* version number branches (e.g., 10.0.2): archived versions that are available on CRAN
back to top