edmr icon indicating copy to clipboard operation
edmr copied to clipboard

Install problem

Open VDaric opened this issue 9 years ago • 1 comments

I am trying to install edmr as described in README.

> install_github("edmr", username = "ShengLi",build_vignettes=FALSE) Downloading GitHub repo ShengLi/edmr@master from URL https://api.github.com/repos/ShengLi/edmr/zipball/master Error: Command failed (9) In addition: Warning messages: 1: Username parameter is deprecated. Please use ShengLi/edmr 2: In writeBin(httr::content(request, "raw"), path) : problem writing to connection

Looks like syntax problem.

I tried : > install_github("ShengLi/edmr", build_vignettes=FALSE) Downloading GitHub repo ShengLi/edmr@master from URL https://api.github.com/repos/ShengLi/edmr/zipball/master Error: Command failed (9) In addition: Warning message: In writeBin(httr::content(request, "raw"), path) : problem writing to connection

At that point I hit the limits of my very little R knowledge.

Thanks a lot for any help.

VDaric avatar Feb 29 '16 16:02 VDaric

Related issue here during installation:

> install_github("edmr", username = "ShengLi",build_vignettes=FALSE)

Downloading GitHub repo ShengLi/edmr@master from URL https://api.github.com/repos/ShengLi/edmr/zipball/master Installation failed: error in running command Warning message: Username parameter is deprecated. Please use ShengLi/edmr

khourhin avatar Sep 06 '17 09:09 khourhin