You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Changed API ERRORS to messages and return NA or NULL. Would bomb out runs when this would happen only occasionally. Also this should meet CRAN policy on failing gracefully.
4
-
- Switched long lat check to st::sf_is_longlat
5
-
- Fixed EPQS API URL that was poitned out by a user and emails from Uwe Ligges and Brian Ripley on 2023-05-26.
2
+
3
+
- Added startup message indicating upcoming change to sf and terra in future releases.
6
4
7
5
## Test Environments
6
+
8
7
- Github Actions, Ubuntu 20.04.6 LTS, R version 4.3.0
9
8
- Github Actions, Ubuntu 20.04.6 LTS, R version 4.2.3
10
9
- Github Actions, Ubuntu 22.04.2 LTS, R development
@@ -14,17 +13,9 @@
14
13
- Local, Windows 10 x64 (build 19042), R version 4.2.2
15
14
16
15
## R CMD check results
16
+
17
17
- No ERRORS or WARNINGS
18
18
19
19
## revdepcheck results
20
20
21
-
We checked 9 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
22
-
23
-
* We saw 0 new problems
24
-
* We failed to check 1 packages
25
-
26
-
Issues with CRAN packages are summarised below.
27
-
28
-
### Failed to check
29
-
30
-
* shoredate (NA)
21
+
Reverse dependencies were checked with release 0.4.4 on May 31, 2023. They have not changed since and this release is minor and they were not checked again.
0 commit comments