dpseidel / stmove

Build reproducible reports for spatial-temporal animal movement analysis
https://www.danaseidel.com/stmove/
GNU General Public License v3.0
3 stars 0 forks source link

Installing stmove when curl is already installed #37

Open adroghini opened 4 years ago

adroghini commented 4 years ago

Hi Dana- When I first tried installing stmove, I got an error message saying that the package couldn't be installed because the curl package was already installed and it couldn't uninstall it. (Sorry, I didn't save the exact error message). The fix was easy- I just went in the R win-library and manually deleted the curl folder and the install worked just fine. I wasn't able to reproduce the error message when running remotes::install_github("dpseidel/stmove",force=TRUE)