Skip to content

Commit 7fcfaef

Browse files
committed
updated and fixed roxygen
1 parent 4ddc192 commit 7fcfaef

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Imports:
2727
gridExtra,
2828
hnp,
2929
scales
30-
RoxygenNote: 7.1.1
30+
RoxygenNote: 7.2.3
3131
Suggests:
3232
jsonlite,
3333
knitr,

R/check_residuals.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ check_residuals_autocorrelation <- function(object, method = "pearson") {
122122

123123
#' @title Checks for trend in residuals
124124
#'
125-
#' Calculates loess fit for residuals and then extracts statistics that shows how far is this fit from one without trend
125+
#' @description Calculates loess fit for residuals and then extracts statistics that shows how far is this fit from one without trend
126126
#'
127127
#' @param object An object of class 'explainer' created with function \code{\link[DALEX]{explain}} from the DALEX package.
128128
#' @param B number of samplings

man/check_residuals_trend.Rd

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)