Skip to content

Commit

Permalink
chore: prep for cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Nov 6, 2024
1 parent 6370c4b commit 0e2f959
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 109 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: olsrr
Type: Package
Title: Tools for Building OLS Regression Models
Version: 0.6.0.9000
Version: 0.6.1
Authors@R: person("Aravind", "Hebbali", email = "[email protected]", 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,
Expand Down Expand Up @@ -33,5 +33,5 @@ Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Config/testthat/edition: 3
13 changes: 12 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# olsrr 0.6.0.9000
# olsrr 0.6.1

This is a patch release for urgent bug fixes.

## Bug Fixes

- Limit maximum subset order in `ols_step_all_possible()` ([#202](https://github.com/rsquaredacademy/olsrr/issues/202))
- Check model type ([#204](https://github.com/rsquaredacademy/olsrr/issues/204))
- Mismatch in column names in `ols_step_all_possible()` ([#211](https://github.com/rsquaredacademy/olsrr/issues/211))
- RMSE is not square root of MSE in `ols_regress()` ([#213](https://github.com/rsquaredacademy/olsrr/issues/213))
- `geom_segment()` warning in `ols_plot_obs_fit()` ([#217](https://github.com/rsquaredacademy/olsrr/issues/217))
- New snapshot added every time tests are run ([#218](https://github.com/rsquaredacademy/olsrr/issues/218))

# olsrr 0.6.0

Expand Down
2 changes: 1 addition & 1 deletion R/olsrr.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ if (getRversion() >= "2.15.1") {
"txt", "cd", "fct_color", "ckd", "dbetas", "color", "pred", "ds", "dsr",
"fstatistic", "hadi", "Df", "res", "pot", "lfit", "rerror", "ybar",
"yhat", "predicted", "resid", "lev_thrsh", "leverage", "levrstud",
"sdres"))
"sdres", "x1", "x2", "y1", "y2"))
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ols_regress(model)
#> Model Summary
#> ---------------------------------------------------------------
#> R 0.914 RMSE 2.409
#> R-Squared 0.835 MSE 6.875
#> R-Squared 0.835 MSE 5.801
#> Adj. R-Squared 0.811 Coef. Var 13.051
#> Pred R-Squared 0.771 AIC 159.070
#> MAE 1.858 SBC 167.864
Expand Down
198 changes: 94 additions & 104 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,112 +1,102 @@
# Platform

|field |value |
|:--------|:-----------------------------------|
|version |R version 4.3.2 (2023-10-31 ucrt) |
|os |Windows 10 x64 (build 19045) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_India.utf8 |
|ctype |en_US.UTF-8 |
|tz |Asia/Calcutta |
|date |2024-02-12 |
|rstudio |2023.12.1+402 Ocean Storm (desktop) |
|pandoc |NA |
|field |value |
|:--------|:------------------------------------------|
|version |R version 4.4.1 (2024-06-14 ucrt) |
|os |Windows 10 x64 (build 19045) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_India.utf8 |
|ctype |en_US.UTF-8 |
|tz |Asia/Calcutta |
|date |2024-11-06 |
|rstudio |2024.09.0+375 Cranberry Hibiscus (desktop) |
|pandoc |NA |

# Dependencies

|package |old |new |Δ |
|:------------|:----------|:----------|:--|
|olsrr |0.5.3 |0.6.0 |* |
|abind |1.4-5 |1.4-5 | |
|backports |1.4.1 |1.4.1 | |
|base64enc |NA |0.1-3 |* |
|brio |1.1.4 |1.1.4 | |
|broom |1.0.5 |1.0.5 | |
|bslib |NA |0.6.1 |* |
|cachem |NA |1.0.8 |* |
|callr |3.7.3 |3.7.3 | |
|car |3.1-2 |3.1-2 | |
|carData |3.0-5 |3.0-5 | |
|cli |3.6.2 |3.6.2 | |
|colorspace |2.1-0 |2.1-0 | |
|commonmark |NA |1.9.1 |* |
|cpp11 |0.4.7 |0.4.7 | |
|crayon |1.5.2 |1.5.2 | |
|data.table |1.15.0 |NA |* |
|desc |1.4.3 |1.4.3 | |
|diffobj |0.3.5 |0.3.5 | |
|digest |0.6.34 |0.6.34 | |
|dplyr |1.1.4 |1.1.4 | |
|ellipsis |0.3.2 |0.3.2 | |
|evaluate |0.23 |0.23 | |
|fansi |1.0.6 |1.0.6 | |
|farver |2.1.1 |2.1.1 | |
|fastmap |NA |1.1.1 |* |
|fontawesome |NA |0.5.2 |* |
|fs |1.6.3 |1.6.3 | |
|generics |0.1.3 |0.1.3 | |
|ggplot2 |3.4.4 |3.4.4 | |
|glue |1.7.0 |1.7.0 | |
|goftest |1.2-3 |1.2-3 | |
|gridExtra |2.3 |2.3 | |
|gtable |0.3.4 |0.3.4 | |
|htmltools |NA |0.5.7 |* |
|httpuv |NA |1.6.14 |* |
|isoband |0.2.7 |0.2.7 | |
|jquerylib |NA |0.1.4 |* |
|jsonlite |1.8.8 |1.8.8 | |
|labeling |0.4.3 |0.4.3 | |
|later |NA |1.3.2 |* |
|lifecycle |1.0.4 |1.0.4 | |
|lme4 |1.1-35.1 |1.1-35.1 | |
|magrittr |2.0.3 |2.0.3 | |
|MatrixModels |0.5-3 |0.5-3 | |
|memoise |NA |2.0.1 |* |
|mime |NA |0.12 |* |
|minqa |1.2.6 |1.2.6 | |
|munsell |0.5.0 |0.5.0 | |
|nloptr |2.0.3 |2.0.3 | |
|nortest |1.0-4 |1.0-4 | |
|numDeriv |2016.8-1.1 |2016.8-1.1 | |
|pbkrtest |0.5.2 |0.5.2 | |
|pillar |1.9.0 |1.9.0 | |
|pkgbuild |1.4.3 |1.4.3 | |
|pkgconfig |2.0.3 |2.0.3 | |
|pkgload |1.3.4 |1.3.4 | |
|praise |1.0.0 |1.0.0 | |
|processx |3.8.3 |3.8.3 | |
|promises |NA |1.2.1 |* |
|ps |1.7.6 |1.7.6 | |
|purrr |1.0.2 |1.0.2 | |
|quantreg |5.97 |5.97 | |
|R6 |2.5.1 |2.5.1 | |
|rappdirs |NA |0.3.3 |* |
|RColorBrewer |1.1-3 |1.1-3 | |
|Rcpp |1.0.12 |1.0.12 | |
|RcppEigen |0.3.3.9.4 |0.3.3.9.4 | |
|rematch2 |2.1.2 |2.1.2 | |
|rlang |1.1.3 |1.1.3 | |
|rprojroot |2.0.4 |2.0.4 | |
|sass |NA |0.4.8 |* |
|scales |1.3.0 |1.3.0 | |
|shiny |NA |1.8.0 |* |
|sourcetools |NA |0.1.7-1 |* |
|SparseM |1.81 |1.81 | |
|stringi |1.8.3 |1.8.3 | |
|stringr |1.5.1 |1.5.1 | |
|testthat |3.2.1 |3.2.1 | |
|tibble |3.2.1 |3.2.1 | |
|tidyr |1.3.1 |1.3.1 | |
|tidyselect |1.2.0 |1.2.0 | |
|utf8 |1.2.4 |1.2.4 | |
|vctrs |0.6.5 |0.6.5 | |
|viridisLite |0.4.2 |0.4.2 | |
|waldo |0.5.2 |0.5.2 | |
|withr |3.0.0 |3.0.0 | |
|xplorerr |NA |0.1.2 |* |
|xtable |NA |1.8-4 |* |
|package |old |new |Δ |
|:--------------|:----------|:----------|:--|
|olsrr |0.6.0 |0.6.1 |* |
|abind |1.4-8 |1.4-8 | |
|backports |1.5.0 |1.5.0 | |
|base64enc |0.1-3 |0.1-3 | |
|broom |1.0.7 |1.0.7 | |
|bslib |0.8.0 |0.8.0 | |
|cachem |1.1.0 |1.1.0 | |
|car |3.1-3 |3.1-3 | |
|carData |3.0-5 |3.0-5 | |
|cli |3.6.3 |3.6.3 | |
|colorspace |2.1-1 |2.1-1 | |
|commonmark |1.9.2 |1.9.2 | |
|cowplot |1.1.3 |1.1.3 | |
|cpp11 |0.5.0 |0.5.0 | |
|crayon |1.5.3 |1.5.3 | |
|Deriv |4.1.6 |4.1.6 | |
|digest |0.6.37 |0.6.37 | |
|doBy |4.6.24 |4.6.24 | |
|dplyr |1.1.4 |1.1.4 | |
|fansi |1.0.6 |1.0.6 | |
|farver |2.1.2 |2.1.2 | |
|fastmap |1.2.0 |1.2.0 | |
|fontawesome |0.5.2 |0.5.2 | |
|Formula |1.2-5 |1.2-5 | |
|fs |1.6.5 |1.6.5 | |
|generics |0.1.3 |0.1.3 | |
|ggplot2 |3.5.1 |3.5.1 | |
|glue |1.8.0 |1.8.0 | |
|goftest |1.2-3 |1.2-3 | |
|gridExtra |2.3 |2.3 | |
|gtable |0.3.6 |0.3.6 | |
|htmltools |0.5.8.1 |0.5.8.1 | |
|httpuv |1.6.15 |1.6.15 | |
|isoband |0.2.7 |0.2.7 | |
|jquerylib |0.1.4 |0.1.4 | |
|jsonlite |1.8.9 |1.8.9 | |
|labeling |0.4.3 |0.4.3 | |
|later |1.3.2 |1.3.2 | |
|lifecycle |1.0.4 |1.0.4 | |
|lme4 |1.1-35.5 |1.1-35.5 | |
|magrittr |2.0.3 |2.0.3 | |
|MatrixModels |0.5-3 |0.5-3 | |
|memoise |2.0.1 |2.0.1 | |
|microbenchmark |1.5.0 |1.5.0 | |
|mime |0.12 |0.12 | |
|minqa |1.2.8 |1.2.8 | |
|modelr |0.1.11 |0.1.11 | |
|munsell |0.5.1 |0.5.1 | |
|nloptr |2.1.1 |2.1.1 | |
|nortest |1.0-4 |1.0-4 | |
|numDeriv |2016.8-1.1 |2016.8-1.1 | |
|pbkrtest |0.5.3 |0.5.3 | |
|pillar |1.9.0 |1.9.0 | |
|pkgconfig |2.0.3 |2.0.3 | |
|promises |1.3.0 |1.3.0 | |
|purrr |1.0.2 |1.0.2 | |
|quantreg |5.99 |5.99 | |
|R6 |2.5.1 |2.5.1 | |
|rappdirs |0.3.3 |0.3.3 | |
|RColorBrewer |1.1-3 |1.1-3 | |
|Rcpp |1.0.13-1 |1.0.13-1 | |
|RcppEigen |0.3.4.0.2 |0.3.4.0.2 | |
|rlang |1.1.4 |1.1.4 | |
|sass |0.4.9 |0.4.9 | |
|scales |1.3.0 |1.3.0 | |
|shiny |1.9.1 |1.9.1 | |
|sourcetools |0.1.7-1 |0.1.7-1 | |
|SparseM |1.84-2 |1.84-2 | |
|stringi |1.8.4 |1.8.4 | |
|stringr |1.5.1 |1.5.1 | |
|tibble |3.2.1 |3.2.1 | |
|tidyr |1.3.1 |1.3.1 | |
|tidyselect |1.2.1 |1.2.1 | |
|utf8 |1.2.4 |1.2.4 | |
|vctrs |0.6.5 |0.6.5 | |
|viridisLite |0.4.2 |0.4.2 | |
|withr |3.0.2 |3.0.2 | |
|xplorerr |0.2.0 |0.2.0 | |
|xtable |1.8-4 |1.8-4 | |

# Revdeps

0 comments on commit 0e2f959

Please sign in to comment.