Package: olsrr
Type: Package
Title: Tools for Teaching and Learning OLS Regression
Version: 0.2.0
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"))
Description: Tools for teaching and learning ordinary least squares regression. Includes 
    comprehensive regression output, heteroskedasticity tests, collinearity diagnostics, 
    residual diagnostics, measures of influence, model fit assessment and variable selection procedures.
Depends: R(>= 3.2.4)
Imports: ggplot2, gridExtra, graphics, dplyr, magrittr, purrr, tibble,
        tidyr, nortest, goftest, Rcpp
Suggests: testthat, covr, knitr, rmarkdown
License: MIT + file LICENSE
URL: https://rsquaredacademy.github.io/olsrr/,
        https://github.com/rsquaredacademy/olsrr
BugReports: https://github.com/rsquaredacademy/olsrr/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2017-06-05 13:06:30 UTC; HP
Author: Aravind Hebbali [aut, cre]
Maintainer: Aravind Hebbali <hebbali.aravind@gmail.com>
Repository: CRAN
Date/Publication: 2017-06-05 15:17:23 UTC
