3

githubからJeffreyArnoldパッケージをインストールするとエラーが発生します。

library("devtools")
install_github("ggthemes", "jrnold")
Installing github repo(s) ggthemes/master from jrnold
Installing ggthemes.zip from https://api.github.com/repos/jrnold/ggthemes/zipball/master
Error as.list(param_pieces[, 2]) : Index out of bounds

誰かがそれを解決する方法を知っていますか?

4

1 に答える 1

0

github からインストールする場合、このエラーは発生しません。github でイシューを開くことはできますか? の出力を含めますsessionInfo()。またoptions(error=recover)、実行する前に設定して、エラーが発生している場所を把握できるようにします。

于 2012-10-17T23:18:02.353 に答える