Open smouksassi opened 7 years ago
Same issue here.
Strange. What version of R, etc.? Also, can you try installing with `devtools::install_github("hafen/hbgd@tidy")? This is the main branch I've been developing on lately and will be merging in soon.
Also note that soon I will be breaking the growth standards into a standalone package and importing them into hbgd. Just a heads up.
@hafen
I figured this out. The deltarho mirror was blocked by my ISP (http://packages.deltarho.org), and when I tried forking it from install_github I was having issues with dependencies. After installing all of the dependencies I was missing separately (there were quite a few), I was finally able to use devtools::install_github("hafen/hbgd")
.
That's strange. There are a few dependencies (brokenstick, face) that aren't on CRAN or public github that are served from packages.deltarho.org, but they are just suggests
packages and everything else should be on CRAN. If you have only packages.deltarho.org set as your only CRAN mirror, I could see this being an issue.
@hafen Thanks. I think that solves it then.
the command to install it from github fails mentioning that gtable package could not be found