Skip to content

Commit

Permalink
Check-in revdep results
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Oct 5, 2023
1 parent 3696315 commit a4b90e4
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 18 deletions.
32 changes: 17 additions & 15 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# Revdeps

## Failed to check (12)
## Failed to check (14)

|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:----|
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|grandR |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|package |version |error |warning |note |
|:---------|:-------|:-----|:-------|:----|
|NA |? | | | |
|checkdown |0.0.10 |1 | | |
|NA |? | | | |
|NA |? | | | |
|grandR |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |

7 changes: 4 additions & 3 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## revdepcheck results

We checked 467 reverse dependencies (456 from CRAN + 11 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 479 reverse dependencies (467 from CRAN + 12 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

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

Issues with CRAN packages are summarised below.

### Failed to check

* grandR (NA)
* checkdown (NA)
* grandR (NA)
93 changes: 93 additions & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,64 @@ Run `revdepcheck::cloud_details(, "NA")` for more info
```
# checkdown

<details>

* Version: 0.0.10
* GitHub: https://github.com/agricolamz/checkdown
* Source code: https://github.com/cran/checkdown
* Date/Publication: 2023-09-24 07:10:02 UTC
* Number of recursive dependencies: 33

Run `revdepcheck::cloud_details(, "checkdown")` for more info

</details>

## In both

* checking whether package ‘checkdown’ can be installed ... ERROR
```
Installation failed.
See ‘/tmp/workdir/checkdown/new/checkdown.Rcheck/00install.out’ for details.
```
## Installation
### Devel
```
* installing *source* package ‘checkdown’ ...
** package ‘checkdown’ successfully unpacked and MD5 sums checked
** using staged installation
** R
Error in parse(outFile) :
/tmp/workdir/checkdown/new/checkdown.Rcheck/00_pkg_src/checkdown/R/check_hint.R:38:39: unexpected input
37: hint_text <- hint_text |>
38: markdown::markdownToHTML(text = _
^
ERROR: unable to collate and parse R files for package ‘checkdown’
* removing ‘/tmp/workdir/checkdown/new/checkdown.Rcheck/checkdown’


```
### CRAN
```
* installing *source* package ‘checkdown’ ...
** package ‘checkdown’ successfully unpacked and MD5 sums checked
** using staged installation
** R
Error in parse(outFile) :
/tmp/workdir/checkdown/old/checkdown.Rcheck/00_pkg_src/checkdown/R/check_hint.R:38:39: unexpected input
37: hint_text <- hint_text |>
38: markdown::markdownToHTML(text = _
^
ERROR: unable to collate and parse R files for package ‘checkdown’
* removing ‘/tmp/workdir/checkdown/old/checkdown.Rcheck/checkdown’


```
# NA
Expand Down Expand Up @@ -458,4 +516,39 @@ Run `revdepcheck::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 `revdepcheck::cloud_details(, "NA")` for more info
</details>
## Error before installation
### Devel
```






```
### CRAN
```






```

0 comments on commit a4b90e4

Please sign in to comment.