ENtest: ENtest: Test Code for EcoNum.

Description Details ENtest functions Author(s) References Examples

Description

Test R code for EcoNum analyses, in particular, the carbochemostat.

Details

Package: ENtest
Type: Package
Version: 1.0-1
Date: 2015-11-04
License: MIT (see LICENSE file)
LazyLoad: yes

ENtest functions

flux() and conc() to calculate fluxes of chemical in the carbochemostat. pHDrift() to calculate pH according to a drif due to equilibration with air. checkId() and cie for calculations on samples Ids.

Author(s)

Philippe Grosjean phgrosjean@sciviews.org

References

http://econum.umons.ac.be/

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# To run the tests:
if (require(svUnit)) {
  #clearLog()

  ## Not run: 
    ## This test is now moved to the tests directory
    #runTest(svSuite("package:ENtest"), "ENtest")

  
## End(Not run)
  
  ## Check errors at the end (needed to interrupt R CMD check)
  #errorLog()
}

EcoNum/EN-test documentation built on May 5, 2020, 4:34 p.m.