search for: not_shar

Displaying 2 results from an estimated 2 matches for "not_shar".

Did you mean: dot_share
2024 Jul 15
1
Minor inconsistencies in tools:::funAPI()
...symbol names (with Rf_ or the Fortran underscore), or for unmapped names (without Rf_ or the underscore)? I see that the functions marked in WRE are almost all (except Rf_installChar and Rf_installTrChar) unmapped. This makes a lot of sense because some of those interfaces (e.g. CONS(), CHAR(), NOT_SHARED()) are C preprocessor macros, not functions. I also see that installTrChar is not explicitly marked. Are we allowed to call tools:::unmap(tools:::funAPI()$name) and consider the return value to be the list of all unmapped APIs, despite, e.g., installTrChar not being explicitly marked? - Should...
2024 Jul 29
1
Minor inconsistencies in tools:::funAPI()
...Fortran > underscore), or for unmapped names (without Rf_ or the underscore)? > > I see that the functions marked in WRE are almost all (except > Rf_installChar and Rf_installTrChar) unmapped. This makes a lot of > sense because some of those interfaces (e.g. CONS(), CHAR(), > NOT_SHARED()) are C preprocessor macros, not functions. I also see that > installTrChar is not explicitly marked. > > Are we allowed to call tools:::unmap(tools:::funAPI()$name) and > consider the return value to be the list of all unmapped APIs, despite, > e.g., installTrChar not being expli...