Skip to content

Commit

Permalink
Fixup docs for R CMD Check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane committed Dec 12, 2024
1 parent 2ecf854 commit 39f727f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion R/ci.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#' @param na.rm Default FALSE. A boolean value indicating whether or not to
#' remove NA values. If missing values are present but not removed the
#' function will output NA.
#' @param ... Named arguments passed on to \code{FUN}.
#'
#' @return A two-long numeric vector containing the bootstrapped confidence
#' interval of the input vector(s).
Expand Down
3 changes: 0 additions & 3 deletions R/sales_chasing.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ is_sales_chased <- function(x, method = "both", bounds = c(0.98, 1.02), gap = 0.
}


#' @describeIn is_sales_chased CDF gap method for detecting sales chasing.
cdf_sales_chased <- function(ratio, bounds = c(0.98, 1.02), gap = 0.03) {
# Sort the ratios AND REMOVE NAs
sorted_ratio <- sort(ratio)
Expand All @@ -118,8 +117,6 @@ cdf_sales_chased <- function(ratio, bounds = c(0.98, 1.02), gap = 0.03) {
}


#' @describeIn is_sales_chased Distribution comparison method
#' for detecting sales chasing.
dist_sales_chased <- function(
ratio,
bounds = c(0.98, 1.02),
Expand Down
2 changes: 0 additions & 2 deletions man/boot_ci.Rd

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

14 changes: 0 additions & 14 deletions man/is_sales_chased.Rd

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

0 comments on commit 39f727f

Please sign in to comment.