Skip to content

Commit 9ab0d73

Browse files
committed
Run revdep cloud check. Could pass {fitbitViz} locally.
1 parent 23e6801 commit 9ab0d73

File tree

6 files changed

+100
-42
lines changed

6 files changed

+100
-42
lines changed

cran-comments.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Comments
22

3-
#### 2023-03-09
3+
#### 2023-03-10
44

5-
Fixing S3 method warnings for R Devel.
5+
Fixing S3 method warnings for R Devel prompted by Kurt.
66

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

@@ -29,7 +29,13 @@ Joe
2929

3030
## revdepcheck results
3131

32-
We checked 151 reverse dependencies (145 from CRAN + 6 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
32+
We checked 159 reverse dependencies (158 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3333

3434
* We saw 0 new problems
35-
* We failed to check 0 packages
35+
* We failed to check 1 package
36+
37+
Issues with CRAN packages are summarised below.
38+
39+
### Failed to check
40+
41+
* geocmeans (NA)

revdep/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
checks
22
library
3-
checks.noindex
4-
library.noindex
3+
*.noindex
54
data.sqlite
65
*.html

revdep/README.md

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,7 @@
1-
# Platform
2-
3-
|field |value |
4-
|:--------|:----------------------------|
5-
|version |R version 4.0.2 (2020-06-22) |
6-
|os |macOS 10.16 |
7-
|system |x86_64, darwin17.0 |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |America/Los_Angeles |
13-
|date |2021-01-03 |
14-
15-
# Dependencies
16-
17-
|package |old |new |Δ |
18-
|:----------|:-----|:------|:--|
19-
|leaflet |2.0.3 |2.0.4 |* |
20-
|colorspace |NA |2.0-0 |* |
21-
|ggplot2 |NA |3.3.3 |* |
22-
|isoband |NA |0.2.3 |* |
23-
|pkgbuild |NA |1.2.0 |* |
24-
|raster |NA |3.4-5 |* |
25-
|rlang |NA |0.4.10 |* |
26-
|testthat |NA |3.0.1 |* |
27-
|vctrs |NA |0.3.6 |* |
28-
291
# Revdeps
302

3+
## Failed to check (1)
4+
5+
|package |version |error |warning |note |
6+
|:---------|:-------|:-----|:-------|:----|
7+
|geocmeans |? | | | |

revdep/cran.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
## revdepcheck results
22

3-
We checked 124 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 159 reverse dependencies (158 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
6-
* We failed to check 0 packages
6+
* We failed to check 2 packages
77

8+
Issues with CRAN packages are summarised below.
9+
10+
### Failed to check
11+
12+
* fitbitViz (NA)
13+
* geocmeans (NA)

revdep/email.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

revdep/failures.md

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,76 @@
1-
*Wow, no problems at all. :)*
1+
# geocmeans
2+
3+
<details>
4+
5+
* Version: 0.3.3
6+
* GitHub: https://github.com/JeremyGelb/geocmeans
7+
* Source code: https://github.com/cran/geocmeans
8+
* Date/Publication: 2023-02-07 01:02:31 UTC
9+
* Number of recursive dependencies: 197
10+
11+
Run `revdepcheck::cloud_details(, "geocmeans")` for more info
12+
13+
</details>
14+
15+
## Error before installation
16+
17+
### Devel
18+
19+
```
20+
* using log directory ‘/tmp/workdir/geocmeans/new/geocmeans.Rcheck’
21+
* using R version 4.1.1 (2021-08-10)
22+
* using platform: x86_64-pc-linux-gnu (64-bit)
23+
* using session charset: UTF-8
24+
* using option ‘--no-manual’
25+
* checking for file ‘geocmeans/DESCRIPTION’ ... OK
26+
* checking extension type ... Package
27+
* this is package ‘geocmeans’ version ‘0.3.3’
28+
* package encoding: UTF-8
29+
* checking package namespace information ... OK
30+
...
31+
--- finished re-building ‘rasters.Rmd’
32+
33+
SUMMARY: processing the following file failed:
34+
‘introduction.Rmd’
35+
36+
Error: Vignette re-building failed.
37+
Execution halted
38+
39+
* DONE
40+
Status: 2 ERRORs, 1 WARNING, 1 NOTE
41+
42+
43+
44+
45+
46+
```
47+
### CRAN
48+
49+
```
50+
* using log directory ‘/tmp/workdir/geocmeans/old/geocmeans.Rcheck’
51+
* using R version 4.1.1 (2021-08-10)
52+
* using platform: x86_64-pc-linux-gnu (64-bit)
53+
* using session charset: UTF-8
54+
* using option ‘--no-manual’
55+
* checking for file ‘geocmeans/DESCRIPTION’ ... OK
56+
* checking extension type ... Package
57+
* this is package ‘geocmeans’ version ‘0.3.3’
58+
* package encoding: UTF-8
59+
* checking package namespace information ... OK
60+
...
61+
--- finished re-building ‘rasters.Rmd’
62+
63+
SUMMARY: processing the following file failed:
64+
‘introduction.Rmd’
65+
66+
Error: Vignette re-building failed.
67+
Execution halted
68+
69+
* DONE
70+
Status: 2 ERRORs, 1 WARNING, 1 NOTE
71+
72+
73+
74+
75+
76+
```

0 commit comments

Comments
 (0)