[Distr-commits] r779 - in branches/distr-2.4/pkg: SweaveListingUtils/inst distr/inst distrDoc/inst distrEllipse/inst distrEx/inst distrMod/inst distrSim/inst distrTEst/inst distrTeach/inst startupmsg/inst utils
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Dec 20 18:15:25 CET 2011
Author: ruckdeschel
Date: 2011-12-20 18:15:25 +0100 (Tue, 20 Dec 2011)
New Revision: 779
Modified:
branches/distr-2.4/pkg/SweaveListingUtils/inst/NEWS
branches/distr-2.4/pkg/distr/inst/NEWS
branches/distr-2.4/pkg/distrDoc/inst/NEWS
branches/distr-2.4/pkg/distrEllipse/inst/NEWS
branches/distr-2.4/pkg/distrEx/inst/NEWS
branches/distr-2.4/pkg/distrMod/inst/NEWS
branches/distr-2.4/pkg/distrSim/inst/NEWS
branches/distr-2.4/pkg/distrTEst/inst/NEWS
branches/distr-2.4/pkg/distrTeach/inst/NEWS
branches/distr-2.4/pkg/startupmsg/inst/NEWS
branches/distr-2.4/pkg/utils/NEWS
Log:
updated NEWS files
Modified: branches/distr-2.4/pkg/SweaveListingUtils/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/SweaveListingUtils/inst/NEWS 2011-11-28 23:37:36 UTC (rev 778)
+++ branches/distr-2.4/pkg/SweaveListingUtils/inst/NEWS 2011-12-20 17:15:25 UTC (rev 779)
@@ -3,6 +3,25 @@
######################################################################
##############
+v 0.6
+##############
+
+under the hood:
+
++ added DESCRIPTION tag "ByteCompile" to all our packages
++ updating maintainer email address and URL.
++ added argument no.readonly = TRUE to assignments of form opar <- par()
++ .Rbuildignore as a reaction to B. Ripley's mail on r-devel, "CRAN package sizes", Feb-14-2011,
++ created folder vignettes and moved content of inst/doc/ to it
++ removed lazyload tag in DESCRIPTION
++ deleted inst/doc folder
++ argument kws in setBaseOrRecommended() gains default value
+
+BUGFIXES:
++ fixed strip.white issue in pkg SweaveListingUtils
++ changed chunk option strip.white from FALSE to false
+
+##############
v 0.5
##############
Modified: branches/distr-2.4/pkg/distr/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distr/inst/NEWS 2011-11-28 23:37:36 UTC (rev 778)
+++ branches/distr-2.4/pkg/distr/inst/NEWS 2011-12-20 17:15:25 UTC (rev 779)
@@ -8,6 +8,41 @@
information)
##############
+v 2.4
+##############
+
+user-visible CHANGES:
+
+
+GENERAL ENHANCEMENTS:
+
+LatticeDistribution:::
++ revised initialize and convolution methods, and generating function
+-> new routine to determine the smallest common grid for convolution
+
+under the hood:
++ introduce .Rbuildignore files
++ require no longer called in .onAttach
++ created folder vignettes and moved content of inst/doc/ to it
++ removed lazyload tag in DESCRIPTION
++ updated affiliation info in newDistributions.Rnw
++ deleted inst/doc folder
++ added DESCRIPTION tag "ByteCompile" to all our packages
++ updating maintainer email address and URL.
++ added argument no.readonly = TRUE to assignments of form opar <- par()
+
+
+BUGFIXES:
+
++ fixed an error in show method for UnivarLebDecDistribution:
+ match.call() threw an error
++ fixed problems with .makeDNew - as .makeDNew is not exported
++ error in definition of Beta() --- d slot was wrong
++ corrected typo (inifinite...)
++ typo in Beta-class.Rd (only in TeX mode) discovered by Thomas Kirschenmann, thk3421 at gmail.com
+
+
+##############
v 2.3
##############
Modified: branches/distr-2.4/pkg/distrDoc/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distrDoc/inst/NEWS 2011-11-28 23:37:36 UTC (rev 778)
+++ branches/distr-2.4/pkg/distrDoc/inst/NEWS 2011-12-20 17:15:25 UTC (rev 779)
@@ -8,6 +8,29 @@
information)
##############
+v 2.4
+##############
+
+user-visible CHANGES:
++ changed affiliations in vignette
++ vignette has shrunken in size from > 5MB to < 3MB
+
+GENERAL ENHANCEMENTS:
+
+under the hood:
++ as a reaction to B. Ripley's mail on r-devel, "CRAN package sizes",
+ Feb-14-2011, we introduce .Rbuildignore files
++ pkg distrDoc gains a NAMESPACE
++ created folder vignettes and moved content of inst/doc/ to it
++ removed lazyload tag in DESCRIPTION
++ distrDoc no longer uses require() in .onAttach
++ added DESCRIPTION tag "ByteCompile" to all our packages
++ updating maintainer email address and URL.
+
+BUGFIXES:
+
+
+##############
v 2.3
##############
Modified: branches/distr-2.4/pkg/distrEllipse/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distrEllipse/inst/NEWS 2011-11-28 23:37:36 UTC (rev 778)
+++ branches/distr-2.4/pkg/distrEllipse/inst/NEWS 2011-12-20 17:15:25 UTC (rev 779)
@@ -8,6 +8,18 @@
information)
##############
+v 2.4
+##############
+
+under the hood:
++ removed lazyload tag in DESCRIPTION
++ added DESCRIPTION tag "ByteCompile" to all our packages
++ updating maintainer email address and URL.
++ added argument no.readonly = TRUE to assignments of form opar <- par()
+
+
+
+##############
v 2.3
##############
Modified: branches/distr-2.4/pkg/distrEx/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distrEx/inst/NEWS 2011-11-28 23:37:36 UTC (rev 778)
+++ branches/distr-2.4/pkg/distrEx/inst/NEWS 2011-12-20 17:15:25 UTC (rev 779)
@@ -8,6 +8,29 @@
information)
##############
+v 2.4
+##############
+
+user-visible CHANGES:
+
+
+under the hood:
++ added DESCRIPTION tag "ByteCompile" to all our packages
++ updating maintainer email address and URL.
++ added argument no.readonly = TRUE to assignments of form opar <- par()
+
+++ kMad:
++ kMad.c now has Unix ending (LF instead of CR, CRLF
++ removed lazyload tag in DESCRIPTION
++ deleted occurrences of ll and lr in kMad.c (as proposed by Matthias)
++ deleted dll's and .d files from distrEx src folder
+
+
+BUGFIXES:
+
++ corrected bug in var() (with argument fun in case of symmetry)
+
+##############
v 2.3
##############
Modified: branches/distr-2.4/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distrMod/inst/NEWS 2011-11-28 23:37:36 UTC (rev 778)
+++ branches/distr-2.4/pkg/distrMod/inst/NEWS 2011-12-20 17:15:25 UTC (rev 779)
@@ -8,6 +8,34 @@
information)
##############
+v 2.4
+##############
+
+user-visible CHANGES:
+
+under the hood:
++ created folder vignettes and moved content of inst/doc/ to it
++ removed lazyload tag in DESCRIPTION
++ updated affiliation info in newDistributions.Rnw
++ deleted inst/doc folder
++ .Rbuildignore file as a reaction to B. Ripley's mail on r-devel,
+ "CRAN package sizes", Feb-14-2011
++ added computation of relative error in checkL2deriv -
+ maybe there is a better idea avoiding division by zero,
++ added DESCRIPTION tag "ByteCompile" to all our packages
++ updating maintainer email address and URL.
++ added argument no.readonly = TRUE to assignments of form opar <- par()
+
+
+BUGFIXES:
+
++ bugfixes in NbinomMeanSizeFamily
+ and NbinomwithSizeFamily (detected by Matthias!)
++ digamma instead of trigamma
+
+
+
+##############
v 2.3
##############
Modified: branches/distr-2.4/pkg/distrSim/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distrSim/inst/NEWS 2011-11-28 23:37:36 UTC (rev 778)
+++ branches/distr-2.4/pkg/distrSim/inst/NEWS 2011-12-20 17:15:25 UTC (rev 779)
@@ -8,6 +8,14 @@
information)
##############
+v 2.4
+##############
+
+under the hood:
++ removed lazyload tag in DESCRIPTION
+
+
+##############
v 2.3
##############
@@ -16,7 +24,7 @@
+ DESCRIPTION files and package-help files gain a tag
SVNRevision to be filled by get[All]RevNr.R from utils in distr
- ##############
+##############
v 2.2
##############
Modified: branches/distr-2.4/pkg/distrTEst/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distrTEst/inst/NEWS 2011-11-28 23:37:36 UTC (rev 778)
+++ branches/distr-2.4/pkg/distrTEst/inst/NEWS 2011-12-20 17:15:25 UTC (rev 779)
@@ -3,6 +3,17 @@
######################################################################
##############
+v 2.4
+##############
+
+under the hood:
++ some coercings to logical forced, e.g. AllClasses.R
++ fixed (new discovered) error in distrTEst (sd no longer applies to matrices).
++ removed lazyload tag in DESCRIPTION
++ added DESCRIPTION tag "ByteCompile" to all our packages
++ updating maintainer email address and URL.
+
+##############
v 2.3
##############
Modified: branches/distr-2.4/pkg/distrTeach/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distrTeach/inst/NEWS 2011-11-28 23:37:36 UTC (rev 778)
+++ branches/distr-2.4/pkg/distrTeach/inst/NEWS 2011-12-20 17:15:25 UTC (rev 779)
@@ -8,6 +8,16 @@
information)
##############
+v 2.4
+##############
+
+under the hood:
++ removed lazyload tag in DESCRIPTION
++ added DESCRIPTION tag "ByteCompile" to all our packages
++ updating maintainer email address and URL.
++ added argument no.readonly = TRUE to assignments of form opar <- par()
+
+##############
v 2.3
##############
Modified: branches/distr-2.4/pkg/startupmsg/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/startupmsg/inst/NEWS 2011-11-28 23:37:36 UTC (rev 778)
+++ branches/distr-2.4/pkg/startupmsg/inst/NEWS 2011-12-20 17:15:25 UTC (rev 779)
@@ -3,6 +3,15 @@
######################################################################
##############
+v 0.8
+##############
+
+under the hood:
++ startupmsg gains a namespace
++ added DESCRIPTION tag "ByteCompile" to all our packages
++ updating maintainer email address and URL.
+
+##############
v 0.7
##############
Modified: branches/distr-2.4/pkg/utils/NEWS
===================================================================
--- branches/distr-2.4/pkg/utils/NEWS 2011-11-28 23:37:36 UTC (rev 778)
+++ branches/distr-2.4/pkg/utils/NEWS 2011-12-20 17:15:25 UTC (rev 779)
@@ -2,6 +2,10 @@
# News: to utilities in folder 'utils'
######################################################################
+### distrXXX family version 2.4
++ minor changes in utils
++ changed line ending due to a warning
+
### distrXXX family version 2.3
+ new utils getRevNr, getAllRevNr to obtain SVN Revision Nr
More information about the Distr-commits
mailing list