ropensci / nlrx

nlrx NetLogo R
https://docs.ropensci.org/nlrx
GNU General Public License v3.0
77 stars 12 forks source link

download_netlogo() doesn't download to correct folder #79

Closed m4x74 closed 1 year ago

m4x74 commented 1 year ago

The download_netlogo() function uses the folder of the path to name the downloaded file. The file is thereby not downloaded to the correct folder but one level above.

Example: download_netlogo("path/to/download/folder", "6.1.0") creates a file called folderNetLogo-6.1.0-64.msi placed in the path/to/download directory.

nldoc commented 1 year ago

fixed with #72