Circumvent package size limit #454
Closed
vincentarelbundock
started this conversation in
General
Replies: 1 comment 3 replies
-
I think the same way as CRAN? If you only need those files for CI, add them to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for your essential work on R-Universe!
My
marginaleffects
package repository includes largish data files which are required for continuous integration testing on Github Actions. When R-Universe tries to build the Windows binary, the process errors because the package exceeds the default 100M size limit (error pasted below).I know that CRAN imposes a similar limit. When I submit packages there, I manually add large files to .Rbuildignore.
Is it possible to do something like that on R-Universe? Can I customize the build actions to either allow bigger packages or ignore some files? How do you recommend I circumvent the file size limit?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions