Re: [HCP-Users] error running hcp_fix

2018-05-27 Thread Marta Moreno
Thanks, Tim! I followed your advice and I am almost there… How did you install randomForest' version 4.6.12? I am getting the following error: install_version("randomForest", version = "4.6-12", repos = "http://cran.us.r-project.org”) (…) /var/tmp//ccP5LbYW.s:2671:2: error: unknown directive

[HCP-Users] Question about register old NIFTI data to CIFTI ?

2018-05-27 Thread baixi...@gmail.com
Dear expert: We want to analyze some T1w and fMRI data those were scanned before. Is it available to process without T2w and field information in HCP Pipeline v3.4 ? What we intend is to register our NIFTI data to CIFTI space. Is there any other recommanded choices we can do ? Thank you

Re: [HCP-Users] error running hcp_fix

2018-05-27 Thread Timothy Coalson
The way I solved this was to use the very latest R version (cran mirrors contain debian and ubuntu packages, see http://cran.wustl.edu/bin/linux/ubuntu/ , and they also have OS X binaries: http://cran.wustl.edu/bin/macosx/ ), then install devtools (this is the main reason for installing the latest

Re: [HCP-Users] error running hcp_fix

2018-05-27 Thread Marta Moreno
I am using workbench v1.3. I have used R v3.3, R v3.4.and R v3.5. None of them allowed me to install specified software packages versions required to run hcp_fix: ('kernlab' version 0.9.24, 'party' version 1.0.25, 'e1071' version 1.6.7 or 'randomForest' version 4.6.12), so I guess the error I

Re: [HCP-Users] error running hcp_fix

2018-05-27 Thread Glasser, Matthew
There is no relationship between R and Workbench (or R and matlab). As to a Workbench/matlab incompatibility, we would need to know what version of Workbench and matlab to debug this. Peace, Matt. From: Marta Moreno > Date: Sunday,

Re: [HCP-Users] error running hcp_fix

2018-05-27 Thread Marta Moreno
Thanks, but with newer versions is not working either because R software packages such as 'kernlab' version 0.9.24, 'party' version 1.0.25, 'e1071' version 1.6.7 or 'randomForest' version 4.6.12, are incompatible with R 3.3 or 3.5. At least based on my experience. So could you please let me

Re: [HCP-Users] error running hcp_fix

2018-05-27 Thread steve
Hi - we've seen this in the past with specific combinations of matlab version and workbench version. I'm not quite sure if the very latest versions of both have the issue or not. Cheers. > On 27 May 2018, at 02:32, Marta Moreno wrote: > > I found the following