We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc80de4 commit a769938Copy full SHA for a769938
R/utils.R
@@ -46,25 +46,6 @@ setReplaceMethod(
46
is.logical(x) && length(x) == 1L && !is.na(x)
47
}
48
49
-#' #' @noRd
50
-#' .isSingleString <- function(x) {
51
-#' is.character(x) && length(x) == 1L && !is.na(x)
52
-#' }
53
-
54
-#' #' modify_seeds
55
-#' #' @importFrom methods is
56
57
-#' .modify_seeds <- function(x, FUN, ...) {
58
-#' if (methods::is(x, "DelayedUnaryOp")) {
59
-#' x@seed <- modify_seeds(x@seed, FUN, ...)
60
-#' } else if (methods::is(x, "DelayedNaryOp")) {
61
-#' x@seeds <- lapply(x@seeds, modify_seeds, FUN, ...)
62
-#' } else {
63
-#' x <- FUN(x, ...)
64
65
-#' return(x)
66
67
68
#' is.sequential
69
#' @noRd
70
is.sequential <- function(x) {
0 commit comments