Skip to content

Commit 36ea81b

Browse files
Merge pull request #34 from StuartWheater/v6.3.4-dev
Added '.Random.seed' to 'utils::globalVariables'
2 parents 8570bcf + 464c150 commit 36ea81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/global.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
utils::globalVariables(c('offset.to.use', 'weights.to.use', 'out.table.real', 'out.table.dim', 'out.table.dimnames', 'list.obj', 'mg',
44
'blackbox.output.df', 'blackbox.ranks.df', 'global.bounds.df', 'global.ranks.quantiles.df', 'sR4.df',
5-
'min.max.df','sR5.df','input.mean.sd.df','input.ranks.sd.df','RS','CG','mixed', 'x','y'))
5+
'min.max.df','sR5.df','input.mean.sd.df','input.ranks.sd.df','RS','CG','mixed','x','y','.Random.seed'))
66

0 commit comments

Comments
 (0)