NIEHS / amadeus

https://niehs.github.io/amadeus/
Other
7 stars 1 forks source link

`download_*()` on Windows OS #116

Closed mitchellmanware closed 3 months ago

mitchellmanware commented 3 months ago

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.

mitchellmanware commented 3 months ago

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 (". "/"").

https://github.com/NIEHS/amadeus/pull/118