[Distr-commits] r1383 - in branches/distr-2.9/pkg/distrSim: inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 12 22:35:55 CET 2022


Author: ruckdeschel
Date: 2022-11-12 22:35:55 +0100 (Sat, 12 Nov 2022)
New Revision: 1383

Modified:
   branches/distr-2.9/pkg/distrSim/inst/NEWS
   branches/distr-2.9/pkg/distrSim/man/Contsimulation-class.Rd
   branches/distr-2.9/pkg/distrSim/man/Dataclass-class.Rd
   branches/distr-2.9/pkg/distrSim/man/Simulation-class.Rd
Log:
[distrSim] 2.8.1 ready for release -- included some cleanup during examples

Modified: branches/distr-2.9/pkg/distrSim/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrSim/inst/NEWS	2022-11-12 21:35:08 UTC (rev 1382)
+++ branches/distr-2.9/pkg/distrSim/inst/NEWS	2022-11-12 21:35:55 UTC (rev 1383)
@@ -11,8 +11,6 @@
 v 2.9
 ##############
 
-under the hood:
-+ fixed some broken URLs and changed URLs from http to https where possible
 
 ##############
 v 2.8
@@ -24,8 +22,11 @@
   information needed to produce the respective plot, which at a later stage could be used by different graphic engines (like, e.g. 
   \code{ggplot}) to produce the plot in a different framework. A more detailed description will follow in a subsequent version.
 + DESCRIPTION tag SVNRevision changed to VCS/SVNRevision
+
+under the hood:
++ fixed some broken URLs and changed URLs from http to https where possible
++ clean up in examples: files written to are unlinked at end of examples
  
- 
 ##############
 v 2.7
 ##############

Modified: branches/distr-2.9/pkg/distrSim/man/Contsimulation-class.Rd
===================================================================
--- branches/distr-2.9/pkg/distrSim/man/Contsimulation-class.Rd	2022-11-12 21:35:08 UTC (rev 1382)
+++ branches/distr-2.9/pkg/distrSim/man/Contsimulation-class.Rd	2022-11-12 21:35:55 UTC (rev 1383)
@@ -119,6 +119,8 @@
 savedata(cs) # saves the object in the working directory of R...
 load("csim") # loads it again...
 Data(cs) # ...without the data - use simulate to return it!
+## clean up
+unlink("csim")
 }
 \keyword{manip}
 \concept{S4 data class}

Modified: branches/distr-2.9/pkg/distrSim/man/Dataclass-class.Rd
===================================================================
--- branches/distr-2.9/pkg/distrSim/man/Dataclass-class.Rd	2022-11-12 21:35:08 UTC (rev 1382)
+++ branches/distr-2.9/pkg/distrSim/man/Dataclass-class.Rd	2022-11-12 21:35:55 UTC (rev 1383)
@@ -120,6 +120,9 @@
 Data(D) # the original data: matrix(c(1,2,3,4,5,6),2)
 #if you have distrTEst available:
 #evaluate(object = D, estimator = mean) # returns the mean of each variable
+## clean up
+unlink("xyz.sav")
+unlink("xyz.sav.comment")
 }
 \keyword{manip}
 \concept{S4 data class}

Modified: branches/distr-2.9/pkg/distrSim/man/Simulation-class.Rd
===================================================================
--- branches/distr-2.9/pkg/distrSim/man/Simulation-class.Rd	2022-11-12 21:35:08 UTC (rev 1382)
+++ branches/distr-2.9/pkg/distrSim/man/Simulation-class.Rd	2022-11-12 21:35:55 UTC (rev 1383)
@@ -92,6 +92,7 @@
 savedata(S) # saves the object in the directory of R...
 load("xyz") # loads it again...
 Data(S) # ...without the data - use simulate to return it!
+unlink("xyz")
 }
 \keyword{manip}
 \concept{S4 data class}



More information about the Distr-commits mailing list