#!/usr/bin/env Rscript script <- file.path("data-setup", "download_sources.py") status <- system2("python3", script) quit(status = status)