[Robast-commits] r869 - in pkg/RandVar: . inst man tests tests/Examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 23 22:25:05 CEST 2016


Author: ruckdeschel
Date: 2016-04-23 22:25:04 +0200 (Sat, 23 Apr 2016)
New Revision: 869

Modified:
   pkg/RandVar/DESCRIPTION
   pkg/RandVar/inst/NEWS
   pkg/RandVar/man/0RandVar-package.Rd
   pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save
   pkg/RandVar/tests/tests.Rout.save
Log:
RandVar 1.0 moved to trunk

Modified: pkg/RandVar/DESCRIPTION
===================================================================
--- pkg/RandVar/DESCRIPTION	2016-04-23 20:24:28 UTC (rev 868)
+++ pkg/RandVar/DESCRIPTION	2016-04-23 20:25:04 UTC (rev 869)
@@ -1,5 +1,5 @@
 Package: RandVar
-Version: 0.9.4
+Version: 1.0
 Date: 2016-04-23
 Title: Implementation of Random Variables
 Description: Implements random variables by means of S4 classes and methods.
@@ -14,4 +14,4 @@
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-SVNRevision: 866
+SVNRevision: 867

Modified: pkg/RandVar/inst/NEWS
===================================================================
--- pkg/RandVar/inst/NEWS	2016-04-23 20:24:28 UTC (rev 868)
+++ pkg/RandVar/inst/NEWS	2016-04-23 20:25:04 UTC (rev 869)
@@ -8,6 +8,16 @@
  information)
 
 #######################################
+version 1.0
+#######################################
+
+user-visible CHANGES:
++ title changed to title style / capitalization
+
+under the hood:
++ enhanced imports in DESCRIPTION by explicating second order imports
+
+#######################################
 version 0.9
 #######################################
 

Modified: pkg/RandVar/man/0RandVar-package.Rd
===================================================================
--- pkg/RandVar/man/0RandVar-package.Rd	2016-04-23 20:24:28 UTC (rev 868)
+++ pkg/RandVar/man/0RandVar-package.Rd	2016-04-23 20:25:04 UTC (rev 869)
@@ -3,7 +3,7 @@
 \alias{RandVar}
 \docType{package}
 \title{
-Implementation of random variables
+Implementation of Random Variables
 }
 \description{
 Implementation of random variables by means of S4 classes and methods.
@@ -11,14 +11,15 @@
 \details{
 \tabular{ll}{
 Package: \tab RandVar \cr
-Version: \tab 0.9.4 \cr
+Version: \tab 1.0 \cr
 Date: \tab 2016-04-23 \cr
-Depends: \tab R (>= 2.12.0), methods, startupmsg, distr(>= 2.0), distrEx(>=
-2.0)\cr
-LazyLoad: \tab yes \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 866 \cr
+SVNRevision: \tab 867 \cr
 }
 }
 \author{

Modified: pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save
===================================================================
--- pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save	2016-04-23 20:24:28 UTC (rev 868)
+++ pkg/RandVar/tests/Examples/RandVar-Ex.Rout.save	2016-04-23 20:25:04 UTC (rev 869)
@@ -115,7 +115,7 @@
 
     IQR, mad, median, var
 
-:RandVar>  Implementation of random variables (version 0.9.4)
+:RandVar>  Implementation of Random Variables (version 1.0)
 :RandVar> 
 :RandVar>  For more information see ?"RandVar", NEWS("RandVar"), as
 :RandVar>  well as
@@ -132,7 +132,7 @@
 > flush(stderr()); flush(stdout())
 > 
 > ### Name: RandVar-package
-> ### Title: Implementation of random variables
+> ### Title: Implementation of Random Variables
 > ### Aliases: RandVar-package RandVar
 > ### Keywords: package
 > 
@@ -215,7 +215,7 @@
     }
     t(f(x))
 }
-<environment: 0x0a02258c>
+<environment: 0x06622d4c>
 
 > 
 > R2 <- EuclRandMatrix(Map = L2, ncol = 2, Domain = Reals(), dimension = 1)
@@ -244,7 +244,7 @@
     }
     gamma(f1(x))
 }
-<environment: 0x0a1627dc>
+<environment: 0x09941248>
 
 [[2]]
 function (x) 
@@ -255,7 +255,7 @@
     }
     gamma(f1(x))
 }
-<environment: 0x0a1627dc>
+<environment: 0x09941248>
 
 [[3]]
 function (x) 
@@ -266,7 +266,7 @@
     }
     gamma(f1(x))
 }
-<environment: 0x0a1627dc>
+<environment: 0x09941248>
 
 [[4]]
 function (x) 
@@ -277,7 +277,7 @@
     }
     gamma(f1(x))
 }
-<environment: 0x0a1627dc>
+<environment: 0x09941248>
 
 > 
 > ## "Arith" group
@@ -291,7 +291,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a196df0>
+<environment: 0x0997564c>
 
 [[2]]
 function (x) 
@@ -302,7 +302,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a196df0>
+<environment: 0x0997564c>
 
 [[3]]
 function (x) 
@@ -313,7 +313,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a196df0>
+<environment: 0x0997564c>
 
 [[4]]
 function (x) 
@@ -324,7 +324,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a196df0>
+<environment: 0x0997564c>
 
 [[5]]
 function (x) 
@@ -335,7 +335,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a196df0>
+<environment: 0x0997564c>
 
 [[6]]
 function (x) 
@@ -346,7 +346,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a196df0>
+<environment: 0x0997564c>
 
 > Map(R2 * R2)
 [[1]]
@@ -362,7 +362,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x0a1d336c>
+<environment: 0x099b1bc8>
 
 [[2]]
 function (x) 
@@ -377,7 +377,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x0a1d336c>
+<environment: 0x099b1bc8>
 
 [[3]]
 function (x) 
@@ -392,7 +392,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x0a1d336c>
+<environment: 0x099b1bc8>
 
 [[4]]
 function (x) 
@@ -407,7 +407,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x0a1d336c>
+<environment: 0x099b1bc8>
 
 > 
 > 
@@ -458,7 +458,7 @@
     }
     t(f(x))
 }
-<environment: 0x0a22c3e0>
+<environment: 0x09a0ac3c>
 
 > 
 > R2 <- EuclRandMatrix(Map = L2, ncol = 2, Domain = Reals(), dimension = 1)
@@ -485,7 +485,7 @@
     }
     gamma(f1(x))
 }
-<environment: 0x0a170ebc>
+<environment: 0x0994fa94>
 
 [[2]]
 function (x) 
@@ -496,7 +496,7 @@
     }
     gamma(f1(x))
 }
-<environment: 0x0a170ebc>
+<environment: 0x0994fa94>
 
 [[3]]
 function (x) 
@@ -507,7 +507,7 @@
     }
     gamma(f1(x))
 }
-<environment: 0x0a170ebc>
+<environment: 0x0994fa94>
 
 [[4]]
 function (x) 
@@ -518,7 +518,7 @@
     }
     gamma(f1(x))
 }
-<environment: 0x0a170ebc>
+<environment: 0x0994fa94>
 
 > 
 > ## "Arith" group
@@ -532,7 +532,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a15a858>
+<environment: 0x09939430>
 
 [[2]]
 function (x) 
@@ -543,7 +543,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a15a858>
+<environment: 0x09939430>
 
 [[3]]
 function (x) 
@@ -554,7 +554,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a15a858>
+<environment: 0x09939430>
 
 [[4]]
 function (x) 
@@ -565,7 +565,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a15a858>
+<environment: 0x09939430>
 
 [[5]]
 function (x) 
@@ -576,7 +576,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a15a858>
+<environment: 0x09939430>
 
 [[6]]
 function (x) 
@@ -587,7 +587,7 @@
     }
     2/f2(x)
 }
-<environment: 0x0a15a858>
+<environment: 0x09939430>
 
 > Map(R2 * R2)
 [[1]]
@@ -603,7 +603,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x0a132ccc>
+<environment: 0x099118a4>
 
 [[2]]
 function (x) 
@@ -618,7 +618,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x0a132ccc>
+<environment: 0x099118a4>
 
 [[3]]
 function (x) 
@@ -633,7 +633,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x0a132ccc>
+<environment: 0x099118a4>
 
 [[4]]
 function (x) 
@@ -648,7 +648,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x0a132ccc>
+<environment: 0x099118a4>
 
 > 
 > 
@@ -766,7 +766,7 @@
     }
     exp(f1(x))
 }
-<environment: 0x09c88538>
+<environment: 0x062a02a8>
 
 [[2]]
 function (x) 
@@ -777,7 +777,7 @@
     }
     exp(f1(x))
 }
-<environment: 0x09c88538>
+<environment: 0x062a02a8>
 
 [[3]]
 function (x) 
@@ -788,7 +788,7 @@
     }
     exp(f1(x))
 }
-<environment: 0x09c88538>
+<environment: 0x062a02a8>
 
 [[4]]
 function (x) 
@@ -799,7 +799,7 @@
     }
     exp(f1(x))
 }
-<environment: 0x09c88538>
+<environment: 0x062a02a8>
 
 > 
 > ## "Arith" group
@@ -813,7 +813,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x0a02bbf0>
+<environment: 0x0662c260>
 
 [[2]]
 function (x) 
@@ -824,7 +824,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x0a02bbf0>
+<environment: 0x0662c260>
 
 [[3]]
 function (x) 
@@ -835,7 +835,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x0a02bbf0>
+<environment: 0x0662c260>
 
 [[4]]
 function (x) 
@@ -846,7 +846,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x0a02bbf0>
+<environment: 0x0662c260>
 
 > Map((RL1 * 2)[[2]])
 [[1]]
@@ -858,7 +858,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x09f0d900>
+<environment: 0x0650df70>
 
 [[2]]
 function (x) 
@@ -869,7 +869,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x09f0d900>
+<environment: 0x0650df70>
 
 [[3]]
 function (x) 
@@ -880,7 +880,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x09f0d900>
+<environment: 0x0650df70>
 
 [[4]]
 function (x) 
@@ -891,7 +891,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x09f0d900>
+<environment: 0x0650df70>
 
 [[5]]
 function (x) 
@@ -902,7 +902,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x09f0d900>
+<environment: 0x0650df70>
 
 [[6]]
 function (x) 
@@ -913,7 +913,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x09f0d900>
+<environment: 0x0650df70>
 
 > Map((RL1 / RL1)[[3]])
 [[1]]
@@ -929,7 +929,7 @@
     }
     f1(x)/f2(x)
 }
-<environment: 0x09b0ac2c>
+<environment: 0x0610b264>
 
 [[2]]
 function (x) 
@@ -944,7 +944,7 @@
     }
     f1(x)/f2(x)
 }
-<environment: 0x09b0ac2c>
+<environment: 0x0610b264>
 
 [[3]]
 function (x) 
@@ -959,7 +959,7 @@
     }
     f1(x)/f2(x)
 }
-<environment: 0x09b0ac2c>
+<environment: 0x0610b264>
 
 [[4]]
 function (x) 
@@ -974,7 +974,7 @@
     }
     f1(x)/f2(x)
 }
-<environment: 0x09b0ac2c>
+<environment: 0x0610b264>
 
 > 
 > 
@@ -1040,7 +1040,7 @@
     }
     exp(f1(x))
 }
-<environment: 0x09143204>
+<environment: 0x09121c84>
 
 [[2]]
 function (x) 
@@ -1051,7 +1051,7 @@
     }
     exp(f1(x))
 }
-<environment: 0x09143204>
+<environment: 0x09121c84>
 
 [[3]]
 function (x) 
@@ -1062,7 +1062,7 @@
     }
     exp(f1(x))
 }
-<environment: 0x09143204>
+<environment: 0x09121c84>
 
 [[4]]
 function (x) 
@@ -1073,7 +1073,7 @@
     }
     exp(f1(x))
 }
-<environment: 0x09143204>
+<environment: 0x09121c84>
 
 > 
 > ## "Arith" group
@@ -1087,7 +1087,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x08f7b4ec>
+<environment: 0x08f59efc>
 
 [[2]]
 function (x) 
@@ -1098,7 +1098,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x08f7b4ec>
+<environment: 0x08f59efc>
 
 [[3]]
 function (x) 
@@ -1109,7 +1109,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x08f7b4ec>
+<environment: 0x08f59efc>
 
 [[4]]
 function (x) 
@@ -1120,7 +1120,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x08f7b4ec>
+<environment: 0x08f59efc>
 
 > Map((RL1 * 2)[[2]])
 [[1]]
@@ -1132,7 +1132,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x08c6f520>
+<environment: 0x08c4eadc>
 
 [[2]]
 function (x) 
@@ -1143,7 +1143,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x08c6f520>
+<environment: 0x08c4eadc>
 
 [[3]]
 function (x) 
@@ -1154,7 +1154,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x08c6f520>
+<environment: 0x08c4eadc>
 
 [[4]]
 function (x) 
@@ -1165,7 +1165,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x08c6f520>
+<environment: 0x08c4eadc>
 
 [[5]]
 function (x) 
@@ -1176,7 +1176,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x08c6f520>
+<environment: 0x08c4eadc>
 
 [[6]]
 function (x) 
@@ -1187,7 +1187,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x08c6f520>
+<environment: 0x08c4eadc>
 
 > Map((RL1 / RL1)[[3]])
 [[1]]
@@ -1203,7 +1203,7 @@
     }
     f1(x)/f2(x)
 }
-<environment: 0x085a68c4>
+<environment: 0x0857eeb8>
 
 [[2]]
 function (x) 
@@ -1218,7 +1218,7 @@
     }
     f1(x)/f2(x)
 }
-<environment: 0x085a68c4>
+<environment: 0x0857eeb8>
 
 [[3]]
 function (x) 
@@ -1233,7 +1233,7 @@
     }
     f1(x)/f2(x)
 }
-<environment: 0x085a68c4>
+<environment: 0x0857eeb8>
 
 [[4]]
 function (x) 
@@ -1248,7 +1248,7 @@
     }
     f1(x)/f2(x)
 }
-<environment: 0x085a68c4>
+<environment: 0x0857eeb8>
 
 > 
 > ## The function is currently defined as
@@ -1449,7 +1449,7 @@
     }
     log(f1(x))
 }
-<environment: 0x0a2140a0>
+<environment: 0x099f2a68>
 
 [[2]]
 function (x) 
@@ -1464,7 +1464,7 @@
     }
     log(f1(x))
 }
-<environment: 0x0a2140a0>
+<environment: 0x099f2a68>
 
 [[3]]
 function (x) 
@@ -1479,7 +1479,7 @@
     }
     log(f1(x))
 }
-<environment: 0x0a2140a0>
+<environment: 0x099f2a68>
 
 [[4]]
 function (x) 
@@ -1494,7 +1494,7 @@
     }
     log(f1(x))
 }
-<environment: 0x0a2140a0>
+<environment: 0x099f2a68>
 
 > 
 > # "Arith" group generic
@@ -1508,7 +1508,7 @@
     }
     3 + f2(x)
 }
-<environment: 0x0a20d6a4>
+<environment: 0x099ec06c>
 
 [[2]]
 function (x) 
@@ -1519,7 +1519,7 @@
     }
     3 + f2(x)
 }
-<environment: 0x0a20d6a4>
+<environment: 0x099ec06c>
 
 [[3]]
 function (x) 
@@ -1530,7 +1530,7 @@
     }
     3 + f2(x)
 }
-<environment: 0x0a20d6a4>
+<environment: 0x099ec06c>
 
 [[4]]
 function (x) 
@@ -1541,7 +1541,7 @@
     }
     3 + f2(x)
 }
-<environment: 0x0a20d6a4>
+<environment: 0x099ec06c>
 
 > Map(c(1,3,5) * R1)
 Warning in c(1, 3, 5) * R1 :
@@ -1555,7 +1555,7 @@
     }
     1 * f2(x)
 }
-<environment: 0x0a1fa648>
+<environment: 0x099d9010>
 
 [[2]]
 function (x) 
@@ -1566,7 +1566,7 @@
     }
     3 * f2(x)
 }
-<environment: 0x0a1fa648>
+<environment: 0x099d9010>
 
 [[3]]
 function (x) 
@@ -1577,7 +1577,7 @@
     }
     5 * f2(x)
 }
-<environment: 0x0a1fa648>
+<environment: 0x099d9010>
 
 [[4]]
 function (x) 
@@ -1588,7 +1588,7 @@
     }
     1 * f2(x)
 }
-<environment: 0x0a1fa648>
+<environment: 0x099d9010>
 
 > try(1:5 * R1) # error
 Error in 1:5 * R1 : 
@@ -1603,7 +1603,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x0a1cb810>
+<environment: 0x099aa1d8>
 
 [[2]]
 function (x) 
@@ -1614,7 +1614,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x0a1cb810>
+<environment: 0x099aa1d8>
 
 [[3]]
 function (x) 
@@ -1625,7 +1625,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x0a1cb810>
+<environment: 0x099aa1d8>
 
 [[4]]
 function (x) 
@@ -1636,7 +1636,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x0a1cb810>
+<environment: 0x099aa1d8>
 
 > Map(R2 - 5)
 [[1]]
@@ -1648,7 +1648,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x0a1b82fc>
+<environment: 0x09996cc4>
 
 [[2]]
 function (x) 
@@ -1659,7 +1659,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x0a1b82fc>
+<environment: 0x09996cc4>
 
 [[3]]
 function (x) 
@@ -1670,7 +1670,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x0a1b82fc>
+<environment: 0x09996cc4>
 
 [[4]]
 function (x) 
@@ -1681,7 +1681,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x0a1b82fc>
+<environment: 0x09996cc4>
 
 > Map(R1 ^ R1)
 [[1]]
@@ -1697,7 +1697,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x0a1a5894>
+<environment: 0x0998425c>
 
 [[2]]
 function (x) 
@@ -1712,7 +1712,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x0a1a5894>
+<environment: 0x0998425c>
 
 [[3]]
 function (x) 
@@ -1727,7 +1727,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x0a1a5894>
+<environment: 0x0998425c>
 
 [[4]]
 function (x) 
@@ -1742,7 +1742,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x0a1a5894>
+<environment: 0x0998425c>
 
 > 
 > 
@@ -1902,7 +1902,7 @@
     }
     log(f1(x))
 }
-<environment: 0x0a1f4620>
+<environment: 0x099d2fe8>
 
 [[2]]
 function (x) 
@@ -1917,7 +1917,7 @@
     }
     log(f1(x))
 }
-<environment: 0x0a1f4620>
+<environment: 0x099d2fe8>
 
 [[3]]
 function (x) 
@@ -1932,7 +1932,7 @@
     }
     log(f1(x))
 }
-<environment: 0x0a1f4620>
+<environment: 0x099d2fe8>
 
 [[4]]
 function (x) 
@@ -1947,7 +1947,7 @@
     }
     log(f1(x))
 }
-<environment: 0x0a1f4620>
+<environment: 0x099d2fe8>
 
 > 
 > # "Arith" group generic
@@ -1961,7 +1961,7 @@
     }
     3 + f2(x)
 }
-<environment: 0x0a1ec4dc>
+<environment: 0x099caea4>
 
 [[2]]
 function (x) 
@@ -1972,7 +1972,7 @@
     }
     3 + f2(x)
 }
-<environment: 0x0a1ec4dc>
+<environment: 0x099caea4>
 
 [[3]]
 function (x) 
@@ -1983,7 +1983,7 @@
     }
     3 + f2(x)
 }
-<environment: 0x0a1ec4dc>
+<environment: 0x099caea4>
 
 [[4]]
 function (x) 
@@ -1994,7 +1994,7 @@
     }
     3 + f2(x)
 }
-<environment: 0x0a1ec4dc>
+<environment: 0x099caea4>
 
 > Map(c(1,3,5) * R1)
 Warning in c(1, 3, 5) * R1 :
@@ -2008,7 +2008,7 @@
     }
     1 * f2(x)
 }
-<environment: 0x0a1e4a7c>
+<environment: 0x099c3444>
 
 [[2]]
 function (x) 
@@ -2019,7 +2019,7 @@
     }
     3 * f2(x)
 }
-<environment: 0x0a1e4a7c>
+<environment: 0x099c3444>
 
 [[3]]
 function (x) 
@@ -2030,7 +2030,7 @@
     }
     5 * f2(x)
 }
-<environment: 0x0a1e4a7c>
+<environment: 0x099c3444>
 
 [[4]]
 function (x) 
@@ -2041,7 +2041,7 @@
     }
     1 * f2(x)
 }
-<environment: 0x0a1e4a7c>
+<environment: 0x099c3444>
 
 > try(1:5 * R1) # error
 Error in 1:5 * R1 : 
@@ -2056,7 +2056,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x0a1d2854>
+<environment: 0x099b121c>
 
 [[2]]
 function (x) 
@@ -2067,7 +2067,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x0a1d2854>
+<environment: 0x099b121c>
 
 [[3]]
 function (x) 
@@ -2078,7 +2078,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x0a1d2854>
+<environment: 0x099b121c>
 
 [[4]]
 function (x) 
@@ -2089,7 +2089,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x0a1d2854>
+<environment: 0x099b121c>
 
 > Map(R2 - 5)
 [[1]]
@@ -2101,7 +2101,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x0a1c9b60>
+<environment: 0x099a8528>
 
 [[2]]
 function (x) 
@@ -2112,7 +2112,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x0a1c9b60>
+<environment: 0x099a8528>
 
 [[3]]
 function (x) 
@@ -2123,7 +2123,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x0a1c9b60>
+<environment: 0x099a8528>
 
 [[4]]
 function (x) 
@@ -2134,7 +2134,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x0a1c9b60>
+<environment: 0x099a8528>
 
 > Map(R1 ^ R1)
 [[1]]
@@ -2150,7 +2150,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x0a1c16f8>
+<environment: 0x099a00c0>
 
 [[2]]
 function (x) 
@@ -2165,7 +2165,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x0a1c16f8>
+<environment: 0x099a00c0>
 
 [[3]]
 function (x) 
@@ -2180,7 +2180,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x0a1c16f8>
+<environment: 0x099a00c0>
 
 [[4]]
 function (x) 
@@ -2195,7 +2195,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x0a1c16f8>
+<environment: 0x099a00c0>
 
 > 
 > 
@@ -2250,7 +2250,7 @@
 function (x) 
 {
 }
-<bytecode: 0x08e1c464>
+<bytecode: 0x08dfb580>
 <environment: namespace:RandVar>
 
 > Domain(R1)
@@ -2320,7 +2320,7 @@
 function (x) 
 {
 }
-<environment: 0x0a15e0ac>
+<environment: 0x0993c4b4>
 
 > Domain(R1)
 NULL
@@ -2443,7 +2443,7 @@
 > ###
 > options(digits = 7L)
 > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed:  2.46 0.27 2.74 NA NA 
+Time elapsed:  2.67 0.13 2.81 NA NA 
 > grDevices::dev.off()
 null device 
           1 

Modified: pkg/RandVar/tests/tests.Rout.save
===================================================================
--- pkg/RandVar/tests/tests.Rout.save	2016-04-23 20:24:28 UTC (rev 868)
+++ pkg/RandVar/tests/tests.Rout.save	2016-04-23 20:25:04 UTC (rev 869)
@@ -1,7 +1,7 @@
 
-R Under development (unstable) (2013-09-11 r63902) -- "Unsuffered Consequences"
-Copyright (C) 2013 The R Foundation for Statistical Computing
-Platform: x86_64-unknown-linux-gnu (64-bit)
+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 is free software and comes with ABSOLUTELY NO WARRANTY.
 You are welcome to redistribute it under certain conditions.
@@ -18,16 +18,16 @@
 > library(RandVar)
 Loading required package: distr
 Loading required package: startupmsg
-:startupmsg>  Utilities for start-up messages (version 0.8)
+:startupmsg>  Utilities for Start-Up Messages (version 0.9.3)
 :startupmsg> 
 :startupmsg>  For more information see ?"startupmsg",
 :startupmsg>  NEWS("startupmsg")
 
 Loading required package: sfsmisc
 Loading required package: SweaveListingUtils
-:SweaveListingUtils>  Utilities for Sweave together with
-:SweaveListingUtils>  TeX listings package (version
-:SweaveListingUtils>  0.6.1)
+:SweaveListingUtils>  Utilities for Sweave Together with
+:SweaveListingUtils>  TeX 'listings' Package (version
+:SweaveListingUtils>  0.7.3)
 :SweaveListingUtils> 
 :SweaveListingUtils>  NOTE: Support for this package
 :SweaveListingUtils>  will stop soon.
@@ -59,8 +59,8 @@
 
     library, require
 
-:distr>  Object oriented implementation of distributions (version
-:distr>  2.4)
+:distr>  Object Oriented Implementation of Distributions (version
+:distr>  2.6)
 :distr> 
 :distr>  Attention: Arithmetics on distribution objects are
 :distr>  understood as operations on corresponding random variables
@@ -86,7 +86,7 @@
     df, qqplot, sd
 
 Loading required package: distrEx
-:distrEx>  Extensions of package distr (version 2.4)
+:distrEx>  Extensions of Package 'distr' (version 2.6)
 :distrEx> 
 :distrEx>  Note: Packages "e1071", "moments", "fBasics" should be
 :distrEx>  attached /before/ package "distrEx". See
@@ -109,7 +109,7 @@
 
     IQR, mad, median, var
 
-:RandVar>  Implementation of random variables (version 0.9.2)
+:RandVar>  Implementation of Random Variables (version 1.0)
 :RandVar> 
 :RandVar>  For more information see ?"RandVar", NEWS("RandVar"), as
 :RandVar>  well as
@@ -139,7 +139,7 @@
 function (x) 
 {
 }
-<environment: 0x40946b0>
+<environment: 0x09ee6428>
 
 > Domain(R1)
 NULL
@@ -280,7 +280,6 @@
     x^4
 }
 
-> set.seed(123)
 > evalRandVar(R3, rnorm(1))
             [,1]
 [1,] -0.56047565
@@ -409,7 +408,7 @@
     }
     t(f(x))
 }
-<environment: 0x65c6580>
+<environment: 0x099a036c>
 
 > dimension(R6)
 [1] 6
@@ -498,19 +497,19 @@
 > ## "Math" group
 > system.time(Map(log(abs(R4))), gcFirst = TRUE)
    user  system elapsed 
-  0.004   0.000   0.002 
+      0       0       0 
 > system.time(Map(gamma(R7)), gcFirst = TRUE)
    user  system elapsed 
-  0.000   0.000   0.002 
+      0       0       0 
 > system.time(Map(exp(RL1)[[1]]), gcFirst = TRUE)
    user  system elapsed 
-  0.004   0.000   0.003 
+      0       0       0 
 > 
 > 
 > ## "Arith" group
 > system.time(Map(3 + R3), gcFirst = TRUE)
    user  system elapsed 
-  0.000   0.000   0.001 
+      0       0       0 
 > Map(c(1,3,5) * R3)
 [[1]]
 function (x) 
@@ -521,7 +520,7 @@
     }
     1 * f2(x)
 }
-<environment: 0x683c7d0>
+<environment: 0x09f52240>
 
 [[2]]
 function (x) 
@@ -532,7 +531,7 @@
     }
     3 * f2(x)
 }
-<environment: 0x683c7d0>
+<environment: 0x09f52240>
 
 [[3]]
 function (x) 
@@ -543,7 +542,7 @@
     }
     5 * f2(x)
 }
-<environment: 0x683c7d0>
+<environment: 0x09f52240>
 
 [[4]]
 function (x) 
@@ -554,7 +553,7 @@
     }
     1 * f2(x)
 }
-<environment: 0x683c7d0>
+<environment: 0x09f52240>
 
 Warning message:
 In c(1, 3, 5) * R3 :
@@ -572,7 +571,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x6784a18>
+<environment: 0x09f1a8c0>
 
 [[2]]
 function (x) 
@@ -583,7 +582,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x6784a18>
+<environment: 0x09f1a8c0>
 
 [[3]]
 function (x) 
@@ -594,7 +593,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x6784a18>
+<environment: 0x09f1a8c0>
 
 [[4]]
 function (x) 
@@ -605,7 +604,7 @@
     }
     1:2 * f2(x)
 }
-<environment: 0x6784a18>
+<environment: 0x09f1a8c0>
 
 > Map(2/R6)
 [[1]]
@@ -617,7 +616,7 @@
     }
     2/f2(x)
 }
-<environment: 0x66da7e0>
+<environment: 0x09ee624c>
 
 [[2]]
 function (x) 
@@ -628,7 +627,7 @@
     }
     2/f2(x)
 }
-<environment: 0x66da7e0>
+<environment: 0x09ee624c>
 
 [[3]]
 function (x) 
@@ -639,7 +638,7 @@
     }
     2/f2(x)
 }
-<environment: 0x66da7e0>
+<environment: 0x09ee624c>
 
 [[4]]
 function (x) 
@@ -650,7 +649,7 @@
     }
     2/f2(x)
 }
-<environment: 0x66da7e0>
+<environment: 0x09ee624c>
 
 [[5]]
 function (x) 
@@ -661,7 +660,7 @@
     }
     2/f2(x)
 }
-<environment: 0x66da7e0>
+<environment: 0x09ee624c>
 
 [[6]]
 function (x) 
@@ -672,7 +671,7 @@
     }
     2/f2(x)
 }
-<environment: 0x66da7e0>
+<environment: 0x09ee624c>
 
 > Map(c(1,3,5) %% R6)
 [[1]]
@@ -684,7 +683,7 @@
     }
     1%%f2(x)
 }
-<environment: 0x6629168>
+<environment: 0x09eaf0cc>
 
 [[2]]
 function (x) 
@@ -695,7 +694,7 @@
     }
     3%%f2(x)
 }
-<environment: 0x6629168>
+<environment: 0x09eaf0cc>
 
 [[3]]
 function (x) 
@@ -706,7 +705,7 @@
     }
     5%%f2(x)
 }
-<environment: 0x6629168>
+<environment: 0x09eaf0cc>
 
 [[4]]
 function (x) 
@@ -717,7 +716,7 @@
     }
     1%%f2(x)
 }
-<environment: 0x6629168>
+<environment: 0x09eaf0cc>
 
 [[5]]
 function (x) 
@@ -728,7 +727,7 @@
     }
     3%%f2(x)
 }
-<environment: 0x6629168>
+<environment: 0x09eaf0cc>
 
 [[6]]
 function (x) 
@@ -739,7 +738,7 @@
     }
     5%%f2(x)
 }
-<environment: 0x6629168>
+<environment: 0x09eaf0cc>
 
 > Map(R4 - 5)
 [[1]]
@@ -751,7 +750,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x65ccb90>
+<environment: 0x09e97288>
 
 [[2]]
 function (x) 
@@ -762,7 +761,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x65ccb90>
+<environment: 0x09e97288>
 
 [[3]]
 function (x) 
@@ -773,7 +772,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x65ccb90>
+<environment: 0x09e97288>
 
 [[4]]
 function (x) 
@@ -784,7 +783,7 @@
     }
     f1(x) - c(5, 5)
 }
-<environment: 0x65ccb90>
+<environment: 0x09e97288>
 
 > Map(R6 %/% 2)
 [[1]]
@@ -796,7 +795,7 @@
     }
     f1(x)%/%2
 }
-<environment: 0x652f718>
+<environment: 0x09e698c8>
 
 [[2]]
 function (x) 
@@ -807,7 +806,7 @@
     }
     f1(x)%/%2
 }
-<environment: 0x652f718>
+<environment: 0x09e698c8>
 
 [[3]]
 function (x) 
@@ -818,7 +817,7 @@
     }
     f1(x)%/%2
 }
-<environment: 0x652f718>
+<environment: 0x09e698c8>
 
 [[4]]
 function (x) 
@@ -829,7 +828,7 @@
     }
     f1(x)%/%2
 }
-<environment: 0x652f718>
+<environment: 0x09e698c8>
 
 [[5]]
 function (x) 
@@ -840,7 +839,7 @@
     }
     f1(x)%/%2
 }
-<environment: 0x652f718>
+<environment: 0x09e698c8>
 
 [[6]]
 function (x) 
@@ -851,7 +850,7 @@
     }
     f1(x)%/%2
 }
-<environment: 0x652f718>
+<environment: 0x09e698c8>
 
 > Map(R3 ^ R3)
 [[1]]
@@ -867,7 +866,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x6405690>
+<environment: 0x09e52954>
 
 [[2]]
 function (x) 
@@ -882,7 +881,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x6405690>
+<environment: 0x09e52954>
 
 [[3]]
 function (x) 
@@ -897,7 +896,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x6405690>
+<environment: 0x09e52954>
 
 [[4]]
 function (x) 
@@ -912,7 +911,7 @@
     }
     f1(x)^f2(x)
 }
-<environment: 0x6405690>
+<environment: 0x09e52954>
 
 > Map(R7 * R7)
 [[1]]
@@ -928,7 +927,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x6310318>
+<environment: 0x09df6a7c>
 
 [[2]]
 function (x) 
@@ -943,7 +942,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x6310318>
+<environment: 0x09df6a7c>
 
 [[3]]
 function (x) 
@@ -958,7 +957,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x6310318>
+<environment: 0x09df6a7c>
 
 [[4]]
 function (x) 
@@ -973,7 +972,7 @@
     }
     f1(x) * f2(x)
 }
-<environment: 0x6310318>
+<environment: 0x09df6a7c>
 
 > Map((1 + RL1)[[1]])
 [[1]]
@@ -985,7 +984,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x629da28>
+<environment: 0x09db010c>
 
 [[2]]
 function (x) 
@@ -996,7 +995,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x629da28>
+<environment: 0x09db010c>
 
 [[3]]
 function (x) 
@@ -1007,7 +1006,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x629da28>
+<environment: 0x09db010c>
 
 [[4]]
 function (x) 
@@ -1018,7 +1017,7 @@
     }
     1 + f2(x)
 }
-<environment: 0x629da28>
+<environment: 0x09db010c>
 
 > Map((RL1 * 2)[[2]])
 [[1]]
@@ -1030,7 +1029,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x4b96f88>
+<environment: 0x09d1a208>
 
 [[2]]
 function (x) 
@@ -1041,7 +1040,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x4b96f88>
+<environment: 0x09d1a208>
 
 [[3]]
 function (x) 
@@ -1052,7 +1051,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x4b96f88>
+<environment: 0x09d1a208>
 
 [[4]]
 function (x) 
@@ -1063,7 +1062,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x4b96f88>
+<environment: 0x09d1a208>
 
 [[5]]
 function (x) 
@@ -1074,7 +1073,7 @@
     }
     f1(x) * 2
 }
-<environment: 0x4b96f88>
+<environment: 0x09d1a208>
 
 [[6]]
 function (x) 
@@ -1085,11 +1084,11 @@
     }
     f1(x) * 2
 }
-<environment: 0x4b96f88>
+<environment: 0x09d1a208>
 
 > system.time(Map((RL1 %% RL1)[[3]]), gcFirst = TRUE)
    user  system elapsed 
-  0.004   0.000   0.005 
+   0.02    0.00    0.02 
 > 
 > 
 > ## "%*%"
@@ -1159,7 +1158,7 @@
     }
     f1(x) + c(13L, 15L) %*% f2(x)
 }
-<environment: 0x665fe78>
+<environment: 0x09ed34ac>
 > M1[2,]
 [1]  2  4  6  8 10 12 14 16
 > Map(R8)[[2]]
@@ -1195,7 +1194,7 @@
     }
     f1(x) + c(14L, 16L) %*% f2(x)
 }
-<environment: 0x665fe78>
+<environment: 0x09ed34ac>
 > M2 <- matrix(1:2, ncol = 2)
 > (R9 <- M2 %*% R7)
 An object of class "EuclRandMatrix" 
@@ -1245,7 +1244,7 @@
     }
     f1(x) + 2L %*% f2(x)
 }
-<environment: 0x63ec358>
+<environment: 0x09e68388>
 
 [[2]]
 function (x) 
@@ -1264,7 +1263,7 @@
     }
     f1(x) + 2L %*% f2(x)
 }
-<environment: 0x6347510>
+<environment: 0x09e3da40>
 
 > Map(1:4 %*% R3) # inner product
 [[1]]
@@ -1300,7 +1299,7 @@
     }
     f1(x) + 4L %*% f2(x)
 }
-<environment: 0x5b79018>
+<environment: 0x09de4a0c>
 
 > Map(1:2 %*% R7) # corresponds to Map(t(1:2) %*% R7)
 [[1]]
@@ -1320,7 +1319,7 @@
     }
     f1(x) + 2L %*% f2(x)
 }
-<environment: 0x4c1a1c8>
+<environment: 0x09d6b21c>
 
 [[2]]
 function (x) 
@@ -1339,7 +1338,7 @@
     }
     f1(x) + 2L %*% f2(x)
 }
-<environment: 0x4b32950>
+<environment: 0x09d453b0>
 
 > Map(R4 %*% 1:8) # inner product
 [[1]]
@@ -1411,7 +1410,7 @@
     }
     t(f(x))
 }
-<environment: 0x486ade8>
+<environment: 0x09ccdf2c>
 
 > Map(R9 %*% 3:4)
 [[1]]
@@ -1467,7 +1466,7 @@
     }
     t(f(x))
 }
-<environment: 0x46990f8>
+<environment: 0x09c7b6ac>
 
 > Map(R9 %*% matrix(1:4, nrow = 2))
 [[1]]
@@ -1523,7 +1522,7 @@
     }
     t(f(x))
 }
-<environment: 0x443c0c8>
+<environment: 0x09bf32bc>
 
 [[2]]
 function (x) 
@@ -1578,7 +1577,7 @@
     }
     t(f(x))
 }
-<environment: 0x443c0c8>
+<environment: 0x09bf32bc>
 
 > (R10 <- R3 %*% matrix(1:16, ncol = 4))
 An object of class "EuclRandMatrix" 
@@ -1623,7 +1622,7 @@
     }
     t(f(x))
 }
-<environment: 0x420e730>
+<environment: 0x09b8541c>
 
 [[2]]
 function (x) 
@@ -1662,7 +1661,7 @@
     }
     t(f(x))
 }
-<environment: 0x420e730>
+<environment: 0x09b8541c>
 
 [[3]]
 function (x) 
@@ -1701,7 +1700,7 @@
     }
     t(f(x))
 }
-<environment: 0x420e730>
+<environment: 0x09b8541c>
 
 [[4]]
 function (x) 
@@ -1740,7 +1739,7 @@
     }
     t(f(x))
 }
-<environment: 0x420e730>
+<environment: 0x09b8541c>
 
 > R3 %*% R3 # inner product
 An object of class "EuclRandMatrix" 
@@ -1754,7 +1753,7 @@
 Range:	Euclidean Space with dimension 1 
 > system.time(R9 %*% R7, gcFirst = TRUE)
    user  system elapsed 
-  0.004   0.000   0.004 
+      0       0       0 
 > (RL3 <- diag(dimension(RL1)) %*% RL1)
 An object of class "EuclRandMatrix" 
 Dim of Map:	 14 1 
@@ -1765,7 +1764,7 @@
 > ## %m% "matrix multiplication" for 'EuclRandVarList'
 > system.time(RL4 <- EuclRandVarList(t(R3[1:2]), R7) %m% EuclRandVarList(R6, R9), gcFirst = TRUE)
    user  system elapsed 
-  0.028   0.000   0.028 
+   0.02    0.00    0.01 
 > 
 > ## integration
 > MVD <- DiscreteMVDistribution(supp = matrix(c(r(Pois(5))(10), r(Pois(5))(10)), ncol = 2))
@@ -1976,4 +1975,4 @@
 > q("no")
 > proc.time()
    user  system elapsed 
- 12.192   0.088  12.319 
+   4.84    0.32    5.17 



More information about the Robast-commits mailing list