Skip to content

liningtonlab/mvpaShiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mvpaShiny app

This is the corresponding shiny app to the mvpa R package. For how to use the R shiny app or the underlying R package, please refer to the online documentation.

How to install and run mvpaShiny

Please install R Studio and R (>= 4.2, lower versions have not been tested). Open R Studio and type the following code into the console:

if (!require("devtools", quietly = TRUE)) {
  install.packages("devtools") 
} else {
  print("Devtools has been already installed.")
}

# The mvpa R package will be installed automatically  
devtools::install_github("liningtonlab/mvpaShiny")

This will install the underlying mvpa package and the shiny app.

To start the app, run the following code:

library(mvpaShiny)
mvpaApp()

Contact

For feedback, questions or comments please contact Roger G. Linington or Olav M. Kvalheim