[Distr-commits] r1386 - in branches/distr-2.9/pkg/distrTEst: inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 12 22:40:50 CET 2022


Author: ruckdeschel
Date: 2022-11-12 22:40:50 +0100 (Sat, 12 Nov 2022)
New Revision: 1386

Modified:
   branches/distr-2.9/pkg/distrTEst/inst/NEWS
   branches/distr-2.9/pkg/distrTEst/man/Evaluation-class.Rd
   branches/distr-2.9/pkg/distrTEst/man/EvaluationList-class.Rd
Log:
[distrTEst] branch 2.9 included some cleanup during examples 

Modified: branches/distr-2.9/pkg/distrTEst/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrTEst/inst/NEWS	2022-11-12 21:38:34 UTC (rev 1385)
+++ branches/distr-2.9/pkg/distrTEst/inst/NEWS	2022-11-12 21:40:50 UTC (rev 1386)
@@ -11,9 +11,6 @@
 v 2.9
 ##############
 
-under the hood:
-+ fixed some broken URLs and changed URLs from http to https where possible
-
 ##############
 v 2.8
 ##############
@@ -25,6 +22,10 @@
   \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/distrTEst/man/Evaluation-class.Rd
===================================================================
--- branches/distr-2.9/pkg/distrTEst/man/Evaluation-class.Rd	2022-11-12 21:38:34 UTC (rev 1385)
+++ branches/distr-2.9/pkg/distrTEst/man/Evaluation-class.Rd	2022-11-12 21:40:50 UTC (rev 1386)
@@ -96,6 +96,10 @@
 ev1
 plot(ev1)
 #
+#clean up
+unlink("csim.mean")
+unlink("csim.mean.comment")
+#
 #another function to be evaluated:
 severalThings<- function(x) {list("mean"=mean(x),"sd"=sd(as.vector(x)), "mad"=mad(x))}
 ev3 <- evaluate(cs, severalThings, resname="several") 

Modified: branches/distr-2.9/pkg/distrTEst/man/EvaluationList-class.Rd
===================================================================
--- branches/distr-2.9/pkg/distrTEst/man/EvaluationList-class.Rd	2022-11-12 21:38:34 UTC (rev 1385)
+++ branches/distr-2.9/pkg/distrTEst/man/EvaluationList-class.Rd	2022-11-12 21:40:50 UTC (rev 1386)
@@ -93,6 +93,9 @@
 plot(ElistObj,ylim=c(-0.5,0.5),main=c("location"),runs0=3:12,dims0=1,evals0=2)
 ElistObj
 summary(ElistObj)
+#clean up
+unlink("csim.mean")
+unlink("csim.mean.comment")
 }
 \keyword{list}
 \keyword{manip}



More information about the Distr-commits mailing list