Package: olsrr Type: Package Title: Tools for Building OLS Regression Models Version: 0.7.0 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.3 Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://rsquaredacademy.r-universe.dev Date/Publication: 2026-04-30 14:30:12 UTC RemoteUrl: https://github.com/rsquaredacademy/olsrr RemoteRef: HEAD RemoteSha: 3357748f5e2681dbc970ea6ddf45fef79af05e8b NeedsCompilation: no Packaged: 2026-07-04 23:30:13 UTC; root Author: Aravind Hebbali [aut, cre] Maintainer: Aravind Hebbali