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

GithubからインストールしたパッケージがGithubからインストールしたと認識されない #4

Closed teramonagi closed 8 years ago

teramonagi commented 8 years ago
> gh_install_packages("healthplanet", ask=FALSE)
Warning: Installing "healthplanet" package from GitHub, but it was installed from unknown repository.
Warning occurred. Do you install the package forcibly? 
hoxo-m commented 8 years ago

ghitの仕様が原因なのでこちらでコントロールできるのかわかりませんが調べてみます。

hoxo-m commented 8 years ago

ghit をやめて devtools::install_github() を使うように変更しました。