Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • multi_machine
  • demo_v1.0
  • human_experiments
  • plastic_experiments
5 results

configure_debug.bash

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    DESCRIPTION 1009 B
    Package: rsAnalysis
    Title: High-Level Tools for rsfMRI analysis
    Version: 0.4.7
    Authors@R: 
        person(given = "Christian",
               family = "Hohenfeld",
               role = c("aut", "cre"),
               email = "chohenfeld@ukaachen.de")
    Description: The rsAnalysis package is a complement to the rsfmri package
        providing higher-level tools for data analysis.
    License: GPL-3
    Encoding: UTF-8
    LazyData: true
    RoxygenNote: 7.2.1
    Imports: 
             broom,
             car,
             dplyr,
             ggplot2,
             ggthemes,
             hrbrthemes,
             igraph,
             littlehelpers,
             magrittr,
             oro.nifti,
             parameters,
             rlang,
             rsfmri, 
             readr,
             rstanarm,
             signal,
             stats,
             stringr,
             tibble,
             tidygraph,
             tidyr,
             utils
    Suggests:
        testthat,
        lintr,
        withr
    Remotes:
        gitlab::choh/littlehelpers,
        git::https://git.rwth-aachen.de/christian.hohenfeld/rsfmri.git
    Depends: 
        R (>= 2.10)