[Robast-commits] r1030 - in pkg/RandVar: . R inst man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jul 23 22:09:27 CEST 2018
Author: ruckdeschel
Date: 2018-07-23 22:09:27 +0200 (Mon, 23 Jul 2018)
New Revision: 1030
Modified:
pkg/RandVar/DESCRIPTION
pkg/RandVar/R/util.R
pkg/RandVar/inst/NEWS
pkg/RandVar/inst/TOBEDONE
pkg/RandVar/man/0RandVar-package.Rd
Log:
[RandVar] merged branch 1.1 to trunk
Modified: pkg/RandVar/DESCRIPTION
===================================================================
--- pkg/RandVar/DESCRIPTION 2018-07-23 19:47:56 UTC (rev 1029)
+++ pkg/RandVar/DESCRIPTION 2018-07-23 20:09:27 UTC (rev 1030)
@@ -1,12 +1,13 @@
Package: RandVar
-Version: 1.0.1
-Date: 2017-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
-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")))
+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: 930
+VCS/SVNRevision: 940
Modified: pkg/RandVar/R/util.R
===================================================================
--- pkg/RandVar/R/util.R 2018-07-23 19:47:56 UTC (rev 1029)
+++ pkg/RandVar/R/util.R 2018-07-23 20:09:27 UTC (rev 1030)
@@ -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: pkg/RandVar/inst/NEWS
===================================================================
--- pkg/RandVar/inst/NEWS 2018-07-23 19:47:56 UTC (rev 1029)
+++ pkg/RandVar/inst/NEWS 2018-07-23 20:09:27 UTC (rev 1030)
@@ -8,6 +8,15 @@
information)
#######################################
+version 1.1
+#######################################
+
+under the hood:
++ wherever possible also use q.l internally instead of q to
+ provide functionality in IRKernel
++ DESCRIPTION tag SVNRevision changed to VCS/SVNRevision
+
+#######################################
version 1.0.1
#######################################
Modified: pkg/RandVar/inst/TOBEDONE
===================================================================
--- pkg/RandVar/inst/TOBEDONE 2018-07-23 19:47:56 UTC (rev 1029)
+++ pkg/RandVar/inst/TOBEDONE 2018-07-23 20:09:27 UTC (rev 1030)
@@ -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: pkg/RandVar/man/0RandVar-package.Rd
===================================================================
--- pkg/RandVar/man/0RandVar-package.Rd 2018-07-23 19:47:56 UTC (rev 1029)
+++ pkg/RandVar/man/0RandVar-package.Rd 2018-07-23 20:09:27 UTC (rev 1030)
@@ -11,15 +11,15 @@
\details{
\tabular{ll}{
Package: \tab RandVar \cr
-Version: \tab 1.0.1 \cr
-Date: \tab 2017-04-23 \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 930 \cr
+VCS/SVNRevision: \tab 940 \cr
}
}
\author{
More information about the Robast-commits
mailing list