Make DataLad optional #22
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
remodnav/paper!22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "nodatalad"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change replaces
datalad_get()with a noop function, whenever datalad is not available.This change enables other means of provisioning data, and/or running the analysis code in environments where datalad is not available.
When datalad is not around, the replacement function produces a message that reports the data file it would have provisioned.