We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Defaults to HTTPS iirc. Allow for SSH with a simple argument like protocol = c("https, "ssh") and ifelse some dependent paste statements.
protocol = c("https, "ssh")
The text was updated successfully, but these errors were encountered:
3d9d325
Merge pull request #11 from matt-dray/protocol
047fcf5
Add protocol arg to allow for SSH, close #10
No branches or pull requests
Defaults to HTTPS iirc. Allow for SSH with a simple argument like
protocol = c("https, "ssh")
and ifelse some dependent paste statements.The text was updated successfully, but these errors were encountered: