[Distr-commits] r1179 - in pkg/distrRmetrics: . inst man tests/Examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 8 16:23:05 CEST 2018


Author: ruckdeschel
Date: 2018-07-08 16:23:04 +0200 (Sun, 08 Jul 2018)
New Revision: 1179

Modified:
   pkg/distrRmetrics/DESCRIPTION
   pkg/distrRmetrics/inst/NEWS
   pkg/distrRmetrics/man/0distrRmetrics-package.Rd
   pkg/distrRmetrics/man/SNorm-class.Rd
   pkg/distrRmetrics/man/SSTd-class.Rd
   pkg/distrRmetrics/tests/Examples/distrRmetrics-Ex.Rout.save
Log:
[distrRmetrics] merged branch 2.7 back to trunk

Modified: pkg/distrRmetrics/DESCRIPTION
===================================================================
--- pkg/distrRmetrics/DESCRIPTION	2018-07-08 14:22:43 UTC (rev 1178)
+++ pkg/distrRmetrics/DESCRIPTION	2018-07-08 14:23:04 UTC (rev 1179)
@@ -1,13 +1,13 @@
 Package: distrRmetrics
-Version: 2.6
-Date: 2016-04-23
+Version: 2.7
+Date: 2015-11-07
 Title: Distribution Classes for Distributions from Rmetrics
 Description: S4-distribution classes based on package distr for distributions from packages
         'fBasics' and 'fGarch'.
 Depends: R(>= 2.6.0), methods, distr(>= 2.4), fBasics(>= 270.73), fGarch(>= 270.73)
 Suggests: distrEx(>= 2.4), distrMod(>= 2.4)
 Imports: startupmsg
-Authors at R: person("Peter", "Ruckdeschel", role=c("cre", "cph"),
+Authors at R: person("Peter", "Ruckdeschel", role=c("cre", "cph", "aut"),
         email="peter.ruckdeschel at uni-oldenburg.de")
 ByteCompile: yes
 License: LGPL-3
@@ -15,4 +15,4 @@
 URL: http://distr.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate: 2011-11-18 13:15:04 +0100 (Fr, 18 Nov 2011) $}
 LastChangedRevision: {$LastChangedRevision: 758 $}
-SVNRevision: 1095
+SVNRevision: 1080

Modified: pkg/distrRmetrics/inst/NEWS
===================================================================
--- pkg/distrRmetrics/inst/NEWS	2018-07-08 14:22:43 UTC (rev 1178)
+++ pkg/distrRmetrics/inst/NEWS	2018-07-08 14:23:04 UTC (rev 1179)
@@ -8,6 +8,16 @@
  information)
  
 ##############
+v 2.7
+##############
+
+user-visible CHANGES:
+
+under the hood:
++ wherever possible also use q.l internally instead of q to 
+  provide functionality in IRKernel
+
+##############
 v 2.6
 ##############
 

Modified: pkg/distrRmetrics/man/0distrRmetrics-package.Rd
===================================================================
--- pkg/distrRmetrics/man/0distrRmetrics-package.Rd	2018-07-08 14:22:43 UTC (rev 1178)
+++ pkg/distrRmetrics/man/0distrRmetrics-package.Rd	2018-07-08 14:23:04 UTC (rev 1179)
@@ -13,15 +13,15 @@
 \details{
 \tabular{ll}{
 Package: \tab distrRmetrics \cr
-Version: \tab 2.6 \cr
-Date: \tab 2016-04-23 \cr
+Version: \tab 2.7 \cr
+Date: \tab 2015-11-07 \cr
 Depends: \tab R(>= 2.6.0), methods, distr(>= 2.4), fBasics(>= 270.73), fGarch(>= 270.73) \cr
 Suggests: \tab distrEx(>= 2.4), distrMod(>= 2.4)  \cr
 Imports: startupmsg  \cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://distr.r-forge.r-project.org/\cr
-SVNRevision: \tab 1095 \cr
+SVNRevision: \tab 1080 \cr
 }
 }
 \section{Classes}{

Modified: pkg/distrRmetrics/man/SNorm-class.Rd
===================================================================
--- pkg/distrRmetrics/man/SNorm-class.Rd	2018-07-08 14:22:43 UTC (rev 1178)
+++ pkg/distrRmetrics/man/SNorm-class.Rd	2018-07-08 14:23:04 UTC (rev 1179)
@@ -75,6 +75,7 @@
 d(SN)(1) # Density of this distribution is  0.1914826 for x = 1.
 p(SN)(1) # Probability that x < 1 is 0.8374454.
 q(SN)(.1) # Probability that x < -1.137878 is 0.1.
+## in RStudio or Jupyter IRKernel, use q.l(.)(.) instead of q(.)(.)
 xi(SN) # shape of this distribution is 2.
 xi(SN) <- 2.5 # shape of this distribution is now 2.5.
 plot(SN)

Modified: pkg/distrRmetrics/man/SSTd-class.Rd
===================================================================
--- pkg/distrRmetrics/man/SSTd-class.Rd	2018-07-08 14:22:43 UTC (rev 1178)
+++ pkg/distrRmetrics/man/SSTd-class.Rd	2018-07-08 14:23:04 UTC (rev 1179)
@@ -83,6 +83,7 @@
 d(ST)(1) # Density of this distribution is 0.1204624 for x = 1.
 p(ST)(1) # Probability that x < 1 is 0.9035449.
 q(ST)(.1) # Probability that x < -0.4432824 is 0.1.
+## in RStudio or Jupyter IRKernel, use q.l(.)(.) instead of q(.)(.)
 nu(ST) # df of this distribution is 3.
 nu(ST) <- 4 # df of this distribution is now 4.
 plot(ST)

Modified: pkg/distrRmetrics/tests/Examples/distrRmetrics-Ex.Rout.save
===================================================================
--- pkg/distrRmetrics/tests/Examples/distrRmetrics-Ex.Rout.save	2018-07-08 14:22:43 UTC (rev 1178)
+++ pkg/distrRmetrics/tests/Examples/distrRmetrics-Ex.Rout.save	2018-07-08 14:23:04 UTC (rev 1179)
@@ -1,7 +1,7 @@
 
-R Under development (unstable) (2016-04-22 r70532) -- "Unsuffered Consequences"
-Copyright (C) 2016 The R Foundation for Statistical Computing
-Platform: i386-w64-mingw32/i386 (32-bit)
+R Under development (unstable) (2015-05-02 r68310) -- "Unsuffered Consequences"
+Copyright (C) 2015 The R Foundation for Statistical Computing
+Platform: x86_64-unknown-linux-gnu (64-bit)
 
 R is free software and comes with ABSOLUTELY NO WARRANTY.
 You are welcome to redistribute it under certain conditions.
@@ -20,11 +20,10 @@
 > pkgname <- "distrRmetrics"
 > source(file.path(R.home("share"), "R", "examples-header.R"))
 > options(warn = 1)
-> options(pager = "console")
 > library('distrRmetrics')
 Loading required package: distr
 Loading required package: startupmsg
-:startupmsg>  Utilities for Start-Up Messages (version 0.9.2)
+:startupmsg>  Utilities for Start-Up Messages (version 0.9.1)
 :startupmsg> 
 :startupmsg>  For more information see ?"startupmsg",
 :startupmsg>  NEWS("startupmsg")
@@ -59,9 +58,9 @@
 :SweaveListingUtils>  vignette("ExampleSweaveListingUtils").
 
 
-Attaching package: 'SweaveListingUtils'
+Attaching package: ‘SweaveListingUtils’
 
-The following objects are masked from 'package:base':
+The following objects are masked from ‘package:base’:
 
     library, require
 
@@ -85,9 +84,9 @@
 :distr>  vignette("distr").
 
 
-Attaching package: 'distr'
+Attaching package: ‘distr’
 
-The following objects are masked from 'package:stats':
+The following objects are masked from ‘package:stats’:
 
     df, qqplot, sd
 
@@ -343,7 +342,7 @@
 > ###
 > options(digits = 7L)
 > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed:  1.59 0.08 1.71 NA NA 
+Time elapsed:  1.495 0.02 1.515 0 0 
 > grDevices::dev.off()
 null device 
           1 



More information about the Distr-commits mailing list