-
Notifications
You must be signed in to change notification settings - Fork 761
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
Show size of uploaded archive before submission in release() #683
Comments
Don't you get warnings/notes for these from |
I do get warnings if the vignette is too large and can be compressed. I didn't notice any warnings about a substantially larger size of the archive. |
I would have thought existing warnings would have picked this up too. But displaying the archive size prior to the upload question would work well |
It'd be useful if could give me the output of |
In this case, |
I think you also need For example: $ git clean -n
Would remove shiny.sublime-project
Would remove test.R
$ git clean -nx
Would remove .Rhistory
Would remove shiny.sublime-project
Would remove test.R
$ git clean -nxd
Would remove .Rhistory
Would remove .Rproj.user/
Would remove shiny.sublime-project
Would skip repository temp/progress
Would remove temp/app
Would remove test.R
Would remove tools/node_modules/ |
I'd be happy to review a PR that printed the file size before uploading |
Show file size before submitting to CRAN. Fixes #683
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
This just hit me -- some test artifacts were ignored in
.gitignore
but not in.Rbuildignore
and unnecessarily increased the file size by a large factor.Perhaps a listing of the directories, too?
(On the other hand, you can always rerun
release()
without clicking on the confirmation link, that arrives by e-mail, so this is probably of minor importance.)The text was updated successfully, but these errors were encountered: