search for: 238c238

Displaying 1 result from an estimated 1 matches for "238c238".

Did you mean: 23238
2006 May 09
0
Typo in getAllMethods() (PR#8848)
...s the non-existent function packageName where I believe the function getPackageName was intended. For example: > getAllMethods("formula") Error in sprintf(gettext(fmt, domain = domain), ...) : could not find function "packageName" The patch to RMethodUtils.R is here: 238c238 < warning(gettextf("'%s' from '%s' is a non-generic function; no methods available", f, packageName(gwhere)), domain = NA) --- > warning(gettextf("'%s' from '%s' is a non-generic function; no methods available", f, getPac...