jonkeane commented on code in PR #49653:
URL: https://github.com/apache/arrow/pull/49653#discussion_r3033436167
##########
r/src/symbols.cpp:
##########
@@ -46,9 +46,11 @@ SEXP precious(SEXP x) {
// returns the namespace environment for package `name`
SEXP precious_namespace(std::string name) {
SEXP s_name = PROTECT(cpp11::writable::strings({name}));
- SEXP ns = R_FindNamespace(s_name);
Review Comment:
I don't see any NOTEs about this one? Do we need to remove it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]