Skip to content

Commit 7bd9f51

Browse files
committed
Final pre-release checks
1 parent 8e27409 commit 7bd9f51

File tree

8 files changed

+144
-3
lines changed

8 files changed

+144
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
^CRAN-SUBMISSION$
1111
^cran-comments\.md$
1212
^\.lintr$
13+
^revdep$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cartographer
22
Title: Turn Place Names into Map Data
3-
Version: 0.2.0.9000
3+
Version: 0.2.1
44
Authors@R:
55
c(person(given = "Carl",
66
family = "Suster",

cran-comments.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
Small update to improve confusing error message reporting, and improve some
2+
documentation.
3+
14
## R CMD check results
25

36
The package was tested on the following platforms:
47

58
* Mac (R: release)
6-
* Windows (R: release, 4.1)
9+
* Windows (R: devel, release, 4.1)
710
* Ubuntu (R: devel, release, oldrel-1)
811

912
There is a note when checking with remote checks about the non-CRAN package rnaturalearthhires.
1013
cartographer needs to check whether this package is installed to avoid triggering an interactive
11-
menu in rnaturalearth with installation instructions.
14+
menu in rnaturalearth (which is on CRAN) with installation instructions.

revdep/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
checks
2+
library
3+
checks.noindex
4+
library.noindex
5+
cloud.noindex
6+
data.sqlite
7+
*.html

revdep/README.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:-----------------------------------|
5+
|version |R version 4.3.2 (2023-10-31) |
6+
|os |Debian GNU/Linux trixie/sid |
7+
|system |x86_64, linux-gnu |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |en_AU.UTF-8 |
11+
|ctype |en_AU.UTF-8 |
12+
|tz |Australia/Sydney |
13+
|date |2024-01-28 |
14+
|rstudio |2023.12.0+369 Ocean Storm (desktop) |
15+
|pandoc |3.1.3 @ /usr/bin/pandoc |
16+
17+
# Dependencies
18+
19+
|package |old |new |Δ |
20+
|:------------|:----------|:----------|:--|
21+
|cartographer |0.2.0.9000 |0.2.0.9000 |NA |
22+
|classInt |0.4-10 |0.4-10 |NA |
23+
|cli |3.6.2 |3.6.2 |NA |
24+
|DBI |1.2.1 |1.2.1 |NA |
25+
|dplyr |1.1.4 |1.1.4 |NA |
26+
|e1071 |1.7-14 |1.7-14 |NA |
27+
|fansi |1.0.6 |1.0.6 |NA |
28+
|generics |0.1.3 |0.1.3 |NA |
29+
|glue |1.7.0 |1.7.0 |NA |
30+
|lifecycle |1.0.4 |1.0.4 |NA |
31+
|magrittr |2.0.3 |2.0.3 |NA |
32+
|pillar |1.9.0 |1.9.0 |NA |
33+
|pkgconfig |2.0.3 |2.0.3 |NA |
34+
|proxy |0.4-27 |0.4-27 |NA |
35+
|R6 |2.5.1 |2.5.1 |NA |
36+
|Rcpp |1.0.12 |1.0.12 |NA |
37+
|rlang |1.1.3 |1.1.3 |NA |
38+
|s2 |1.1.6 |1.1.6 |NA |
39+
|sf |1.0-15 |1.0-15 |NA |
40+
|tibble |3.2.1 |3.2.1 |NA |
41+
|tidyselect |1.2.0 |1.2.0 |NA |
42+
|units |0.8-5 |0.8-5 |NA |
43+
|utf8 |1.2.4 |1.2.4 |NA |
44+
|vctrs |0.6.5 |0.6.5 |NA |
45+
|withr |3.0.0 |3.0.0 |NA |
46+
|wk |0.9.1 |0.9.1 |NA |
47+
48+
# Revdeps
49+
50+
## Failed to check (2)
51+
52+
|package |version |error |warning |note |
53+
|:---------|:-------|:-----|:-------|:----|
54+
|ggautomap |? | | | |
55+
|nswgeo |? | | | |
56+

revdep/cran.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## revdepcheck results
2+
3+
We checked 2 reverse dependencies (0 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
4+
5+
* We saw 0 new problems
6+
* We failed to check 0 packages
7+

revdep/failures.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# ggautomap
2+
3+
<details>
4+
5+
* Version:
6+
* GitHub: https://github.com/cidm-ph/cartographer
7+
* Source code: NA
8+
* Number of recursive dependencies: 0
9+
10+
</details>
11+
12+
## Error before installation
13+
14+
### Devel
15+
16+
```
17+
18+
19+
20+
21+
22+
23+
```
24+
### CRAN
25+
26+
```
27+
28+
29+
30+
31+
32+
33+
```
34+
# nswgeo
35+
36+
<details>
37+
38+
* Version:
39+
* GitHub: https://github.com/cidm-ph/cartographer
40+
* Source code: NA
41+
* Number of recursive dependencies: 0
42+
43+
</details>
44+
45+
## Error before installation
46+
47+
### Devel
48+
49+
```
50+
51+
52+
53+
54+
55+
56+
```
57+
### CRAN
58+
59+
```
60+
61+
62+
63+
64+
65+
66+
```

revdep/problems.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)