Closed gothub closed 6 years ago
The first problem (new_roclet
NOTE), was resolved in commit a5c97142753a374b3acf4f5dff589fd7a2221924 and will be included in the 1.0.17-10 release
The second problem was resolved in April with commit 6958f2ccab22952d0405f85f4dbcfe9c80f5ae96, but after re-reading https://cran.r-project.org/doc/manuals/R-exts.html#Registering-native-routines, I'm realizing that this April commit just prevented the error from being printed, but didn't really implement the local symbol searching as expained in the CRAN docs just mentioned.
The 2018 06 19 commit fully implements the local symbol searching as described/desired by CRAN. We only have one local symbol that this change relates to, the call isnull
in the C source util.c
.
This has been updated so that this function is "registered", so that this function is called as intended and isn't called inadvertently (not explaining this as well as the CRAN docs).
These changes have been made in commit 47879483432139222e9f03db184741595d8b0bdc, but still need to be verified on all the usual testing platforms, R releases.
Resolve problems shown from the CRAN 'results' page:
1:
2:
These NOTES appear on most of the builds.