Version: 2.8.3 Date: 2025-01-13 Text: taken up pkg "distr" into "Enhances" in DESCRIPTION to ensure all inter-pkg xrefs in Rd-files work under the hood: Version: 2.8.3 Date: 2025-01-13 Text: adapted reference output for new startupmsg Version: 2.8.3 Date: 2025-01-13 Text: converted encoding to UTF-8 Version: 2.8.3 Date: 2025-01-13 Text: transformed CITATION file to new format, i.e., bibentry() instead of citEntry(), c(as.person( .... ), as.person( .... ), ...), instead of as.personList(....) Version: 2.8 Category: user-visible CHANGES Text: 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. Version: 2.8 Category: user-visible CHANGES Text: DESCRIPTION tag SVNRevision changed to VCS/SVNRevision Version: 2.8 Category: under the hood Text: fixed some broken URLs and changed URLs from http to https where possible Version: 2.8 Category: under the hood Text: clean up in examples: files written to are unlinked at end of examples Version: 2.7 Category: no changes in this version Text: Version: 2.6 Date: 2016-04-23 Category: user-visible CHANGES Text: title changed to title style / capitalization Version: 2.5 Date: 2013-09-13 Category: user-visible CHANGES Text: Version: 2.5 Date: 2013-09-13 Category: GENERAL ENHANCEMENTS Text: cleaned DESCRIPTION and NAMESPACE file as to Imports/Depends Version: 2.5 Date: 2013-09-13 Category: GENERAL ENHANCEMENTS Text: enhanced imports in DESCRIPTION by explicating second order imports Version: 2.5 Date: 2013-09-13 Category: under the hood Text: Version: 2.5 Date: 2013-09-13 Category: added .Rbuildignore Text: Version: 2.5 Date: 2013-09-13 Category: BUGFIXES Text: Version: 2.4 Date: 2013-02-07 Category: under the hood Text: some coercings to logical forced, e.g. AllClasses.R Version: 2.4 Date: 2013-02-07 Category: under the hood Text: fixed (new discovered) error in distrTEst (sd no longer applies to matrices). Version: 2.4 Date: 2013-02-07 Category: under the hood Text: removed lazyload tag in DESCRIPTION Version: 2.4 Date: 2013-02-07 Category: under the hood Text: added DESCRIPTION tag "ByteCompile" to all our packages Version: 2.4 Date: 2013-02-07 Category: under the hood Text: updating maintainer email address and URL. Version: 2.4 Date: 2013-02-07 Category: under the hood Text: deleted no longer needed chm folders Version: 2.3 Date: 2011-01-20 Category: No extra changes this time Text: DESCRIPTION files and package-help files gain a tag SVNRevision to be filled by get[All]RevNr.R from utils in distr Version: 2.2 Date: 2009-11-03 Category: GENERAL ENHANCEMENTS Text: added tests/Examples folder with file distrTEst-Ex.Rout.save to have some automatic testing Version: 2.2 Date: 2009-11-03 Category: GENERAL ENHANCEMENTS Text: added field "Encoding: latin1" to all DESCRIPTION files in order to avoid problems with e.g. Windows locale when svn replaces $LastChangedDate Version: 2.2 Date: 2009-11-03 Category: GENERAL ENHANCEMENTS Text: added TOBEDONE (sic!) files for each package (by accident also in trunc; these are empty so far) Version: 2.1 Date: 2009-04-15 Text: 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, Version: 2.0.3 Date: 2008-11-29 Text: under the hood: + enhanced plotting (correct dispatch; opening of new device is controlled by option("newDevice") ) + after JMC's changes: gone through setIs relations to ensure "correct" inheritance Version: 2.0.3 Date: 2008-11-29 Text: moved license to LGPL-3 Version: 1.9 Date: 2007-07-27 Text: in demo: made calls to uniroot(), integrate(), optim(ize)() compliant to https://stat.ethz.ch/pipermail/r-devel/2007-May/045791.html Version: 1.9 Date: 2007-07-27 Text: 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) Version: 1.9 Date: 2007-07-27 Text: checked all source file to adhere to the 80char's-per-line rule Version: 1.9 Date: 2007-07-27 Text: mentioned in package-help: startup messages may now also be suppressed by suppressPackageStartupMessages() (from package 'base') Version: 1.8 Date: 2006-11-23 Text: plot, print and summary are now more flexible for objects of class Evaluation or EvaluationList Version: 1.8 Date: 2006-11-23 Text: global conrols by new distrTEstoptions() Version: 1.8 Date: 2006-11-23 Text: now suggests distrEx in description Version: 1.8 Date: 2006-11-23 Text: updated citation file Version: 1.8 Date: 2006-11-23 Text: evaluation method for Contsimulation Version: 1.8 Date: 2006-11-23 Text: slot result in Evaluation class now of class "DataframeorNULL" Version: 1.8 Date: 2006-11-23 Text: slot call.ev in Evaluation class now of class "CallorNULL" Version: 1.8 Date: 2006-11-23 Text: new slot Data of class Dataclass, but which in turn, in case of simulations, has an empty "Data"-slot (to be able to check whether all Data sets of an Evaluation List coincide) Version: 1.8 Date: 2006-11-23 Text: new class EvaluationList with slots name ("character") and Elist ("list") to gather the results of several Evaluations on the same data set Version: 1.8 Date: 2006-11-23 Text: revised plot method for class Evaluation to account for multivariate results Version: 1.8 Date: 2006-11-23 Text: print,plot,summary,show methods for EvaluationList Version: 1.8 Date: 2006-11-23 Text: Data as an accessor to slot Data for Evaluation class and to the common Data slot of EvaluationList class Version: 1.8 Date: 2006-11-23 Text: savedata now allows for more flexible filenames, but retains the old convention by default Version: 1.7 Date: 2006-05-12 Text: additional "..." included into function evaluate Version: 1.7 Date: 2006-05-12 Text: NEWS file Version: 1.7 Date: 2006-05-12 Text: citation file Version: 1.7 Date: 2006-05-12 Text: distrTEst-package.Rd file