-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run revdep cloud check. Could pass
{fitbitViz}
locally.
- Loading branch information
Showing
6 changed files
with
100 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
checks | ||
library | ||
checks.noindex | ||
library.noindex | ||
*.noindex | ||
data.sqlite | ||
*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |? | | | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |