install_bitbucket not working #148
Comments
It looks like this may be because of a difference between how hg repositories are zipped up vs. git repositories. To install this repo, I think you need to specify a branch other than the default install_bitbucket("hgnchelper", username="lwaldron", ref="default")
# Error: Does not appear to be an R package The problem is that in
Here's what the file list looks like for devtools:
And here's what it looks like for hgnchelper:
I think a possible solution is to take the first item in the name list and drop everything after the last slash (though Windows may require something slightly different). |
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
The text was updated successfully, but these errors were encountered: