[Distr-commits] r834 - in branches/distr-2.4/pkg: SweaveListingUtils/inst distr/inst distrDoc/inst distrMod/inst distrSim/inst utils

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 8 23:26:28 CET 2013


Author: ruckdeschel
Date: 2013-01-08 23:26:28 +0100 (Tue, 08 Jan 2013)
New Revision: 834

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/distrMod/inst/NEWS
   branches/distr-2.4/pkg/distrSim/inst/NEWS
   branches/distr-2.4/pkg/utils/ladealles.R
Log:
updated NEWS files

Modified: branches/distr-2.4/pkg/SweaveListingUtils/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/SweaveListingUtils/inst/NEWS	2013-01-08 22:13:39 UTC (rev 833)
+++ branches/distr-2.4/pkg/SweaveListingUtils/inst/NEWS	2013-01-08 22:26:28 UTC (rev 834)
@@ -16,6 +16,12 @@
 + removed lazyload tag in DESCRIPTION
 + deleted inst/doc folder
 + argument kws in setBaseOrRecommended() gains default value
++ changed assignment from assignInNamespace to assignInMyNamespace
++ alerted by Kurt Hornik: added several packages to "suggests" tag in DESCRIPTION (trunk)
++ wrapped calls to readLines in SourceFromRForge in try() in order to avoid errors when R-forge site is down (triggered by B. Ripley's mail from Feb 1, 2012).
++ removed obsolete base-argument "version" of library, require 
++ NOTE included in starting message that support will stop soon and that rather pkg knitr is to be used
++ fixed wrong argument structure for library() 
 
 BUGFIXES:
 + fixed strip.white issue in pkg SweaveListingUtils

Modified: branches/distr-2.4/pkg/distr/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distr/inst/NEWS	2013-01-08 22:13:39 UTC (rev 833)
+++ branches/distr-2.4/pkg/distr/inst/NEWS	2013-01-08 22:26:28 UTC (rev 834)
@@ -19,7 +19,10 @@
 LatticeDistribution:::
 + revised initialize and convolution methods, and generating function
 -> new routine to determine the smallest common grid for convolution
++ Taking up proposal by Baoyue Li, b.li at erasmusmc.nl,  
+   plot methods for distribution objects gain functionality to modify xlab and ylab
 
+
 under the hood:
 + introduce .Rbuildignore files 
 + require no longer called in .onAttach
@@ -40,6 +43,16 @@
 + 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
++ fixed some issue with X^a, X distribution, a a number ...
++ tried to fix gaps issue as mentioned by Dirk Surmann, surmann at statistik.uni-dortmund.de
++ corrected a bug noticed by frank1828 at gmail.com
++ fixed a bug within internals-qqplot : withConf.sim, withConf.pw had not been removed from call with 
+  .deleteItemsMCL; 
++ fixed request by B.Ripley as to installed.packages in branch 2.4
++ fixed gaps issue with .multm
+  
+  and: BDR has changed calls to .C in 2.16.0 to calls to .Call; we used this in qqbounds, 
+  respectively in .q2kolmogorov; now have branching functions .pk2 and .pks2 between ante 2.16. and from 2.16 on
 
 
 ##############

Modified: branches/distr-2.4/pkg/distrDoc/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distrDoc/inst/NEWS	2013-01-08 22:13:39 UTC (rev 833)
+++ branches/distr-2.4/pkg/distrDoc/inst/NEWS	2013-01-08 22:26:28 UTC (rev 834)
@@ -26,6 +26,9 @@
 + distrDoc no longer uses require() in .onAttach
 + added DESCRIPTION tag "ByteCompile" to all our packages
 + updating maintainer email address and URL.
++ shrinking inst/doc in order to prevent  B. Ripley from archiving distrDoc
++ tried to get the imports in NAMESPACE files in the right order
++ For some strange reason, examle CIex in vignette threw an error; have changed seed; now it works again.
 
 BUGFIXES:
 

Modified: branches/distr-2.4/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distrMod/inst/NEWS	2013-01-08 22:13:39 UTC (rev 833)
+++ branches/distr-2.4/pkg/distrMod/inst/NEWS	2013-01-08 22:26:28 UTC (rev 834)
@@ -15,6 +15,7 @@
 + moved GumbelLocationFamily to new package "RobExtremes"
 
 under the hood:
++ added modifyModel method for ParamFamily, some minor corrections due to more strict checking in R devel
 + created folder vignettes and moved content of inst/doc/ to it
 + removed lazyload tag in DESCRIPTION
 + updated affiliation info in newDistributions.Rnw
@@ -26,7 +27,13 @@
 + 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()
++ new intermediate classes/ class unions for scale families and scale shape families; 
++ consequent use of argument validity.check in MCE estimators.
++ removed relics of ancient L2Fam-slot withPos (was introduced in a try)
++ introduced slot scaleshapename for L2ScaleShapeUnion and methods scalename und scaleshapename (accessor/replacers)
++ after change of @<- semantics by J. Chambers moved from  class(M) <- class(model)  to slotwise copying
 
+
 BUGFIXES:
 
 + bugfixes in NbinomMeanSizeFamily 

Modified: branches/distr-2.4/pkg/distrSim/inst/NEWS
===================================================================
--- branches/distr-2.4/pkg/distrSim/inst/NEWS	2013-01-08 22:13:39 UTC (rev 833)
+++ branches/distr-2.4/pkg/distrSim/inst/NEWS	2013-01-08 22:26:28 UTC (rev 834)
@@ -13,8 +13,8 @@
 
 under the hood:
 + removed lazyload tag in DESCRIPTION
++ fixed request by B.Ripley as to installed.packages in branch 2.4
 
-
 ##############
 v 2.3
 ##############

Modified: branches/distr-2.4/pkg/utils/ladealles.R
===================================================================
--- branches/distr-2.4/pkg/utils/ladealles.R	2013-01-08 22:13:39 UTC (rev 833)
+++ branches/distr-2.4/pkg/utils/ladealles.R	2013-01-08 22:26:28 UTC (rev 834)
@@ -10,6 +10,6 @@
 
 #ladeall(DIR="distr", develDir = "C:/rtest/distr/branches/distr-2.1/pkg")
 #ladeall(DIR="distrEx", develDir = "C:/rtest/distr/pkg")
-ladeall(DIR="distrMod", develDir = "C:/rtest/distr/branches/distr-2.4/pkg",withPrint=FALSE)
-ladeall(DIR="RobExtremes", develDir = "C:/rtest/robast/branches/robast-0.9/pkg")
+#ladeall(DIR="distrMod", develDir = "C:/rtest/distr/branches/distr-2.4/pkg",withPrint=FALSE)
+ladeall(DIR="RobAstbase", develDir = "C:/rtest/robast/branches/robast-0.9/pkg")
 



More information about the Distr-commits mailing list