Skip to content

Commit

Permalink
chore: Updated revdepcheck results
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 21, 2023
1 parent ce2f63a commit 47c2dd6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
3 changes: 2 additions & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
18 changes: 17 additions & 1 deletion revdep/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
<details>
Expand Down

0 comments on commit 47c2dd6

Please sign in to comment.