-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
Describe the enhancement requested
I received a message from CRAN that we need to fix issues they are seeing in the next two weeks.
#45870 will fix the symbols issues, which is great (and I believe we can cherrypick that easily).
There is also:
Found non-API calls to R: ‘DATAPTR’, ‘OBJECT’
(from #45850 (comment))
The non-API calls probably deserve a separate issue. They might be coming from cpp11, or there might be calls we will need to remove and use something else for them. #43044 was similar and https://cran.rstudio.com/doc/manuals/r-devel/R-exts.html#Moving-into-C-API-compliance-1 might have helpful pointers
Also related to non-API calls, there is was thread from the r-package-devel mailing list yesterday: https://stat.ethz.ch/pipermail/r-package-devel/2025q1/011543.html
I can take a look at the non-api calls (this week). @amoeba might you be up for helping cut a patch release for R only? it should only need to be R-source only changes, so we don't need a full arrow release or anything.
Component(s)
R