You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Here is the warning I got when I tried to install the package from the zip file.
install.packages("//netapp5a/winhome/home1/xhan/Desktop/qmao.zip", repos = NULL)
Installing package(s) into ‘C:/Program Files/R/R-2.15.3/library’
(as ‘lib’ is unspecified)
Warning in install.packages :
cannot open compressed file 'qmao/DESCRIPTION', probable reason 'No such file or directory'
Error in install.packages : cannot open the connection
John
The text was updated successfully, but these errors were encountered:
If you have troubles installing due to R version one of the commands below can work:
install.packages("qmao", repos="http://r-forge.r-project.org", type="source")
devtools::install_github("gsee/qmao")
Hi,
Here is the warning I got when I tried to install the package from the zip file.
John
The text was updated successfully, but these errors were encountered: