R/zzz.R

#' @import RNifti
#' @importFrom Rcpp evalCpp
#' @importFrom magrittr "%>%"
#' @useDynLib imbibe, .registration = TRUE, .fixes = "C_"
NULL

#' @export
magrittr::`%>%`

.onLoad <- function (libname, pkgname) {
    # Register tinytest extension if the package is installed
    if (system.file(package="tinytest") != "") {
        tinytest::register_tinytest_extension("imbibe", "expect_pipeline_result")
    }
}

Try the imbibe package in your browser

Any scripts or data that you put into this service are public.

imbibe documentation built on Nov. 10, 2022, 5:54 p.m.