Skip to content

Commit

Permalink
Add handle_high_dose_hook to index, mark is.decreasing as internal (#186
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ZetrextJG authored Oct 17, 2024
1 parent bd620a2 commit 6ec2a1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ dilution_to_rau <- function(predicted_dilution) {
#'
#' @return (`logical(1)`) `TRUE` if the vector is monotonically decreasing, `FALSE` otherwise
#'
#' @keywords internal
#'
is.decreasing <- function(x) {
stopifnot(is.numeric(x) || is.null(x))
if (any(is.na(x))) {
Expand Down
1 change: 1 addition & 0 deletions man/is.decreasing.Rd

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

1 change: 1 addition & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ reference:
- is_valid_data_type
- is_valid_sample_type
- translate_sample_names_to_sample_types
- handle_high_dose_hook

0 comments on commit 6ec2a1b

Please sign in to comment.