rchlumsk / RavenR

R package for handling Raven hydrologic modelling framework inputs, outputs, and diagnostics
36 stars 16 forks source link

rvn_download enhancement - use local exe if already compiled #84

Closed rchlumsk closed 2 years ago

rchlumsk commented 2 years ago

For macOS and linux users, would be helpful to have an option to place a copy of Raven.exe from a specified path (e.g. where it is normally compiled on one's system) to the same RavenR location that it would otherwise be downloaded to. This would skip the download nad instead just copy the exe to the specified path, and otherwise the rvn_run function can be used as normal.

The rvn_run can be used when the exe is manually copied over, but this is less fun than letting the script handle finding the correct location

rchlumsk commented 2 years ago

Done with recent push - see copy_path parameter in rvn_download function