
Getting ready, step 1: Installation and system requirements
Serena Defina
2025-10-16
Source:vignettes/articles/00-installation-sys-requirements.Rmd
00-installation-sys-requirements.RmdInstallation
You can install the development version of verywise from
GitHub.
: you may need to install the devtools package
first (if it is not already installed).
# Install devtools (if not there yet)
if (!requireNamespace("devtools"))
install.packages('devtools')
# Install verywise
devtools::install_github("SereDef/verywise")This will also download some other R packages that are needed, so give it a little minute.
Finally, you can attach the package to make it easier to use, like so:
System and software requirements
In order for verywise to run smoothly, you will
need:
-
R(version >= 4.1) installed (Dah!). - A Unix system:
verywiseworks on Mac and on most Linux distributions, but not on Windows. This is because we currently rely on functions from the FreeSurfer suite which require Unix/Mac. - FreeSurfer installed.