AustralianAntarcticDivision / EchoviewR

The R package EchoviewR - a free interface between Echoview and R using COM scripting.
http://australianantarcticdivision.github.io/EchoviewR/
Other
16 stars 9 forks source link

Warning in install.packages : package ‘echoviewr’ is not available (for R version 3.3.3) #2

Closed davidcglover closed 7 years ago

davidcglover commented 7 years ago

Attempting to install through RStudio. Should I use a different approach?

martinjamescox commented 7 years ago

I have just updated the EchoviewR GitHub readme with installation instructions. Please let me know how you get on.

davidcglover commented 7 years ago

After downloading "EchoviewR-master.zip" to the desktop, I used the following code to successfully install the library:

setwd("C:/Users/Desktop/") unzip("EchoviewR-master.zip") file.rename("EchoviewR-master", "EchoviewR") shell("R CMD build EchoviewR") install.packages("EchoviewR_1.0.tar.gz", repos=NULL)

Probably easier ways to do it, but I'm a fairly new user of R. Looking forward to using the library!