If a download function does not run through properly (common reason: no internet on hpc compute node) we get (at least in some cases, see example below) a source folder with nothing but a DOWNLOAD.yml . Even if we re-try with internet access the existing, but faulty source folder prevents proper data reading, so the source folder has to be removed manually.
example: library(mrmagpie); readSource(type = "Mehta2024", subtype = "v4_Meier2018", convert = "onlycorrect")
If a download function does not run through properly (common reason: no internet on hpc compute node) we get (at least in some cases, see example below) a source folder with nothing but a DOWNLOAD.yml . Even if we re-try with internet access the existing, but faulty source folder prevents proper data reading, so the source folder has to be removed manually.
example:
library(mrmagpie); readSource(type = "Mehta2024", subtype = "v4_Meier2018", convert = "onlycorrect")