-
Notifications
You must be signed in to change notification settings - Fork 286
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
Helper for constructing links suitable for use_course() #406
Comments
Maybe relevant, https://github.com/ottlngr/tinycc |
Relevant to RStudio folks, note that Rebrandly has an API: |
Example: consider this GitHub repo https://github.com/jennybc/explore-libraries The correct use_course("https://github.com/jennybc/explore-libraries/archive/master.zip") It would be nicer to say `use_course("jennybc/explore-libraries"). This reduces the need to create short links. |
I'm going to work on this for tidy-dev-day, but if someone else at dev-day wants to help, I'd love to work together. |
OK, to not bite off too much at once, I'll focus on the github repo use case, API questions for @jennybc , how should this work from a user's perspective:
Either way, we need to keep mind how to generalise to other common sources, i.e. Dropbox. |
Answers based on in-person discussion:
|
Provide more help (and a convenient place of docs) re: how to get "download" links for GitHub, DropBox, Google Drive.
If possible, also a way to make short links from usethis.
The text was updated successfully, but these errors were encountered: