Skip to content
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

write wrappers or equivalent to easily manage packages for all three OSes #24

Closed
achubaty opened this issue Nov 14, 2014 · 4 comments
Closed
Assignees
Milestone

Comments

@achubaty
Copy link
Collaborator

addPackages, updatePackages, makeRepo, etc. currently specify the package type as an argument.

Either:

  1. Create wrappers to these functions to be able to quickly add packages for all three types (.tar.gz, .zip, .tgz)
  2. Ensure these functions can handle a vector, e.g., type=c("source", "win.binary", ...)

I prefer the second option.

@andrie
Copy link
Owner

andrie commented Nov 17, 2014

Related to #12

@andrie andrie added this to the Version 0.2.2 milestone Jan 28, 2015
@andrie andrie self-assigned this Jan 28, 2015
@andrie andrie modified the milestones: Version 0.2.3, Version 0.2.2 Mar 26, 2015
@achubaty
Copy link
Collaborator Author

achubaty commented Apr 5, 2016

@andrie I have wrapper functions I've been using for my own needs that I can clean up and add when I get some time. What's your timeline on this?

@achubaty
Copy link
Collaborator Author

achubaty commented Apr 5, 2016

@andrie updated in the 24-addPackages branch, which I branched from master this morning.

@andrie andrie modified the milestones: v0.2.6, v0.2.3 Jun 23, 2016
@andrie
Copy link
Owner

andrie commented Jun 26, 2016

@achubaty Thanks for doing this. Do we need additional documentation and/or tests?

@andrie andrie closed this as completed in 7eae073 Jun 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants