search for: sotools

Displaying 3 results from an estimated 3 matches for "sotools".

Did you mean: setools
2024 Jul 15
1
Minor inconsistencies in tools:::funAPI()
...nstallTrChar 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 R_PV be an @apifun if it's currently caught by checks in sotools.R? - Should R_FindSymbol be commented /* Not API */ if it's marked as @apifun in WRE and not caught by sotools.R? It is currently used by 8 CRAN packages. - The names 'select', 'delztg' from R_ext/Lapack.h are function pointer arguments, not functions or type declar...
2012 Mar 13
1
"note: symbols.rds is not available"
I've encountered this note in checking packages with the latest R-devel. Googling finds it only in other package checks; searching the source tree finds in src/library/tools/R/sotools.R , but I'm not sure what it's doing there. 'symbols.rds' shows up in the SVN log here: r58591 | ripley | 2012-03-05 07:25:58 -0500 (Mon, 05 Mar 2012) | 1 line treat non-symbols.rds reports on base packages differently r58539 | ripley | 2012-03-01 04:54:39 -0500 (Thu, 01 Mar 20...
2024 Jul 29
1
Minor inconsistencies in tools:::funAPI()
...rked. > > 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 R_PV be an @apifun if it's currently caught by checks in > sotools.R? > > - Should R_FindSymbol be commented /* Not API */ if it's marked as > @apifun in WRE and not caught by sotools.R? It is currently used by 8 > CRAN packages. > > - The names 'select', 'delztg' from R_ext/Lapack.h are function > pointer argume...