Wire local-only data setup workflow

This commit is contained in:
aseimel
2026-06-15 14:38:47 +02:00
parent b5ca9370f1
commit d9c648bd54
21 changed files with 2442 additions and 110 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env Rscript
script <- file.path("data-setup", "download_sources.py")
status <- system2("python3", script)
quit(status = status)