Package: olsrr
Type: Package
Title: Tools for Building OLS Regression Models 
Version: 0.6.1
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"))
Description: Tools designed to make it easier for users, particularly beginner/intermediate R users 
    to build ordinary least squares regression models. Includes comprehensive regression output, 
    heteroskedasticity tests, collinearity diagnostics, residual diagnostics, measures of influence, 
    model fit assessment and variable selection procedures.
Depends:
    R(>= 3.3)
Imports: 
    car,
    ggplot2,
    goftest,
    graphics,
    gridExtra,
    nortest,
    stats,
    utils,
    xplorerr
Suggests:
    covr,
    descriptr,
    knitr,
    rmarkdown,
    testthat,
    vdiffr
License: MIT + file LICENSE
URL: https://olsrr.rsquaredacademy.com/, https://github.com/rsquaredacademy/olsrr
BugReports: https://github.com/rsquaredacademy/olsrr/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
