atsa-es / safs-timeseries

Repository for miscellaneous code and data used in FISH 550 (Applied Time Series Analysis) at University of Washington
8 stars 3 forks source link

STATS package installation #6

Closed davismj87 closed 7 years ago

davismj87 commented 7 years ago

Hey Eric,

R is having issues installing the STATS package to my machine from github. It gives the following error message:

Any idea what's going on here?

Thanks, Melanie

vlahm commented 7 years ago

Probably unrelated, but when I've had problems installing from GitHub in the past, intalling/updating the "curl" package helped.

Mike

On Wed, Jan 18, 2017 at 11:22 AM, Melanie notifications@github.com wrote:

Hey Eric,

R is having issues installing the STATS package to my machine from github. It gives the following error message:

  • installing source package 'STATS' ... R exec preparing package for lazy loading help installing help indices building package indices testing if installed package can be loaded arch - i386 During startup - Warning message: package 'stats' in options("defaultPackages") was not found Error : package 'STATS' is not installed for 'arch = i386' Error: loading failed Execution halted *** arch - x64 ERROR: loading failed for 'i386'
  • removing 'C:/Users/melaniedavis/Documents/R/R-3.3.0/library/STATS'
  • restoring previous 'C:/Users/melaniedavis/ Documents/R/R-3.3.0/library/STATS' Warning in file.copy(lp, dirname(pkgdir), recursive = TRUE, copy.date = TRUE) : problem copying C:\Users\melaniedavis\Documents\R\R-3.3.0\library\ 00LOCK-STATS\STATS\libs\x64\stats.dll to C:\Users\melaniedavis\ Documents\R\R-3.3.0\library\STATS\libs\x64\stats.dll: Permission denied Error: Command failed (1)

Any idea what's going on here?

Thanks, Melanie

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eric-ward/safs-timeseries/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/ANE7mQ7X_-DEqMMPLN2sKDG8jS466Zmgks5rTmZlgaJpZM4LnSPA .

davismj87 commented 7 years ago

Hmmmm still no dice.