Skip to content

Commit 8eacbe7

Browse files
committed
[skip ci] update cran comments
1 parent 243b579 commit 8eacbe7

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

cran-comments.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,31 @@
11
## R CMD check results
22

3-
0 errors | 0 warnings | 1 note
3+
0 errors | 0 warnings | 2 notes
44

5+
Suggests or Enhances not in mainstream repositories:
6+
arcgisbinding
57

6-
* In accordance with the CRAN policy (below), Rust dependencies are downloaded as part of the `configure` process. The downloaded `vendor.tar.xz`'s checksum is matched to that in `tools/vendor.md5`
8+
Size of tarball: 6021580 bytes
79

8-
> "If the sources are too large, it is acceptable to download them as part of installation, but do ensure that the download is of a fixed version rather than the latest."
10+
- The tarball is 6mb because **Rust dependencies** are vendored within `src/rust/vendor.tar.xz` which is 5.9mb. The final installation size on Mac OS is 1.3mb.
11+
- `{arcgisbinding}` is a Suggested package which is not available from a standard CRAN repository but installatino instructions are referenced in the DESCRIPTION's Description.
912

10-
*
1113

12-
* This is a new release.
14+
## Test Environments
15+
16+
Local:
17+
- Platform: aarch64-apple-darwin20
18+
- Running under: macOS Sonoma 14.4.1
19+
20+
GitHub Actions:
21+
22+
- {os: macos-latest, r: 'release'}
23+
- {os: windows-latest, r: 'release'}
24+
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
25+
- {os: ubuntu-latest, r: 'release'}
26+
- {os: ubuntu-latest, r: 'oldrel-1'}
27+
- {os: ubuntu-latest, r: 'oldrel-2'}
28+
29+
## Resubmission
30+
31+
This is a resubmission per suggestion of Uwe Ligges who indicated that the inclusion of Rust dependencies was not clearly indicated.

0 commit comments

Comments
 (0)