Skip to content

Commit

Permalink
revdepcheck and cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Oct 11, 2023
1 parent fd2dad3 commit 23506f7
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 4 deletions.
16 changes: 15 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
This release adds include of cstdint to code using uint32_t and related types
This is a small release in anticipation of Arm Windows. It further add support
for `dev.capabilities()`

## revdepcheck results

We checked 47 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

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

Issues with CRAN packages are summarised below.

### Failed to check

* SCpubr (NA)
6 changes: 6 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Revdeps

## Failed to check (1)

|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:----|
|SCpubr |? | | | |

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

We checked 36 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 47 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

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

Issues with CRAN packages are summarised below.

### Failed to check

* SCpubr (NA)
77 changes: 76 additions & 1 deletion revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1 +1,76 @@
*Wow, no problems at all. :)*
# SCpubr

<details>

* Version: 2.0.1
* GitHub: https://github.com/enblacar/SCpubr
* Source code: https://github.com/cran/SCpubr
* Date/Publication: 2023-08-13 12:40:15 UTC
* Number of recursive dependencies: 295

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

</details>

## Error before installation

### Devel

```
* using log directory ‘/tmp/workdir/SCpubr/new/SCpubr.Rcheck’
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-manual’
* checking for file ‘SCpubr/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘SCpubr’ version ‘2.0.1’
* package encoding: UTF-8
* checking package namespace information ... OK
...
[ FAIL 10 | WARN 0 | SKIP 381 | PASS 72 ]
Error: Test failures
Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... NONE
‘reference_manual.Rmd’ using ‘UTF-8’... OK
* checking re-building of vignette outputs ... OK
* DONE
Status: 1 ERROR, 1 WARNING, 2 NOTEs
```
### CRAN

```
* using log directory ‘/tmp/workdir/SCpubr/old/SCpubr.Rcheck’
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-manual’
* checking for file ‘SCpubr/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘SCpubr’ version ‘2.0.1’
* package encoding: UTF-8
* checking package namespace information ... OK
...
[ FAIL 10 | WARN 0 | SKIP 381 | PASS 72 ]
Error: Test failures
Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... NONE
‘reference_manual.Rmd’ using ‘UTF-8’... OK
* checking re-building of vignette outputs ... OK
* DONE
Status: 1 ERROR, 1 WARNING, 2 NOTEs
```

0 comments on commit 23506f7

Please sign in to comment.