Closed smeisler closed 2 years ago
Removing importFrom(ciftiTools,convert_to_dlabel)
from NAMESPACE has enabled me to install the package. Not sure what consequences that will have down the line....
Hi Steven,
This error comes from the fact that the ciftiTools
package has been updated on CRAN, and the convert_to_dlabel
function is deprecated and is now replaced by convert_xifti
. Thank you for pointing this out! We will be fixing this very soon.
All the best, Dan
This should be fixed on the master branch now! Thanks @smeisler for pointing out this problem.
Installation works, thanks for the fast response, closing the issue!
Hello,
Really excited to try this out! I am having trouble installing BayesfMRI, however.
Error
Command
devtools::install_github("mandymejia/BayesfMRI")
Output
Steps to replicate
1) Download HCP workbench 2) Create R environment in Anaconda with the
conda-forge
R 4.1.2 base installation 3)install.packages(devtools)
4)install.packages("INLA", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/testing"))
- Note I changed it to testing branch from stable, since I am on R 4.1 5) A few dependencies had to be independently installed via conda-forge beforedevtools
andINLA
were completely finished 6)devtools::install_github("mandymejia/BayesfMRI")
- ciftiTools and remaining dependencies were installed successfully through this, but at the very last step I get that error.More info
I am using a fresh anaconda environment running on a Linux CentOs7.6 HPC. Happy to provide more info as needed. Hope we can get to the bottom of this!
Best, Steven