Skip to content

Commit

Permalink
Run revdep cloud check. Could pass {fitbitViz} locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Mar 10, 2023
1 parent 23e6801 commit 9ab0d73
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 42 deletions.
14 changes: 10 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Comments

#### 2023-03-09
#### 2023-03-10

Fixing S3 method warnings for R Devel.
Fixing S3 method warnings for R Devel prompted by Kurt.

Please let me know if I can provide any more information.

Expand All @@ -29,7 +29,13 @@ Joe

## revdepcheck results

We checked 151 reverse dependencies (145 from CRAN + 6 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 159 reverse dependencies (158 from CRAN + 1 from Bioconductor), 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 package

Issues with CRAN packages are summarised below.

### Failed to check

* geocmeans (NA)
3 changes: 1 addition & 2 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
checks
library
checks.noindex
library.noindex
*.noindex
data.sqlite
*.html
33 changes: 5 additions & 28 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,7 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.2 (2020-06-22) |
|os |macOS 10.16 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2021-01-03 |

# Dependencies

|package |old |new |Δ |
|:----------|:-----|:------|:--|
|leaflet |2.0.3 |2.0.4 |* |
|colorspace |NA |2.0-0 |* |
|ggplot2 |NA |3.3.3 |* |
|isoband |NA |0.2.3 |* |
|pkgbuild |NA |1.2.0 |* |
|raster |NA |3.4-5 |* |
|rlang |NA |0.4.10 |* |
|testthat |NA |3.0.1 |* |
|vctrs |NA |0.3.6 |* |

# Revdeps

## Failed to check (1)

|package |version |error |warning |note |
|:---------|:-------|:-----|:-------|:----|
|geocmeans |? | | | |
10 changes: 8 additions & 2 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## revdepcheck results

We checked 124 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 159 reverse dependencies (158 from CRAN + 1 from Bioconductor), 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 2 packages

Issues with CRAN packages are summarised below.

### Failed to check

* fitbitViz (NA)
* geocmeans (NA)
5 changes: 0 additions & 5 deletions revdep/email.yml

This file was deleted.

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. :)*
# geocmeans

<details>

* Version: 0.3.3
* GitHub: https://github.com/JeremyGelb/geocmeans
* Source code: https://github.com/cran/geocmeans
* Date/Publication: 2023-02-07 01:02:31 UTC
* Number of recursive dependencies: 197

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

</details>

## Error before installation

### Devel

```
* using log directory ‘/tmp/workdir/geocmeans/new/geocmeans.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 ‘geocmeans/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘geocmeans’ version ‘0.3.3’
* package encoding: UTF-8
* checking package namespace information ... OK
...
--- finished re-building ‘rasters.Rmd’
SUMMARY: processing the following file failed:
‘introduction.Rmd’
Error: Vignette re-building failed.
Execution halted
* DONE
Status: 2 ERRORs, 1 WARNING, 1 NOTE
```
### CRAN

```
* using log directory ‘/tmp/workdir/geocmeans/old/geocmeans.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 ‘geocmeans/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘geocmeans’ version ‘0.3.3’
* package encoding: UTF-8
* checking package namespace information ... OK
...
--- finished re-building ‘rasters.Rmd’
SUMMARY: processing the following file failed:
‘introduction.Rmd’
Error: Vignette re-building failed.
Execution halted
* DONE
Status: 2 ERRORs, 1 WARNING, 1 NOTE
```

0 comments on commit 9ab0d73

Please sign in to comment.