Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ready for the cran submission #162

Merged
merged 2 commits into from
Oct 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated and fixed roxygen
  • Loading branch information
michbur committed Oct 29, 2023
commit 7fcfaef8e447463169aa67d006caf92e106d862b
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ Imports:
gridExtra,
hnp,
scales
RoxygenNote: 7.1.1
RoxygenNote: 7.2.3
Suggests:
jsonlite,
knitr,
2 changes: 1 addition & 1 deletion R/check_residuals.R
Original file line number Diff line number Diff line change
@@ -122,7 +122,7 @@ check_residuals_autocorrelation <- function(object, method = "pearson") {

#' @title Checks for trend in residuals
#'
#' Calculates loess fit for residuals and then extracts statistics that shows how far is this fit from one without trend
#' @description Calculates loess fit for residuals and then extracts statistics that shows how far is this fit from one without trend
#'
#' @param object An object of class 'explainer' created with function \code{\link[DALEX]{explain}} from the DALEX package.
#' @param B number of samplings
6 changes: 1 addition & 5 deletions man/check_residuals_trend.Rd

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