Good afternoon/evening ? I maintain the R package ?simstudy? (https://cran.r-project.org/web/packages/simstudy/index.html) and recently made a few bug fixes and simple enhancements. I am preparing to submit a new version 0.4.0 to CRAN. In doing the rhub checks (rhub::check_for_cran()), I received a curious PREPERROR from ?Debian Linux, R-Devel, GCC ASAN/UBSAN?. I am wondering if this is something on my end that I can and should fix, or if it is something that is out of my hands. Thanks so much. - Keith ------------------------------------------------------------ This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is proprietary, confidential, and exempt from disclosure under applicable law. Any unauthorized review, use, disclosure, or distribution is prohibited. If you have received this email in error please notify the sender by return email and delete the original message. Please note, the recipient should check this email and any attachments for the presence of viruses. The organization accepts no liability for any damage caused by any virus transmitted by this email. =================================
[R-pkg-devel] PREPERROR on Debian Linux, R-devel
3 messages · Goldfeld, Keith, Uwe Ligges, Dirk Eddelbuettel
On 19.01.2022 22:37, Goldfeld, Keith via R-package-devel wrote:
Good afternoon/evening ? I maintain the R package ?simstudy? (https://cran.r-project.org/web/packages/simstudy/index.html) and recently made a few bug fixes and simple enhancements. I am preparing to submit a new version 0.4.0 to CRAN. In doing the rhub checks (rhub::check_for_cran()), I received a curious PREPERROR from ?Debian Linux, R-Devel, GCC ASAN/UBSAN?. I am wondering if this is something on my end that I can and should fix, or if it is something that is out of my hands.
Perhaps people can answer your querstion if you provide full logs. Best, Uwe Ligges
Thanks so much. - Keith ------------------------------------------------------------ This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is proprietary, confidential, and exempt from disclosure under applicable law. Any unauthorized review, use, disclosure, or distribution is prohibited. If you have received this email in error please notify the sender by return email and delete the original message. Please note, the recipient should check this email and any attachments for the presence of viruses. The organization accepts no liability for any damage caused by any virus transmitted by this email. ================================= [[alternative HTML version deleted]]
______________________________________________ R-package-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
On 19 January 2022 at 21:37, Goldfeld, Keith via R-package-devel wrote:
| In doing the rhub checks (rhub::check_for_cran()), I received a curious PREPERROR from ?Debian Linux, R-Devel, GCC ASAN/UBSAN?. I am wondering if this is something on my end that I can and should fix, or if it is something that is out of my hands. I suggest "out of your hands" as I also often run there too (as the platform is included in a 'wrapper' function in the rhub package) and always get that PREPERROR. The logs often show OK but under ASAN/UBSAN something seems to propagate the wrong way leading to an overall 'error'. <man_shrugging_emoji_here> I would just move on and ignore it. It seems like a long-lasting 'bug' but on balance it is more valuable to actually have a ASAN/UBSAN instance than not. Dirk
https://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org