-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Test environments | ||
|
||
- local: x86_64-pc-linux-gnu | ||
- GitHub Actions | ||
- {os: macos-latest, r: 'release'} | ||
- {os: windows-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} | ||
- {os: ubuntu-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'oldrel-1'} | ||
- devtools | ||
- `check_rhub()` | ||
- `check_win_release()` | ||
|
||
## R CMD check results | ||
|
||
- There were no ERRORs or WARNINGs. | ||
|
||
## revdepcheck results | ||
|
||
There are currently no downstream dependencies for this package. | ||
|
||
## Notes | ||
|
||
- The purpose of this submission is to keep prqlr 0.5.0, which has been archived from CRAN, existing on CRAN. | ||
- I don't fully understand why prqlr 0.5.0 was archived from CRAN, | ||
because CRAN never contacted me or answered any of my questions. | ||
So I don't know if this post fully fixes the prqlr 0.5.0 problem. | ||
- The Rust dependencies are not vendored because the size of the tarball vendoring the Rust dependencies | ||
reached 12MB and does not meet the criteria for packages on CRAN. | ||
Rust dependencies are downloaded from Crates.io during installation. |