hafen / hbgd

hbgd
http://HBGDki.github.io/hbgd/
MIT License
4 stars 10 forks source link

When attempting to install in R, package 'hbgd' is not available #1

Closed olyerickson closed 8 years ago

olyerickson commented 8 years ago

Following the suggested procedure for installing 'hbgd'...

> options(repos = c(tessera = "http://packages.tessera.io", getOption("repos")))
> install.packages("hbgd")

I get...

Warning in install.packages :
  package ‘hbgd’ is not available (for R version 3.0.2)
olyerickson commented 8 years ago

Apologies; I see that >3.1 is required. I've updated my R-base to 3.2.3 and am trying again...

olyerickson commented 8 years ago

After tracking down many dependencies and following the devtools-based process, I was successful!

devtools::install_github("tesseradata/datadr")
devtools::install_github("tesseradata/trelliscope")
devtools::install_github("bokeh/rbokeh@dev")
devtools::install_github("hafen/hbgd")
hafen commented 8 years ago

Good! Sorry for the need to upgrade R - there is a dependency that needs latest R.

olyerickson commented 8 years ago

No worries; I try to keep up, but a recent switch to Mint 17.3 64bit somehow made me fall off the pace! ;)