Package: learningCurve
Type: Package
Title: An Implementation of Crawford's and Wright's Learning Curve
        Production Functions
Version: 1.1.1
Description: Implements common learning curve production functions. It incorporates
    Crawford's and Wright's learning curve functions to compute unit and cumulative 
    block estimates for time (or cost) of units along with an aggregate learning 
    curve. It also provides delta and error functions and some basic learning curve 
    plotting functions.along with functions to compute aggregated learning curves, 
    error rates, and to visualize learning curves.
Date: 2017-02-28
Authors@R: c(
    person("Bradley", "Boehmke", email = "bradleyboehmke@gmail.com", role = c("aut", "cre")),
    person("Jason", "Freels", email = "auburngrads@live.com", role = c("aut"))
    )
URL: https://github.com/Auburngrads/learningCurve
BugReports: https://github.com/Auburngrads/learningCurve/issues
License: GPL (>= 2) | file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: ggplot2, scales, gridExtra, tidyverse
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-03-03 13:18:14 UTC; Jason
Author: Bradley Boehmke [aut, cre],
  Jason Freels [aut]
Maintainer: Bradley Boehmke <bradleyboehmke@gmail.com>
Repository: CRAN
Date/Publication: 2017-03-03 18:02:23
