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
addPackages, updatePackages, makeRepo, etc. currently specify the package type as an argument.
addPackages
updatePackages
makeRepo
Either:
.tar.gz
.zip
.tgz
type=c("source", "win.binary", ...)
I prefer the second option.
The text was updated successfully, but these errors were encountered:
Related to #12
Sorry, something went wrong.
@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?
@andrie updated in the 24-addPackages branch, which I branched from master this morning.
24-addPackages
rebuild documentation with roxygen2 (#24)
15f11a9
@achubaty Thanks for doing this. Do we need additional documentation and/or tests?
7eae073
andrie
No branches or pull requests
addPackages
,updatePackages
,makeRepo
, etc. currently specify the package type as an argument.Either:
.tar.gz
,.zip
,.tgz
)type=c("source", "win.binary", ...)
I prefer the second option.
The text was updated successfully, but these errors were encountered: