kornl/gMCP

Installation with devtools not possible

shearer opened this issue · 1 comments

install_github("gMCP", "kornl")
Installing github repo(s) gMCP/master from kornl
Downloading gMCP.zip from https://github.com/kornl/gMCP/archive/master.zip
Installing package from /tmp/Rtmp9h5cXm/gMCP.zip
Fehler: Does not appear to be an R package (no DESCRIPTION)

Dear Ralph, it's all there directly in gMCP's GitHub Readme: https://github.com/kornl/gMCP
Use the subdir parameter (since this repository contains more than just this one R package):
install_github("gMCP", username="kornl", subdir="pkg/gMCP")