search for: check_packages_us

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

Did you mean: check_packages_used
2009 Aug 20
1
Problem with updating/reinstalling R under UBUNTU (Hardy)
...nt.check_code_usage_in_package’, ‘print.check_dotInternal’, ‘print.check_make_vars’, ‘print.check_package_code_syntax’, ‘print.check_package_depends’, ‘print.check_package_description’, ‘print.check_package_description_encoding’, ‘print.check_package_license’, ‘print.check_package_datasets’, ‘print.check_packages_used’ sont déclarées dans NAMESPACE mais sont introuvables Execution halted make[3]: *** [all] Error 1 make[3]: Leaving directory `/data/prog/R-2.9.1/src/library/tools' make[2]: *** [R] Error 1 make[2]: Leaving directory `/data/prog/R-2.9.1/src/library' make[1]: *** [R] Error 1 make[1]: Leavi...
2024 Feb 24
1
Clustering Functions used by Reverse-Dependencies
Dear R Users, Are there any tools to extract the function names called by reverse-dependencies? I would like to group these functions using clustering methods based on the co-occurrence in the reverse-dependencies. Utility: It may be possible to split complex packages into modules with fewer reverse-dependencies. Package pkgdepR may offer some of the functionality; but I did not have time to