ReproNim / ohbm2018-training

http://www.reproducibleimaging.org/ohbm2018-training
3 stars 8 forks source link

VirtualBox list #15

Open satra opened 6 years ago

satra commented 6 years ago

@mjtravers - replacing issue #12 - just check off all the things you already have.

Core VM

general (see each section for additional local installs (listed under install)

FAIR Data - BIDS datasets

Computational basis

Neuroimaging Workflows

Statistics for reproducibility

Others

jbpoline commented 6 years ago

@mjtravers Awesome - thanks ! @cmtgreenwood : let us know if that is fine - best would be to try on the VM - will try on my side

cmtgreenwood commented 6 years ago

managed to launch Rstudio successfully inside the updated VM. Looking for where the scripts are located in the VM. Will be back on this only tomorrow morning

djarecka commented 6 years ago

@cmtgreenwood for the scripts you have to clone this github repository. They are not part of the VM (but during training it will be cloned during git part)

after you clone the repository, your scripts are in ohbm2018-training/section4/section41

cmtgreenwood commented 6 years ago

Good news and bad news:

However, knitr fails. It requested updates of two packages (catools, bitops) and apparently installed them OK, but then I received this message:

Error in yaml::yaml.load(string, ...) : Parser error: while parsing a block mapping at line 1, column 1 did not find expected key at line 1, column 45 Calls: ... parse_yaml_front_matter -> yaml_load_utf8 -> -> .Call Execution halted

This is not a major problem, since knitr just compiles everything into one file. Even without this compilation, it is possible to see the results.

jbpoline commented 6 years ago

Ok - so - room for improvement but in the worse case we should survive :) looks like a knitr "front" file is missing or something ... try re-installing knitr in the VM may be ?

mjtravers commented 6 years ago

@cmtgreenwood If you send me the script that is having the issue, I can see if I can sort out a fix.