Skip to content

Commit 03c941c

Browse files
with_stealth_rng(42) would give an rm() warning
1 parent 9c67b0a commit 03c941c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: future.batchtools
2-
Version: 0.12.1-9004
2+
Version: 0.12.1-9005
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

R/with_stealth_rng.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ with_stealth_rng <- function(expr, substitute = TRUE, envir = parent.frame(), ..
88
if (is.null(oseed)) {
99
if (exists(".Random.seed", envir = .GlobalEnv, inherits = FALSE)) {
1010
rm(list = ".Random.seed", envir = .GlobalEnv, inherits = FALSE)
11-
}
11+
}
1212
} else {
1313
.GlobalEnv$.Random.seed <- oseed
1414
}

pkgdown/_pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ url: https://future.batchtools.futureverse.org
33
home:
44
links:
55
- text: Roadmap/Milestones
6-
href: https://github.com/HenrikBengtsson/future.batchtools/milestones
6+
href: https://github.com/futureverse/future.batchtools/milestones
77
- text: The Futureverse Project
88
href: https://www.futureverse.org/
99
- text: Futureverse User Forum
10-
href: https://github.com/HenrikBengtsson/future/discussions
10+
href: https://github.com/futureverse/future/discussions
1111

1212
navbar:
1313
structure:

0 commit comments

Comments
 (0)