NEWS
distrSim 2.8.5 (2025-01-13)
under the hood
- adapted reference output for new startupmsg
- converted encoding to UTF-8
- transformed CITATION file to new format, i.e., bibentry() instead of citEntry(),
c(as.person( .... ), as.person( .... ), ...), instead of
as.personList(....)
distrSim 2.8.4
- taken up pkg "distrTEst" into "Enhances" in DESCRIPTION to ensure all
inter-pkg xrefs in Rd-files work
distrSim 2.8.3 (2024-08-29)
under the hood
with the help of K. Hornik identified spurious, platform dependent LF/CR issue
and capsulated calls to infoShow() in Rd files by
- ## IGNORE_RDIFF_BEGIN
## IGNORE_RDIFF_END
distrSim 2.8
user-visible CHANGES
- plot methods now return an S3 object of class \code{c("plotInfo","DiagnInfo")}, i.e., a list containing the
information needed to produce the respective plot, which at a later stage could be used by different graphic engines (like, e.g.
\code{ggplot}) to produce the plot in a different framework. A more detailed description will follow in a subsequent version.
- DESCRIPTION tag SVNRevision changed to VCS/SVNRevision
under the hood
- fixed some broken URLs and changed URLs from http to https where possible
- clean up in examples: files written to are unlinked at end of examples
distrSim 2.7
no changes in this package
distrSim 2.6 (2016-04-23)
user-visible CHANGES
- title changed to title style / capitalization
distrSim 2.5
user-visible CHANGES
GENERAL ENHANCEMENTS
- cleaned DESCRIPTION and NAMESPACE file as to Imports/Depends
under the hood
- added .Rbuildignore
- enhanced imports in DESCRIPTION by explicating second order imports
BUGFIXES
- moved generics to "distribution" and "samplesize" to pkg distr to avoid
conflict with pkg distrMod
distrSim 2.4 (2013-02-07)
under the hood
- removed lazyload tag in DESCRIPTION
- fixed request by B.Ripley as to installed.packages in branch 2.4
- deleted no longer needed chm folders
distrSim 2.3 (2011-01-20)
No extra changes this time
- DESCRIPTION files and package-help files gain a tag
SVNRevision to be filled by get[All]RevNr.R from utils in distr
distrSim 2.2 (2009-11-03)
GENERAL ENHANCEMENTS
- added tests/Examples folder with file distrSim-Ex.Rout.save to have
some automatic testing
- added field "Encoding: latin1" to all DESCRIPTION files in order to avoid problems
with e.g. Windows locale when svn replaces $LastChangedDate
- added TOBEDONE (sic!) files for each package (by accident also in trunc; these are empty so far)
distrSim 2.1 (2009-04-15)
- Rd-style:
+ several buglets detected with the fuzzier checking mechanism
cf [Rd] More intensive checking of R help files, Prof Brian Ripley, 09.01.2009 10:25)
[Rd] Warning: missing text for item ... in \describe? , Prof Brian Ripley,
+ new error/warning-free checking versions (under R-2.9.0 r46589) for distrXXX family;
+ S4 issues:
JMC has changed the way matrices and arrays are treated as S4 classes
+ plotting
modified plot methods to better digest "..." (argument "add" is TRUE by default now)
distrSim 2.0.3 (2008-11-29)
- under the hood:
+ enhanced plotting (correct dispatch; opening of new device is controlled
by option("newDevice") )
+ some fix in order to cover the case of argument panel.first=grid()
in the ... argument (needs a delayed evaluation...)
+ after JMC's changes: gone through setIs relations to ensure
"correct" inheritance
- moved license to LGPL-3
distrSim 2.0 (2008-09-12)
- new class SeqDataFrames to bundle data frames with same column structure
(e.g. several runs of an experiment); behaves just as an ordinary 3dim
array but may have varying first dimensions (=sample sizes) and
varying data types for the columns.
distrSim 1.9 (2007-07-27)
- adapted the naming of the .R files to the use of the (later written)
extension packages
(and according to http://tolstoy.newcastle.edu.au/R/help/06/03/22558.html)
- checked all source file to adhere to the 80char's-per-line rule
- mentioned in package-help: startup messages may now also be suppressed by
suppressPackageStartupMessages() (from package 'base')
- Version-management
+ moved generics to isOldVersion(), conv2NewVersion() from distrSim to distr
+ replaced isOldVersion() method for signature "Dataclass" by method
for signature "ANY" from distr
distrSim 1.8 (2006-11-23)
- plot, print and summary are now more flexible for objects of class Dataclass or descendants
- global conrols by new distrSimoptions()
- now suggests distrEx in description
- new classes ArrayorNULLorVector, MatrixorNULLorVector
- updated citation file
- generic savedata now has a ... argument
***** ATTENTION *****
From version 1.8 of this package on, we have changed the
format how data / simulations are stored:
In order to be able to cope with multivariate distributions,
regression distributions and (later) time series distributions,
we have switched to the common array format:
samplesize x obsDim x runs;
for saved objects from earlier versions, we provide the functions
isOldVersion and conv2NewVersion to check whether the object was
generated by an older version of this package and to convert
such an object to the new format, respectively.
- in particular: new slots version, obsDim, and name for class
Dataclass and subclasses
distrSim 1.7 (2006-05-12)
- setRNG Namespace imported
- updated citation file
- NEWS file
- distrSim-package.Rd file
distrSim 1.6 (2005-10-19)
- the signature of simulate has been changed in order to stay compatible with the generic simulate from package stats
the user should not notice any difference