News
In this first major release, we:
- Added support to read MRtrix
.tck/.tsf
file formats. - Added support to read TrackVis
.trk
file formats. - Use only one core to compile VTK for compliance with CRAN policy (thanks to Prof. B. Ripley).
- Added tilde expansion on file paths.
We make it the first major release as we consider that the most popular tractography formats are now supported by riot. We chose by design to support only VTK and medInria file formats for writing.
Installation
You can install the package directly from CRAN:
install.packages("riot")
or you can choose to install the development version from GitHub:
# install.packages("remotes")
::install_github("astamm/riot") remotes
The package has its own webpage: https://astamm.github.io/riot/.