R/wandeRer.R

#' A package for stochastic search.
#' @description This package implements a basic block-based, self-correcting stochastic search algorithm.
#' @docType package
#' @name wandeRer
#' @author Jackson Kwok
NULL
#> NULL
#'
#' #' Pipe operator
#' #' @name %>%
#' #' @rdname pipe
#' #' @keywords internal
#' #' @export
#' #' @importFrom magrittr %>%
#' #' @usage lhs \%>\% rhs
#' NULL
#'
#' #' Compound assignment pipe operator
#' #' @name %<>%
#' #' @rdname compound-assignment-pipe
#' #' @keywords internal
#' #' @export
#' #' @importFrom magrittr %<>%
#' #' @usage lhs \%<>\% rhs
#' NULL
kcf-jackson/wandeRer documentation built on May 20, 2019, 8:15 a.m.