Clone the DMT_Imaging dataset (Timmerman et al.) into a local cache.
Source:R/entheo_dmt.R
morie_entheo_clone_dmt_imaging.Rdmorie_entheo_clone_dmt_imaging() shells out to git clone to
fetch the open-source DMT_Imaging dataset published by Christopher
Timmerman's group at https://github.com/timmer500/DMT_Imaging.
After the clone completes, load_dmt_imaging() and
morie_entheo_load_*() will pick the real fixture up
automatically (they probe $MORIE_DMT_IMAGING_ROOT and the cache
dir).
Arguments
- root
Optional destination directory. Defaults to
$MORIE_DMT_IMAGING_ROOT, elsefile.path(morie_cache_dir(), "DMT_Imaging").- overwrite
Logical; if
TRUEandrootalready exists, wipe it first (rare; defaultsFALSE).- branch
Optional branch / tag / SHA to check out after clone.
NULLuses the default upstream branch.
Details
This is opt-in – the package never auto-clones at load time. We
clone from a specific commit by default to make tests
reproducible; pass branch = NULL to track main.
Related upstream resources Vee surfaced 2026-05-25:
https://github.com/timmer500/DMT_Imaging.git (the actual EEG+fMRI dataset)
https://github.com/pnk314/psychedelics.git (analysis pipeline)
https://github.com/lisagirard/Psychedelics.git (review repository)
https://github.com/kianenigma/awesome-psychedelics.git (curated index)