tests/testthat.R

# Build --> Install and Restart
# [Edit this] path to the Workbench for your computer.
my_wb <- "../workbench"

library(testthat)
library(ciftiTools)
if (interactive()) { ciftiTools.setOption("wb_path", my_wb) }

library(fMRIscrub)

library(ggplot2)
library(cowplot)
library(ica)

test_check("fMRIscrub")
neuroconductor/fMRIscrub documentation built on Dec. 22, 2021, 1:10 a.m.