Skip to content

Commit

Permalink
bump to devel; fix styling and spelling workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 12, 2023
1 parent e507c52 commit 56e532a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: performance
Title: Assessment of Regression Models Performance
Version: 0.10.5
Version: 0.10.5.1
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# performance (development version)

# performance 0.10.5

## Changes to functions
Expand Down
4 changes: 2 additions & 2 deletions R/check_collinearity.R
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ check_collinearity.zerocount <- function(x,
# hurdle or zeroinfl model can have no zero-inflation formula, in which case
# we have the same formula as for conditional formula part
if (inherits(x, c("hurdle", "zeroinfl", "zerocount")) &&
component == "zero_inflated" &&
is.null(f[["zero_inflated"]])) {
component == "zero_inflated" &&
is.null(f[["zero_inflated"]])) {
f$zero_inflated <- f$conditional
}

Expand Down
2 changes: 1 addition & 1 deletion R/check_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' for dots, and third color for outliers or extreme values.
#' @param theme String, indicating the name of the plot-theme. Must be in the
#' format `"package::theme_name"` (e.g. `"ggplot2::theme_minimal"`).
#' @param detrend Logical. Should Q-Q/P-P plots be de-trended? Defaults to
#' @param detrend Logical. Should Q-Q/P-P plots be detrended? Defaults to
#' `TRUE`.
#' @param show_dots Logical, if `TRUE`, will show data points in the plot. Set
#' to `FALSE` for models with many observations, if generating the plot is too
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ overfitted
patilindrajeets
poisson
preprint
pscl
quared
quartile
quartiles
Expand Down
2 changes: 1 addition & 1 deletion man/check_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56e532a

Please sign in to comment.