hafen / hbgd

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

when trying to install hbgd on a fresh R install #17

Open smouksassi opened 7 years ago

smouksassi commented 7 years ago

the command to install it from github fails mentioning that gtable package could not be found

skhan8 commented 7 years ago

Same issue here.

hafen commented 7 years ago

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.

skhan8 commented 7 years ago

@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").

hafen commented 7 years ago

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.

skhan8 commented 7 years ago

@hafen Thanks. I think that solves it then.