[Robast-commits] r941 - in branches/robast-1.1/pkg/RandVar: . R inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 8 18:40:31 CEST 2018


Author: ruckdeschel
Date: 2018-07-08 18:40:31 +0200 (Sun, 08 Jul 2018)
New Revision: 941

Modified:
   branches/robast-1.1/pkg/RandVar/DESCRIPTION
   branches/robast-1.1/pkg/RandVar/R/util.R
   branches/robast-1.1/pkg/RandVar/inst/NEWS
   branches/robast-1.1/pkg/RandVar/inst/TOBEDONE
   branches/robast-1.1/pkg/RandVar/man/0RandVar-package.Rd
Log:
[RandVar] branch 1.1: updated DESCRIPTION, NEWS and Package man util -> q(.)->q.l(.)

Modified: branches/robast-1.1/pkg/RandVar/DESCRIPTION
===================================================================
--- branches/robast-1.1/pkg/RandVar/DESCRIPTION	2018-05-29 19:18:00 UTC (rev 940)
+++ branches/robast-1.1/pkg/RandVar/DESCRIPTION	2018-07-08 16:40:31 UTC (rev 941)
@@ -1,12 +1,13 @@
 Package: RandVar
-Version: 1.0
-Date: 2016-04-23
+Version: 1.1.0
+Date: 2018-07-08
 Title: Implementation of Random Variables
 Description: Implements random variables by means of S4 classes and methods.
 Depends: R (>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5)
 Imports: startupmsg
-Author: Matthias Kohl, Peter Ruckdeschel
-Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
+Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph", "aut"),
+        email="Matthias.Kohl at stamats.de"), person("Peter", "Ruckdeschel", role=c("aut",
+        "cph")))
 ByteCompile: yes
 LazyLoad: yes
 License: LGPL-3
@@ -14,4 +15,4 @@
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-SVNRevision: 866
+SVNRevision: 940

Modified: branches/robast-1.1/pkg/RandVar/R/util.R
===================================================================
--- branches/robast-1.1/pkg/RandVar/R/util.R	2018-05-29 19:18:00 UTC (rev 940)
+++ branches/robast-1.1/pkg/RandVar/R/util.R	2018-07-08 16:40:31 UTC (rev 941)
@@ -9,7 +9,7 @@
 
         n <- 10^getdistrOption("RtoDPQ.e")+1
         u <- seq(0,1,length=n+1); u <- (u[1:n]+u[2:(n+1)])/2
-        qd <- q(distr)
+        qd <- q.l(distr)
         y <- f(qd(u))
     
         wmdn <- getdistrOption("warn.makeDNew")

Modified: branches/robast-1.1/pkg/RandVar/inst/NEWS
===================================================================
--- branches/robast-1.1/pkg/RandVar/inst/NEWS	2018-05-29 19:18:00 UTC (rev 940)
+++ branches/robast-1.1/pkg/RandVar/inst/NEWS	2018-07-08 16:40:31 UTC (rev 941)
@@ -8,6 +8,24 @@
  information)
 
 #######################################
+version 1.1
+#######################################
+
+under the hood:
++ wherever possible also use q.l internally instead of q to 
+  provide functionality in IRKernel
+
+#######################################
+version 1.0.1
+#######################################
+
+user-visible CHANGES:
++ update of Natalyias email
+
+under the hood:
++ use of Authors at R in DESCRIPTION file
+
+#######################################
 version 1.0
 #######################################
 
@@ -113,4 +131,4 @@
 + use of on.exit() to restore old settings for options() and par() at the end 
   of functions
 + introduction of NEWS-file
-+ update of CITATION-file (based on code provided by A. Zeileis on R help)
\ No newline at end of file
++ update of CITATION-file (based on code provided by A. Zeileis on R help)

Modified: branches/robast-1.1/pkg/RandVar/inst/TOBEDONE
===================================================================
--- branches/robast-1.1/pkg/RandVar/inst/TOBEDONE	2018-05-29 19:18:00 UTC (rev 940)
+++ branches/robast-1.1/pkg/RandVar/inst/TOBEDONE	2018-07-08 16:40:31 UTC (rev 941)
@@ -1,2 +1,2 @@
 +move symmetry slots/classes out of RobAStBase into RandVar
-+automatic setting of symmetry slots for specific operations
\ No newline at end of file
++automatic setting of symmetry slots for specific operations

Modified: branches/robast-1.1/pkg/RandVar/man/0RandVar-package.Rd
===================================================================
--- branches/robast-1.1/pkg/RandVar/man/0RandVar-package.Rd	2018-05-29 19:18:00 UTC (rev 940)
+++ branches/robast-1.1/pkg/RandVar/man/0RandVar-package.Rd	2018-07-08 16:40:31 UTC (rev 941)
@@ -11,15 +11,15 @@
 \details{
 \tabular{ll}{
 Package: \tab RandVar \cr
-Version: \tab 1.0 \cr
-Date: \tab 2015-05-03 \cr
+Version: \tab 1.1.0 \cr
+Date: \tab 2018-07-08 \cr
 Depends: \tab R (>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>=
 2.5)\cr
 Imports: \tab startupmsg \cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://robast.r-forge.r-project.org/\cr
-SVNRevision: \tab -Inf \cr
+SVNRevision: \tab 940 \cr
 }
 }
 \author{



More information about the Robast-commits mailing list