[Robast-commits] r1292 - pkg/RobExtremes/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 7 03:27:27 CET 2024


Author: ruckdeschel
Date: 2024-02-07 03:27:26 +0100 (Wed, 07 Feb 2024)
New Revision: 1292

Modified:
   pkg/RobExtremes/R/Gumbel.R
Log:
[RobExtremes] trunk changed Gumbel.R from latin1 to utf8

Modified: pkg/RobExtremes/R/Gumbel.R
===================================================================
--- pkg/RobExtremes/R/Gumbel.R	2024-02-07 02:26:51 UTC (rev 1291)
+++ pkg/RobExtremes/R/Gumbel.R	2024-02-07 02:27:26 UTC (rev 1292)
@@ -51,7 +51,7 @@
 ### Euler Mascheroni constant:
 EULERMASCHERONICONSTANT <- -digamma(1) ### after http://mathworld.wolfram.com/Euler-MascheroniConstant.html (48)
 
-### Apéry constant
+### Apéry constant
 ##local helper function:
 .fctApery <- function(n) (-1)^n*choose(2*n,n)*n^3
 ##



More information about the Robast-commits mailing list