Skip to content

Commit

Permalink
revdep results
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Jul 29, 2021
1 parent 206244f commit 797d2a7
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 41 deletions.
9 changes: 2 additions & 7 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revdeps

## Failed to check (37)
## Failed to check (38)

|package |version |error |warning |note |
|:--------|:-------|:-----|:-------|:----|
Expand Down Expand Up @@ -37,14 +37,9 @@
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|trackr |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |

## New problems (1)

|package |version |error |warning |note |
|:--------------------------------------|:-------|:-----|:-------|:----|
|[shinyMobile](problems.md#shinymobile) |0.8.0 | |__+1__ | |

10 changes: 2 additions & 8 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
## revdepcheck results

We checked 369 reverse dependencies (334 from CRAN + 35 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 372 reverse dependencies (336 from CRAN + 36 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 1 new problems
* We saw 0 new problems
* We failed to check 2 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* shinyMobile
checking for code/documentation mismatches ... WARNING

### Failed to check

* apisensr (NA)
Expand Down
35 changes: 35 additions & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,41 @@ Run `cloud_details(, "NA")` for more info
```
# NA

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/NA
* Number of recursive dependencies: 0

Run `cloud_details(, "NA")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
# trackr

Expand Down
27 changes: 1 addition & 26 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
# shinyMobile

<details>

* Version: 0.8.0
* GitHub: https://github.com/RinteRface/shinyMobile
* Source code: https://github.com/cran/shinyMobile
* Date/Publication: 2021-01-11 14:30:03 UTC
* Number of recursive dependencies: 80

Run `cloud_details(, "shinyMobile")` for more info

</details>

## Newly broken

* checking for code/documentation mismatches ... WARNING
```
Codoc mismatches from documentation object 'f7ListIndexItem':
f7ListIndexItem
Code: function(..., .noWS = NULL, .renderHook = NULL)
Docs: function(..., .noWS = NULL)
Argument names in code not in docs:
.renderHook
```
*Wow, no problems at all. :)*

0 comments on commit 797d2a7

Please sign in to comment.