I am so excited to see this function in devtools, but it does not seem to work. The examples in ?install_bitbucket don't work:
install_bitbucket("paulhiemstra")
Error in paste(username, collapse = ", ") :
argument "username" is missing, with no default
install_bitbucket(c("testrepo", "testrepo2")
- )
Error in paste(username, collapse = ", ") :
argument "username" is missing, with no default
Or for another example, I have a buildable R library at:
https://bitbucket.org/lwaldron/hgnchelper
But I don't seem to be able to install it using install_bitbucket:
library(devtools)
install_bitbucket("hgnchelper")
Error in paste(username, collapse = ", ") :
argument "username" is missing, with no default
install_bitbucket("hgnchelper", username="lwaldron")
Installing bitbucket repo(s) hgnchelper/master from lwaldron
Installing master.zip from https://bitbucket.org/lwaldron/hgnchelper/get/master.zip
Error: http client error (404)
sessionInfo()
R version 2.15.0 (2012-03-30)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=C LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] devtools_0.7.1
loaded via a namespace (and not attached):
[1] digest_0.5.2 httr_0.1.1 memoise_0.1 plyr_1.7.1 RCurl_1.91-1
[6] stringr_0.6.1 tools_2.15.0
I am so excited to see this function in devtools, but it does not seem to work. The examples in ?install_bitbucket don't work:
Or for another example, I have a buildable R library at:
https://bitbucket.org/lwaldron/hgnchelper
But I don't seem to be able to install it using install_bitbucket:
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=C LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] devtools_0.7.1
loaded via a namespace (and not attached):
[1] digest_0.5.2 httr_0.1.1 memoise_0.1 plyr_1.7.1 RCurl_1.91-1
[6] stringr_0.6.1 tools_2.15.0