hoxo-m / githubinstall

A Helpful Way to Install R Packages Hosted on GitHub
http://hoxo-m.github.io/githubinstall/
Other
48 stars 12 forks source link

Cannot githubinstall #32

Closed hoxo-m closed 7 years ago

hoxo-m commented 7 years ago

Error message:

Error in if (all(!inds)) { : missing value where TRUE/FALSE needed

hoxo-m commented 7 years ago

The cause is a repository named NA. https://github.com/janhoo/NA

hoxo-m commented 7 years ago

Open until it is reflected. Wait or you can avoid the bug by using development version. devtools::install_github("hoxo-m/githubinstall")

hoxo-m commented 7 years ago

Resolved.