After beta testing from Umit, we learned that running the download commands does not work on Windows OS the same as Linux/Mac. The way we run system(". commands_data_dates_dates.txt") to execute the downloads does not initiate on Windows as it does on Mac.
I will work on this as first priority for our first CRAN release as this is critical functionality.
Download commands are now functioning on Windows OS. download_run has been updated to detect the OS and use the proper file type (.txt/.bat) and command runner (". "/"").
After beta testing from Umit, we learned that running the download commands does not work on Windows OS the same as Linux/Mac. The way we run
system(". commands_data_dates_dates.txt")
to execute the downloads does not initiate on Windows as it does on Mac.I will work on this as first priority for our first CRAN release as this is critical functionality.