NEWS
setRNG 2024.2-1 (2024-02-18)
- Removed is.R() and replaced with TRUE since is.R() is deprecated in R 4.4.0.
setRNG 2022.4-1 (2022-04-03)
- Added importFrom("stats", "runif", "rnorm") to NAMESPACE file.
- Fixed Rbuildignore so that files from building vignettes are
not omitted in the package build.
setRNG 2015.7-1
- Added default package imports as now required by CRAN.
setRNG 2013.9-1 (2014-11-25)
- adjusted .Rbuildignore to exclude S/ directory.
setRNG 2011.11-1
- updated maintainer email address.
setRNG 2009.11-1 (2009-11-27)
- setRNG sources migrated to distr project on R-forge.
- Standardized NEWS format for new function news().
- The result of setRNG is now returned with invisible() except in the case
it is called with no arguments. This avoids printout of large seeds.
setRNG 2008.3-1 (2008-03-14)
- as.integer(seed) used explicitely to avoid warning caused when an
integer stored as a double was used to set the seed. This should
cause no changes other than eliminating the warning message.
setRNG 2006.4-1 (2006-04-04)
- added setRNG-package.Rd overview.
- added namespaces
setRNG 2004.4-1 (2004-04-15)
- setRNG is now maintained as a separate package
- Older NEWS is in the dse NEWS file.