Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation problem with qmao #2

Open
johnhan1987 opened this issue Jul 26, 2013 · 2 comments
Open

Installation problem with qmao #2

johnhan1987 opened this issue Jul 26, 2013 · 2 comments

Comments

@johnhan1987
Copy link

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

@gsee
Copy link
Owner

gsee commented Jul 26, 2013

unzip it first.

@nkolster
Copy link

Hi,

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants