Skip to content

revdep maditr has new warning after adding nan argument to fcoalesce #7278

@tdhock

Description

@tdhock

apparently adding nan argument to fcoalesce in #7189 has created a new documentation-related warning in maditr: https://rcdata.nau.edu/genomic-ml/data.table-revdeps/analyze/2025-08-31/maditr.txt

-* checking for code/documentation mismatches ... OK
+* checking for code/documentation mismatches ... WARNING
+Codoc mismatches from Rd file 'coalesce.Rd':
+coalesce
+  Code: function(..., nan = NA)
+  Docs: function(...)
+  Argument names in code not in docs:
+    nan
+
 * checking Rd \usage sections ... OK
 * checking Rd contents ... OK
 * checking for unstated dependencies in examples ... OK
@@ -60,4 +67,4 @@
 * checking re-building of vignette outputs ... OK
 * checking PDF version of manual ... OK
 * DONE
-Status: OK
+Status: 1 WARNING

Metadata

Metadata

Assignees

No one assigned

    Labels

    revdepReverse dependencies

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions