Robert.McGehee at geodecapital.com
2006-May-09 16:58 UTC
[Rd] Typo in getAllMethods() (PR#8848)
The function getAllMethods in the methods package uses 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, getPackageName(gwhere)), domain = NA)> R.version_ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 3.0 year 2006 month 04 day 24 svn rev 37909 language R version.string Version 2.3.0 (2006-04-24) Robert McGehee Quantitative Analyst Geode Capital Management, LLC 53 State Street, 5th Floor | Boston, MA | 02109 Tel: 617/392-8396 Fax:617/476-6389 mailto:robert.mcgehee at geodecapital.com> This e-mail, and any attachments hereto, are intended for use by the > addressee(s) only and may contain information that is (i) confidential > information of Geode Capital Management, LLC and/or its affiliates, > and/or (ii) proprietary information of Geode Capital Management, LLC > and/or its affiliates. If you are not the intended recipient of this > e-mail, or if you have otherwise received this e-mail in error, please > immediately notify me by telephone (you may call collect), or by > e-mail, and please permanently delete the original, any print outs and > any copies of the foregoing. Any dissemination, distribution or > copying of this e-mail is strictly prohibited. >