-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
R CMD checks and reverse dependencies
- Loading branch information
Showing
4 changed files
with
30 additions
and
26 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
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 |
---|---|---|
@@ -1,13 +1,17 @@ | ||
# Test environments | ||
# R CMD check results | ||
|
||
* local macOS install, R 4.0.3 | ||
* ubuntu 16.04.6 (on travis-ci), R-devel, 4.0.2, 3.6.3 | ||
* win-builder (with `devtools::check_win_release()`) | ||
0 errors | 0 warnings | 0 notes | ||
|
||
# R CMD check results | ||
# Test environments | ||
|
||
There were no ERRORs, WARNINGs or NOTEs. | ||
- local macOS install, R 4.2.3 | ||
- ubuntu 22.04.2 (using GitHub Actions), 4.2.3 | ||
- winbuilder R 4.3.0 alpha (with `devtools::check_win_release()`) | ||
|
||
# Downstream dependencies | ||
|
||
There are no downstream dependencies of this package on CRAN. | ||
We checked 3 reverse dependencies (1 from CRAN + 2 from Bioconductor), | ||
comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
- We saw 0 new problems | ||
- We failed to check 0 packages |
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ checks.noindex | |
library.noindex | ||
data.sqlite | ||
*.html | ||
cloud.noindex |
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 |
---|---|---|
@@ -1,24 +1,23 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:----------------------------| | ||
|version |R version 4.0.3 (2020-10-10) | | ||
|os |macOS Big Sur 10.16 | | ||
|system |x86_64, darwin19.6.0 | | ||
|ui |unknown | | ||
|language |(EN) | | ||
|collate |en_AU.UTF-8 | | ||
|ctype |en_AU.UTF-8 | | ||
|tz |Australia/Sydney | | ||
|date |2020-12-10 | | ||
|field |value | | ||
|:--------|:--------------------------------| | ||
|version |R version 4.2.3 (2023-03-15) | | ||
|os |macOS Ventura 13.2.1 | | ||
|system |aarch64, darwin22.3.0 | | ||
|ui |unknown | | ||
|language |(EN) | | ||
|collate |en_AU.UTF-8 | | ||
|ctype |en_AU.UTF-8 | | ||
|tz |Australia/Sydney | | ||
|date |2023-03-28 | | ||
|pandoc |3.1.1 @ /opt/homebrew/bin/pandoc | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:--------|:-----|:-----|:--| | ||
|gggenes |0.4.0 |0.4.1 |* | | ||
|jsonlite |NA |1.7.2 |* | | ||
|ps |NA |1.5.0 |* | | ||
|package |old |new |Δ | | ||
|:-------|:-----|:-----|:--| | ||
|gggenes |0.4.1 |0.5.0 |* | | ||
|
||
# Revdeps | ||
|