
Getting ready, step 1: Installation and system requirements
Serena Defina
2025-03-22
Source:vignettes/articles/00-installation-sys-requirements.Rmd
00-installation-sys-requirements.Rmd
Installation
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:
verywise
works 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.