File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
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: ` Size of tarball: 12580369 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.
20
+
21
+ ## Notes
22
+
23
+ - The purpose of this submission is to keep prqlr 0.5.0 and 0.5.1, which has been archived from CRAN, existing on CRAN.
24
+ - I removed the vendored Rust source code when submitting prqlr 0.5.0 and 0.5.1 to reduce the unacceptably large package size
25
+ for CRAN and set to download Rust crates from crates.io, which caused them to be archived from the CRAN repository.
26
+ I then received an email from CRAN informing me that packages larger than 5 MB are allowed as long as they are for
27
+ vendoring Rust source code.
28
+
29
+ ## Resubmission
30
+
31
+ This is a resubmission.
32
+
33
+ - Update the ` inst/AUTHORS ` file to include the owner (name and GitHub account) of each crate on Crates.io.
You can’t perform that action at this time.
0 commit comments