R/peptr-package.R

#' @keywords internal
#' @import vctrs
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

#' @title vctrs compatibility functions for maths, casting, coercion, and comparison
#'
#' @param x,y Vectors.
#' @param op Arithmetic operation,
#' @param to Type to cast to.
#' @param ... Arguments passed on to further methods.
#' @param .fn Mathematical function.
#' @param .x Vector
#'
#' @name vctrs-compat
NULL


#' @title Unpacking assignment
#'
#' @description See \code{\link[zeallot]{\%<-\%}} for more details.
#'
#' @name %<-%
#' @rdname multi-assign
#' @keywords internal
#' @export
#' @importFrom zeallot %<-%
#' @usage x \%<-\% value
NULL
jeanmanguy/peptr documentation built on Feb. 3, 2020, 12:04 a.m.