Displaying 3 results from an estimated 3 matches for "check_code_usage_in_packag".
Did you mean:
check_code_usage_in_package
2005 Sep 02
1
R CMD check warning message "print.check_code_usage_in_package"
We're seeing many warnings like this:
Warning: S3 method 'print.check_code_usage_in_package' was declared in
NAMESPACE but not found
But the package's NAMESPACE does not contain such a declaration.
Seeing this in many Bioconductor packages when running R CMD check on
Windows with R-devel built 1 Sept.
Below is a snip of the output from R CMD check. Any ideas of what
this messa...
2023 Jun 03
3
codetools wrongly complains about lazy evaluation in S4 methods
...the inherited default value of
formal argument 'ncol' relies on lazy evaluation:
> formals(qr.X)[["ncol"]]
if (complete) nrow(R) else min(dim(R))
where 'R' must be defined in the body of any method that might evaluate 'ncol'.
To my surprise, tools:::.check_code_usage_in_package() complains about the
undefined symbol:
qr.X: no visible binding for global variable 'R'
qr.X,qr: no visible binding for global variable 'R'
Undefined global functions or variables:
R
I claim that it should _not_ complain, given that lazy evaluation is a rea...
2009 Aug 20
1
Problem with updating/reinstalling R under UBUNTU (Hardy)
...kDocFiles’, ‘print.checkDocStyle’, ‘print.checkFF’, ‘print.checkReplaceFuns’, ‘print.checkS3methods’, ‘print.checkTnF’, ‘print.codoc’, ‘print.codocClasses’, ‘print.codocData’, ‘print.subdir_tests’, ‘print.undoc’, ‘print.check_Rd_files_in_Rd_db’, ‘print.check_Rd_xrefs’, ‘print.check_T_and_F’, ‘print.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éc...