From 47c2dd6192bd2c73b61022876db8b44d278cfac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 21 Nov 2023 11:18:20 +0100 Subject: [PATCH] chore: Updated revdepcheck results --- revdep/README.md | 2 +- revdep/cran.md | 3 ++- revdep/problems.md | 18 +++++++++++++++++- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/revdep/README.md b/revdep/README.md index 9560ae89d0..da2c75263f 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -7,7 +7,7 @@ |[bibliometrix](problems.md#bibliometrix)|4.1.3 | |__+1__ |__+1__ | |[ggnetwork](problems.md#ggnetwork)|0.5.12 |__+1__ | |1 | |[inferCSN](problems.md#infercsn)|0.99.7 |__+1__ | |1 | -|[influential](problems.md#influential)|2.2.8 | |__+1__ | | +|[influential](problems.md#influential)|2.2.8 | |__+2__ | | |[malan](problems.md#malan)|1.0.2 |__+2__ | |1 | |[nosoi](problems.md#nosoi)|1.1.0 |__+1__ | | | |[phyloseqGraphTest](problems.md#phyloseqgraphtest)|0.1.0 |__+2__ | |2 | diff --git a/revdep/cran.md b/revdep/cran.md index ed49b9ef08..93f17f744b 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,6 +1,6 @@ ## revdepcheck results -We checked 13 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. +We checked 10 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. * We saw 10 new problems * We failed to check 0 packages @@ -22,6 +22,7 @@ Issues with CRAN packages are summarised below. * influential checking dependencies in R code ... WARNING + checking for code/documentation mismatches ... WARNING * malan checking examples ... ERROR diff --git a/revdep/problems.md b/revdep/problems.md index a86cc9ab41..18954361b2 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -135,7 +135,7 @@ Run `revdepcheck::cloud_details(, "inferCSN")` for more info * GitHub: https://github.com/asalavaty/influential * Source code: https://github.com/cran/influential * Date/Publication: 2023-11-19 05:10:02 UTC -* Number of recursive dependencies: 189 +* Number of recursive dependencies: 196 Run `revdepcheck::cloud_details(, "influential")` for more info @@ -148,6 +148,22 @@ Run `revdepcheck::cloud_details(, "influential")` for more info '::' or ':::' import not declared from: ‘lifecycle’ ``` +* checking for code/documentation mismatches ... WARNING + ``` + Codoc mismatches from documentation object 'graph_from_incidence_matrix': + graph_from_incidence_matrix + Code: function(...) + Docs: function(incidence, directed = FALSE, mode = c("all", "out", + "in", "total"), multiple = FALSE, weighted = NULL, + add.names = NULL) + Argument names in code not in docs: + ... + Argument names in docs not in code: + incidence directed mode multiple weighted add.names + Mismatches in argument names: + Position: 1 Code: ... Docs: incidence + ``` + # malan