我想从bitbucket安装此软件包:https://bitbucket.org/mkuhn/parallelrandomforest/
但如果我运行install_bitbucket
> devtools::install_bitbucket("mkuhn/parallelrandomforest")
Downloading bitbucket repo mkuhn/parallelrandomforest@master
Error in download(dest, src, auth) : client error: (404) Not Found
如果我从?install_bitbucket
运行命令即install_bitbucket("dannavarro/lsr-package")
,它就能完美运行。
任何想法
R version 3.1.2 (2014-10-31)
Platform: x86_64-pc-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=C LC_COLLATE=C LC_MONETARY=C LC_MESSAGES=C
[7] LC_PAPER=C LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=C LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] RCurl_1.95-4.5 bitops_1.0-6 devtools_1.7.0 httr_0.6.1 stringr_0.6.2 tools_3.1.2
答案 0 :(得分:4)
通常应该将主分支称为master
,但他们设法将其称为default
。
devtools::install_bitbucket("mkuhn/parallelrandomforest@default")