-
Notifications
You must be signed in to change notification settings - Fork 27
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
Debug symbols in CRAN builds #93
Comments
@gaborcsardi any ideas? |
Yeah, unfortunately that is on purpose, see e.g. https://stat.ethz.ch/pipermail/r-sig-mac/2022-June/014500.html |
It is only an issue on macOS, Windows and (PPM) Linux binaries are around or under 9MB. |
will reach out to r-sig-mac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The file is over 80 MB. When unpacked, it contains ca. 300 MB of debug symbols (
duckdb.so.dSYM
).We should investigate whether it is possible to not include those in the download.
CC @hadley
The text was updated successfully, but these errors were encountered: