From 464c150f5d9d8b413740792d821ea02b7fad2cb3 Mon Sep 17 00:00:00 2001 From: Stuart Wheater Date: Fri, 8 Aug 2025 15:56:15 +0100 Subject: [PATCH] Added '.Random.seed' to 'utils::globalVariables' --- R/global.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/global.R b/R/global.R index 89970bc0..302a35b1 100644 --- a/R/global.R +++ b/R/global.R @@ -2,5 +2,5 @@ utils::globalVariables(c('offset.to.use', 'weights.to.use', 'out.table.real', 'out.table.dim', 'out.table.dimnames', 'list.obj', 'mg', 'blackbox.output.df', 'blackbox.ranks.df', 'global.bounds.df', 'global.ranks.quantiles.df', 'sR4.df', - 'min.max.df','sR5.df','input.mean.sd.df','input.ranks.sd.df','RS','CG','mixed', 'x','y')) + 'min.max.df','sR5.df','input.mean.sd.df','input.ranks.sd.df','RS','CG','mixed','x','y','.Random.seed'))