Closed jnmaloof closed 9 years ago
It's an embarrassing bug; create.repository
appears to be completely broken on master
. Thanks for catching that.
Incidentally, it's not easy to test create.repository
(and other similar things) without polluting someone's GitHub's profile. I honestly don't know what the best practice here should be.
Fixed by 6b8fb6944050b5fcb7bb6ddd4461661525dab7f9.
It is possible that I am not understanding something, but I am having problems with create.repository():
based on the help file I thought that I should run it like this:
But I get an error
Same error if I try
However I can fix it by modifying the function:
(original function is):
Is there something I don't understand about how to use the original function, or is this a bug?
Thanks,
Julin
ps