-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171597 from NixOS/r-updates
R 4.2.0
- Loading branch information
Showing
9 changed files
with
4,810 additions
and
4,534 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Upper bounds shifts due to extra warnings re. internet connectivity. | ||
|
||
diff --git a/tests/reg-packages.R b/tests/reg-packages.R | ||
index c9962ce..a40b0fa 100644 | ||
--- a/tests/reg-packages.R | ||
+++ b/tests/reg-packages.R | ||
@@ -260,7 +260,7 @@ stopifnot(exprs = { | ||
(lenN <- length(print(iN <- grep("^[1-9][0-9]:", tlines)))) >= 2 | ||
iN - iw == seq_len(lenN) # these (3) lines come immediately after 'Warning', | ||
## and "related" to the some 'missing .. paren' above: | ||
- 8 <= print(iw - i) & iw - i <= 20 # see ~14 | ||
+ 8 <= print(iw - i) & iw - i <= 22 # see ~14 | ||
}) ## failed in R <= 4.1.1 | ||
|
||
|
128 changes: 68 additions & 60 deletions
128
pkgs/development/r-modules/bioc-annotation-packages.nix
Large diffs are not rendered by default.
Oops, something went wrong.
821 changes: 413 additions & 408 deletions
821
pkgs/development/r-modules/bioc-experiment-packages.nix
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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