OHDSI Home | Forums | Wiki | Github

Study development - devtools broken?

Hi,

The following code worked find last week but is now broke. Devtools installs without error but I can’t install anything else. Any ideas?

rdb20-lnb% R

R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
....
[Previously saved workspace restored]

> library(devtools)
> install_github(c("OHDSI/SqlRender","OHDSI/DatabaseConnector","OHDSI/StudyProtocols/PGxDrugStudy"))
Downloading github repo OHDSI/SqlRender@master
Error in function (type, msg, asError = TRUE)  : <not set>
> install_github(c("OHDSI/SqlRender"))
Downloading github repo OHDSI/SqlRender@master
Error in function (type, msg, asError = TRUE)  : <not set>

I found how to fix this at least on Ubuntu 14.04:

Now it all works again.

t