-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Not sure if you're wanting to put more development into this... but I really like the package idea and see how it could be really useful!
Here are a few feature ideas that occurred to me:
-
Accept a named list of links; list names become level-2 headers to subdivide the links
-
Add a function to add a link to an existing link repo, something like:
makelinkrepo::stash_link("mkearney/linkrepotest", "https://r-project.org")
This could also take a
sectionargument to choose (or create) the level-2 header. MVP version would assume that you own the repo, have push rights to master, etc. -
Add ability to include a short description of the link (maybe through names again or a small helper function?). So list entries end up looking something like:
- r-project.org - R is a free software environment for statistical computing and graphics.
Depending on how much I need to procrastinate I may be able to contribute pull requests if any of this sounds good to you.