Package: breathtestcore
Title: Core Functions to Read and Fit 13c Time Series from Breath Tests
Version: 0.3.0
Date: 2017-05-07
Authors@R: c(
    person("Dieter", "Menne", , "dieter.menne@menne-biomed.de", role = c("aut", "cre")),
    person("Menne Biomed Consulting Tuebingen", role = c("cph")),
    person("Benjamin","Misselwitz", , role = c("fnd")),
    person("Mark", "Fox", , role = c("fnd")),
    person("University Hospital of Zurich, Dep. Gastroenterology", role = c("fnd", "dtc"))
    )
Description: Reads several formats of 13C data (IRIS/Wagner, BreathID) and CSV.
        Creates artificial sample data for testing. 
        Fits Maes/Ghoos, Bluck-Coward self-correcting formula using 'nls', 'nlme'.
        See Bluck L J C and Coward W A 2006 <doi:10.1088/0967-3334/27/3/006>.
        This package contains a refactored subset of github package 
        'dmenne/d13cbreath' without database and display functions. Methods to 
        fit breath test curves with Bayesian Stan methods are refactored to 
        github package 'dmenne/breathteststan'. For a Shiny GUI, see 
        package 'dmenne/breathtestshiny'.
Depends: R (>= 3.4.0)
Imports: nlme, MASS, stringr, dplyr, purrr, readr, tibble, methods,
        assertthat, broom, tidyr, ggplot2, signal, utils
Suggests: testthat, covr, knitr
URL: https://github.com/dmenne/breathtestcore
License: GPL-3
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-05-11 07:48:35 UTC; Dieter
Author: Dieter Menne [aut, cre],
  Menne Biomed Consulting Tuebingen [cph],
  Benjamin Misselwitz [fnd],
  Mark Fox [fnd],
  University Hospital of Zurich, Dep. Gastroenterology [fnd, dtc]
Maintainer: Dieter Menne <dieter.menne@menne-biomed.de>
Repository: CRAN
Date/Publication: 2017-05-11 08:18:37 UTC
