Closed butellyn closed 2 years ago
Hi!
neurobase was fixed, so I assumed freesurfer would be too. Seems not, yet. I'e added the freesurfer repo to the ggseg R-universe, which should make install via R-universe work. It will likely take a couple of hours for the build to complete.
If you see freesurfer pop up in these builds, you can have a go at installing via R-universe
https://ggseg.r-universe.dev/ui#builds
# Enable repository from ggseg
options(repos = c(
ggseg = 'https://ggseg.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
# Download and install ggsegExtra in R
install.packages('ggsegExtra')
@butellyn have you been able to try? its working on my end.
It worked! Thank you
Hi! The
freesurfer
package has been removed from CRAN, so it isn't possible to installggsegExtra
at the moment. Do you have a workaround for this?https://cran.r-project.org/web/packages/freesurfer/index.html