[Distr-commits] r1410 - in branches/distr-2.9/pkg: distr distrDoc distrEllipse distrEx distrEx/R distrMod distrMod/inst distrMod/inst/scripts distrMod/vignettes distrRmetrics distrSim distrTEst distrTeach
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 8 15:02:26 CEST 2023
Author: ruckdeschel
Date: 2023-05-08 15:02:25 +0200 (Mon, 08 May 2023)
New Revision: 1410
Modified:
branches/distr-2.9/pkg/distr/DESCRIPTION
branches/distr-2.9/pkg/distrDoc/DESCRIPTION
branches/distr-2.9/pkg/distrEllipse/DESCRIPTION
branches/distr-2.9/pkg/distrEx/DESCRIPTION
branches/distr-2.9/pkg/distrEx/R/distrExIntegrate.R
branches/distr-2.9/pkg/distrMod/DESCRIPTION
branches/distr-2.9/pkg/distrMod/inst/NEWS
branches/distr-2.9/pkg/distrMod/inst/scripts/BetaFam.R
branches/distr-2.9/pkg/distrMod/inst/scripts/PoisFam.R
branches/distr-2.9/pkg/distrMod/inst/scripts/censoredPois.R
branches/distr-2.9/pkg/distrMod/inst/scripts/distrModExample.R
branches/distr-2.9/pkg/distrMod/inst/scripts/example_CvMMDE.R
branches/distr-2.9/pkg/distrMod/inst/scripts/examples2.R
branches/distr-2.9/pkg/distrMod/inst/scripts/modelExp3.R
branches/distr-2.9/pkg/distrMod/vignettes/distrMod.bib
branches/distr-2.9/pkg/distrRmetrics/DESCRIPTION
branches/distr-2.9/pkg/distrSim/DESCRIPTION
branches/distr-2.9/pkg/distrTEst/DESCRIPTION
branches/distr-2.9/pkg/distrTeach/DESCRIPTION
Log:
[distrXXX] branch distr-2.9: changed encoding to UTF-8
Modified: branches/distr-2.9/pkg/distr/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distr/DESCRIPTION 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distr/DESCRIPTION 2023-05-08 13:02:25 UTC (rev 1410)
@@ -16,9 +16,9 @@
Enhances: RobAStBase
VignetteBuilder: knitr
ByteCompile: yes
-Encoding: latin1
+Encoding: UTF-8
License: LGPL-3
-URL: http://distr.r-forge.r-project.org/
+URL: https://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
VCS/SVNRevision: 1324
Modified: branches/distr-2.9/pkg/distrDoc/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrDoc/DESCRIPTION 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrDoc/DESCRIPTION 2023-05-08 13:02:25 UTC (rev 1410)
@@ -17,9 +17,9 @@
Suggests: Biobase, knitr
VignetteBuilder: knitr
ByteCompile: yes
-Encoding: latin1
+Encoding: UTF-8
License: LGPL-3
-URL: http://distr.r-forge.r-project.org/
+URL: https://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
VCS/SVNRevision: 1324
Modified: branches/distr-2.9/pkg/distrEllipse/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrEllipse/DESCRIPTION 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrEllipse/DESCRIPTION 2023-05-08 13:02:25 UTC (rev 1410)
@@ -12,8 +12,8 @@
email="peter.ruckdeschel at uni-oldenburg.de")
ByteCompile: yes
License: LGPL-3
-URL: http://distr.r-forge.r-project.org/
-Encoding: latin1
+URL: https://distr.r-forge.r-project.org/
+Encoding: UTF-8
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
VCS/SVNRevision: 1324
Modified: branches/distr-2.9/pkg/distrEx/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrEx/DESCRIPTION 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrEx/DESCRIPTION 2023-05-08 13:02:25 UTC (rev 1410)
@@ -11,7 +11,7 @@
"cph")))
ByteCompile: yes
License: LGPL-3
-Encoding: latin1
+Encoding: UTF-8
URL: http://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
Modified: branches/distr-2.9/pkg/distrEx/R/distrExIntegrate.R
===================================================================
--- branches/distr-2.9/pkg/distrEx/R/distrExIntegrate.R 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrEx/R/distrExIntegrate.R 2023-05-08 13:02:25 UTC (rev 1410)
@@ -1,4 +1,4 @@
-# Gauß-Legendre abscissas and weights
+# Gauss-Legendre abscissas and weights
# cf. for example Numerical Recipies in C (1992), p. 152
#implementation in S:
@@ -152,7 +152,7 @@
abs.tol = abs.tol, stop.on.error = stop.on.error), dotsInt)),
silent = TRUE)
- # if integrate fails => Gauß-Legendre integration
+ # if integrate fails => Gauss-Legendre integration
if(!is(res,"try-error")){
val <- res$value
if(diagnostic){
Modified: branches/distr-2.9/pkg/distrMod/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrMod/DESCRIPTION 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrMod/DESCRIPTION 2023-05-08 13:02:25 UTC (rev 1410)
@@ -14,8 +14,8 @@
Enhances: RobExtremes
ByteCompile: yes
License: LGPL-3
-Encoding: latin1
-URL: http://distr.r-forge.r-project.org/
+Encoding: UTF-8
+URL: https://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
VCS/SVNRevision: 1324
Modified: branches/distr-2.9/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/NEWS 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrMod/inst/NEWS 2023-05-08 13:02:25 UTC (rev 1410)
@@ -379,7 +379,7 @@
++ Vignette:
+ uploaded vignette for distrMod (still to be done: insert exact volume,number,pages)
- + Matthias' Kommentare (Kreis-Symbol, Rem) geändert
+ + changed Matthias' comments (circle-Symbol, Rem)
+ merged in Matthias' changes
+ integrated JSS version of vignette
+ vignette distrMod fertiggemacht
Modified: branches/distr-2.9/pkg/distrMod/inst/scripts/BetaFam.R
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/scripts/BetaFam.R 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrMod/inst/scripts/BetaFam.R 2023-05-08 13:02:25 UTC (rev 1410)
@@ -13,7 +13,7 @@
#Evaluations of Minimum total variation distance estimate:
#---------------------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = B, distance = TotalVarDist)
#samplesize: 40
@@ -28,7 +28,7 @@
#Evaluations of Minimum Kolmogorov distance estimate:
#----------------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = B)
#samplesize: 40
@@ -43,7 +43,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = B, distance = CvMDist, asvar.fct = distrMod:::.CvMMDCovariance)
#samplesize: 40
@@ -63,7 +63,7 @@
#Evaluations of Maximum likelihood estimate:
#-------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MLEstimator(x = x, ParamFamily = B)
#samplesize: 40
Modified: branches/distr-2.9/pkg/distrMod/inst/scripts/PoisFam.R
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/scripts/PoisFam.R 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrMod/inst/scripts/PoisFam.R 2023-05-08 13:02:25 UTC (rev 1410)
@@ -10,7 +10,7 @@
#Evaluations of Maximum likelihood estimate:
#-------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MLEstimator(x = x, ParamFamily = P)
#samplesize: 40
@@ -28,7 +28,7 @@
#Evaluations of Minimum Kolmogorov distance estimate:
#----------------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = P)
#samplesize: 40
@@ -43,7 +43,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = P, distance = CvMDist, asvar.fct = distrMod:::.CvMMDCovariance)
#samplesize: 40
@@ -61,7 +61,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = P, distance = CvMDist, mu = Norm())
#samplesize: 40
@@ -76,7 +76,7 @@
#Evaluations of Minimum total variation distance estimate:
#---------------------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = P, distance = TotalVarDist)
#samplesize: 40
Modified: branches/distr-2.9/pkg/distrMod/inst/scripts/censoredPois.R
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/scripts/censoredPois.R 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrMod/inst/scripts/censoredPois.R 2023-05-08 13:02:25 UTC (rev 1410)
@@ -62,7 +62,7 @@
#Evaluations of Maximum likelihood estimate:
#-------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MLEstimator(x = CP.data, ParamFamily = CP)
#samplesize: 40
@@ -93,7 +93,7 @@
#Evaluations of Minimum Kolmogorov distance estimate:
#----------------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = CP.data, ParamFamily = CP)
#samplesize: 40
@@ -110,7 +110,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = CP.data, ParamFamily = CP, distance = CvMDist,
# asvar.fct = distrMod:::.CvMMDCovariance)
@@ -149,7 +149,7 @@
#Evaluations of 1-step estimate:
#-------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# roptest(x = CP.data0, L2Fam = CP, eps = 0.1, initial.est = md.CvM)
#samplesize: 10000
@@ -166,7 +166,7 @@
#asymptotic bias:
#[1] 16.28873
#(partial) influence curve:
-#An object of class ContIC
+#An object of class ''ContIC''
#### name: IC of contamination type
#
#### L2-differentiable parametric family: Censored Poisson family
@@ -184,7 +184,7 @@
#
#### Infos:
# method message
-#[1,] "optIC" "optimally robust IC for asMSE"
+#[1,] "optIC" "optimally robust IC for 'asMSE'"
#steps:
#[1] 1
#A[n] asymptotic (LAN-based), uniform (bias-aware)
Modified: branches/distr-2.9/pkg/distrMod/inst/scripts/distrModExample.R
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/scripts/distrModExample.R 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrMod/inst/scripts/distrModExample.R 2023-05-08 13:02:25 UTC (rev 1410)
@@ -126,7 +126,7 @@
#Evaluations of Maximum likelihood estimate:
#-------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MLEstimator(x = x, ParamFamily = SNL)
#samplesize: 50
Modified: branches/distr-2.9/pkg/distrMod/inst/scripts/example_CvMMDE.R
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/scripts/example_CvMMDE.R 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrMod/inst/scripts/example_CvMMDE.R 2023-05-08 13:02:25 UTC (rev 1410)
@@ -10,7 +10,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = NF, distance = CvMDist)
#samplesize: 30
@@ -28,7 +28,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = NF, distance = CvMDist, useApply = TRUE)
#samplesize: 30
@@ -46,7 +46,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = rnorm(30), ParamFamily = NF, distance = CvMDist)
#samplesize: 30
@@ -62,7 +62,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = rnorm(30), ParamFamily = NF, distance = CvMDist)
#samplesize: 30
@@ -79,7 +79,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = rnorm(300), ParamFamily = NF, distance = CvMDist)
#samplesize: 300
@@ -94,7 +94,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = rnorm(300, mean = 2, sd = 2), ParamFamily = NF,
# distance = CvMDist)
@@ -112,7 +112,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = rnorm(300, mean = 2, sd = 2), ParamFamily = NF,
# distance = CvMDist)
Modified: branches/distr-2.9/pkg/distrMod/inst/scripts/examples2.R
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/scripts/examples2.R 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrMod/inst/scripts/examples2.R 2023-05-08 13:02:25 UTC (rev 1410)
@@ -10,7 +10,7 @@
#Evaluations of Maximum likelihood estimate:
#-------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MLEstimator(x = x, ParamFamily = P)
#samplesize: 40
@@ -28,7 +28,7 @@
#Evaluations of Minimum Kolmogorov distance estimate:
#----------------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = P)
#samplesize: 40
@@ -43,7 +43,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = P, distance = CvMDist, asvar.fct = distrMod:::.CvMMDCovariance)
#samplesize: 40
@@ -61,7 +61,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = P, distance = CvMDist, mu = Norm())
#samplesize: 40
@@ -76,7 +76,7 @@
#Evaluations of Minimum total variation distance estimate:
#---------------------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = P, distance = TotalVarDist)
#samplesize: 40
@@ -96,7 +96,7 @@
#Evaluations of Minimum total variation distance estimate:
#---------------------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = B, distance = TotalVarDist)
#samplesize: 40
@@ -111,7 +111,7 @@
#Evaluations of Minimum Kolmogorov distance estimate:
#----------------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = B)
#samplesize: 40
@@ -126,7 +126,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = B, distance = CvMDist, asvar.fct = distrMod:::.CvMMDCovariance)
#samplesize: 40
@@ -146,7 +146,7 @@
#Evaluations of Maximum likelihood estimate:
#-------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MLEstimator(x = x, ParamFamily = B)
#samplesize: 40
@@ -188,7 +188,7 @@
#Evaluations of Maximum likelihood estimate:
#-------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MLEstimator(x = x, ParamFamily = my3dF)
#samplesize: 40
@@ -208,7 +208,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = my3dF, distance = CvMDist)
#samplesize: 40
Modified: branches/distr-2.9/pkg/distrMod/inst/scripts/modelExp3.R
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/scripts/modelExp3.R 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrMod/inst/scripts/modelExp3.R 2023-05-08 13:02:25 UTC (rev 1410)
@@ -42,7 +42,7 @@
#Evaluations of Minimum Kolmogorov distance estimate:
#----------------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = my3dF)
#samplesize: 40
@@ -57,7 +57,7 @@
#Evaluations of Minimum CvM distance estimate:
#---------------------------------------------
-#An object of class Estimate
+#An object of class ''Estimate''
#generated by call
# MDEstimator(x = x, ParamFamily = my3dF, distance = CvMDist)
#samplesize: 40
Modified: branches/distr-2.9/pkg/distrMod/vignettes/distrMod.bib
===================================================================
--- branches/distr-2.9/pkg/distrMod/vignettes/distrMod.bib 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrMod/vignettes/distrMod.bib 2023-05-08 13:02:25 UTC (rev 1410)
@@ -244,7 +244,7 @@
number="3",
pages="185-196",
year={1993},
-reviewer="{R.E.Maiboroda (Kyïv)}",
+reviewer='{R.E.Maiboroda (Ky{\"i}v)}',
keywords="{programming; languages; object oriented programming; statistical software; S programming}",
classmath="{*68N15 Programming languages
68U05 Computational geometry, etc}",
Modified: branches/distr-2.9/pkg/distrRmetrics/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrRmetrics/DESCRIPTION 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrRmetrics/DESCRIPTION 2023-05-08 13:02:25 UTC (rev 1410)
@@ -11,8 +11,8 @@
email="peter.ruckdeschel at uni-oldenburg.de")
ByteCompile: yes
License: LGPL-3
-Encoding: latin1
-URL: http://distr.r-forge.r-project.org/
+Encoding: UTF-8
+URL: https://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate: 2011-11-18 13:15:04 +0100 (Fr, 18 Nov 2011) $}
LastChangedRevision: {$LastChangedRevision: 758 $}
VCS/SVNRevision: 1324
Modified: branches/distr-2.9/pkg/distrSim/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrSim/DESCRIPTION 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrSim/DESCRIPTION 2023-05-08 13:02:25 UTC (rev 1410)
@@ -14,8 +14,8 @@
role="ctb", comment="contributed as student in the initial phase --2005"))
ByteCompile: yes
License: LGPL-3
-Encoding: latin1
-URL: http://distr.r-forge.r-project.org/
+Encoding: UTF-8
+URL: https://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
VCS/SVNRevision: 1324
Modified: branches/distr-2.9/pkg/distrTEst/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrTEst/DESCRIPTION 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrTEst/DESCRIPTION 2023-05-08 13:02:25 UTC (rev 1410)
@@ -13,9 +13,9 @@
email="peter.ruckdeschel at uni-oldenburg.de"), person("Thomas", "Stabla",
role="ctb", comment="contributed as student in the initial phase --2005"))
ByteCompile: yes
-Encoding: latin1
+Encoding: UTF-8
License: LGPL-3
-URL: http://distr.r-forge.r-project.org/
+URL: https://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
VCS/SVNRevision: 1324
Modified: branches/distr-2.9/pkg/distrTeach/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrTeach/DESCRIPTION 2023-05-07 21:34:04 UTC (rev 1409)
+++ branches/distr-2.9/pkg/distrTeach/DESCRIPTION 2023-05-08 13:02:25 UTC (rev 1410)
@@ -14,8 +14,8 @@
comment = "contributed as student in the initial phase --2008"))
ByteCompile: yes
License: LGPL-3
-Encoding: latin1
-URL: http://distr.r-forge.r-project.org/
+Encoding: UTF-8
+URL: https://distr.r-forge.r-project.org/
Packaged: Fri Jun 8 00:12:57 2007; Peter
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
More information about the Distr-commits
mailing list