[Distr-commits] r1150 - branches/distr-2.7/pkg/distr/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 8 13:39:38 CEST 2018


Author: ruckdeschel
Date: 2018-07-08 13:39:37 +0200 (Sun, 08 Jul 2018)
New Revision: 1150

Modified:
   branches/distr-2.7/pkg/distr/inst/NEWS
Log:
[branches: distr]: began with major update to version 2.7 / updated NEWS file 

Modified: branches/distr-2.7/pkg/distr/inst/NEWS
===================================================================
--- branches/distr-2.7/pkg/distr/inst/NEWS	2018-07-08 11:38:54 UTC (rev 1149)
+++ branches/distr-2.7/pkg/distr/inst/NEWS	2018-07-08 11:39:37 UTC (rev 1150)
@@ -11,7 +11,42 @@
 v 2.7
 ##############
 
+user-visible CHANGES:
++ new Methods p.r and q.l, synonyma for p and q (useful for use in RStudio and 
+  in Jupyter IRKernel)
++ more precise formulation of how to use calls to q() for RStudio
+  and Jupyter IRKernel (i.e., use q.l)
++ switch from SweaveListingUtils to knitr in vignettes
++ replaced http://CRAN... by https://CRAN... (also in CITATION and similar files) 
++ updated address (Oldenburg) in several vignettes 
++ minor fix in doc to Arcsine distribution
+
+under the hood:
++ wherever possible also use q.l internally instead of q to 
+  provide functionality in IRKernel
++ registered native code 
+
+bug fixes
++ fixed a bug in plot (q) for LebDec-Distributions (verticals were not plotted correctly)
++ panel selection mechanism had a bug for LebDec-Distributions 
++ fixed axis annotation: if xlab="" or ylab="" the respective lab are "" for all panels
++ in a loop the names of slots acWeight, discreteWeight will grow; 
+  fix this by setting the prior names to NULL
++ the gaps matrix could have zero rows 
++ fixed an issue with <distr>/<distr> or <number>/<distr> spotted by JJ (JJ APONTE VARON)
++ fixed usage issue with sqrt 
++ fixed http(s)-warning
++ fixed [[]] issue in flat.R 
++ bug fix in Compound distribution bug detected by Wolfgang Kreitmeier <wkreitmeier at gmx.de> 29.07.2016
+  
 ##############
+v 2.6.2
+##############
++ fixed internals as triggered by mail "CRAN package distr" 
+  by Kurt Hornik from Apr 07 2017; most importantly, we 
+  registered native code and took out some usage example of sqrt(). 
+
+##############
 v 2.6
 ##############
 



More information about the Distr-commits mailing list