We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3661cc7 commit eb85f4dCopy full SHA for eb85f4d
cran-comments.md
@@ -0,0 +1,19 @@
1
+## Test environments
2
+
3
+- local: x86_64-pc-linux-gnu
4
+- GitHub Actions
5
+ - { os: macos-latest, r: "release" }
6
+ - { os: windows-latest, r: "release" }
7
+ - { os: ubuntu-latest, r: "devel", http-user-agent: "release" }
8
+ - { os: ubuntu-latest, r: "release" }
9
+ - { os: ubuntu-latest, r: "oldrel-1" }
10
+- devtools
11
+ - `check_rhub()`
12
+ - `check_win_release()`
13
14
+## R CMD check results
15
16
+- There were no ERRORs or WARNINGs.
17
+- There was a NOTE about CRAN incoming feasibility: `Size of tarball: 15678459 bytes`
18
+ - Most of this size is a tarball of vendored Rust source code,
19
+ since this package contains all the Rust source code of the dependencies.
0 commit comments