Skip to content

Commit 8712505

Browse files
committed
Run revdepcheck. 154 pass. 1 failure to install
1 parent c25e7e2 commit 8712505

File tree

4 files changed

+81
-31
lines changed

4 files changed

+81
-31
lines changed

revdep/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
checks
22
library
33
checks.noindex
4+
cloud.noindex
45
library.noindex
56
data.sqlite
67
*.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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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 154 reverse dependencies (148 from CRAN + 6 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 1 packages
77

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

revdep/failures.md

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,68 @@
1-
*Wow, no problems at all. :)*
1+
# geocmeans
2+
3+
<details>
4+
5+
* Version: 0.2.0
6+
* GitHub: https://github.com/JeremyGelb/geocmeans
7+
* Source code: https://github.com/cran/geocmeans
8+
* Date/Publication: 2021-08-23 07:11:35 UTC
9+
* Number of recursive dependencies: 203
10+
11+
Run `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.2.0’
28+
* package encoding: UTF-8
29+
* checking package namespace information ... OK
30+
* checking package dependencies ... ERROR
31+
Package required but not available: ‘reldist’
32+
33+
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
34+
manual.
35+
* DONE
36+
Status: 1 ERROR
37+
38+
39+
40+
41+
42+
```
43+
### CRAN
44+
45+
```
46+
* using log directory ‘/tmp/workdir/geocmeans/old/geocmeans.Rcheck’
47+
* using R version 4.1.1 (2021-08-10)
48+
* using platform: x86_64-pc-linux-gnu (64-bit)
49+
* using session charset: UTF-8
50+
* using option ‘--no-manual’
51+
* checking for file ‘geocmeans/DESCRIPTION’ ... OK
52+
* checking extension type ... Package
53+
* this is package ‘geocmeans’ version ‘0.2.0’
54+
* package encoding: UTF-8
55+
* checking package namespace information ... OK
56+
* checking package dependencies ... ERROR
57+
Package required but not available: ‘reldist’
58+
59+
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
60+
manual.
61+
* DONE
62+
Status: 1 ERROR
63+
64+
65+
66+
67+
68+
```

0 commit comments

Comments
 (0)