-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github
doesn't add itself to the package list
#21
Comments
Did you use |
No, I did a |
Right. The problem is that net install github, from("https://haghish.github.io/github/")
github install haghish/github or net install github, from("https://haghish.github.io/github/")
githubdb add, address("haghish/github") username("haghish") ///
reponame("github") name("github") I know. It is overkill, but I don't see another way to solve it. |
If they are feasible, a few other options that don't require user changes could be:
|
This is clearly a bug. If a user does not have github installed, they must use the "net install" method. But if this method is used, installing rcall fails unless the user realizes that they must install github twice for it to actually work. |
I did a fresh install of
github
and used it to installrcall
. During the installation process itsdependency.do
queried for thegithub
version, which isn't in the dataset, giving the following error:I'm not sure if this is a
rcall
orgithub
issue.The text was updated successfully, but these errors were encountered: