talgalili / d3heatmap

A D3.js-based heatmap htmlwidget for R
Other
236 stars 95 forks source link

Installation issues #2

Closed pssguy closed 9 years ago

pssguy commented 9 years ago

From README

if (!require(devtools)) {
  install.packages("devtools")
}
devtools::install_github("rstudio/d3-heatmap")

Downloading github repo rstudio/d3-heatmap@master
Error in download(dest, src, auth) : client error: (404) Not Found

Tried without hyphen a la repo name

devtools::install_github("rstudio/d3heatmap")

Downloading github repo rstudio/d3heatmap@master
Installing d3heatmap
Error in isNamespaceLoaded(pkg) : 
  attempt to use zero-length variable name
stanstrup commented 9 years ago

Same here.

jcheng5 commented 9 years ago

Should be fixed now, thanks.