[Robast-commits] r1261 - branches/robast-1.3/pkg/RandVar/inst branches/robast-1.3/pkg/RobAStBase/inst branches/robast-1.3/pkg/RobAStRDA/man pkg/ROptEst/inst pkg/ROptRegTS/inst pkg/RobAStRDA pkg/RobAStRDA/inst pkg/RobAStRDA/man pkg/RobExtremes/inst pkg/RobLox/inst pkg/RobRex/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 28 21:11:52 CET 2024
Author: ruckdeschel
Date: 2024-01-28 21:11:52 +0100 (Sun, 28 Jan 2024)
New Revision: 1261
Modified:
branches/robast-1.3/pkg/RandVar/inst/CITATION
branches/robast-1.3/pkg/RobAStBase/inst/CITATION
branches/robast-1.3/pkg/RobAStRDA/man/0RobRDA-package.Rd
pkg/ROptEst/inst/CITATION
pkg/ROptRegTS/inst/CITATION
pkg/RobAStRDA/DESCRIPTION
pkg/RobAStRDA/inst/CITATION
pkg/RobAStRDA/man/0RobRDA-package.Rd
pkg/RobExtremes/inst/CITATION
pkg/RobLox/inst/CITATION
pkg/RobRex/inst/CITATION
Log:
[RobAstbase] trunc and robast-1.3 branch fix some clashes after having missed an update
Modified: branches/robast-1.3/pkg/RandVar/inst/CITATION
===================================================================
--- branches/robast-1.3/pkg/RandVar/inst/CITATION 2023-08-21 10:58:56 UTC (rev 1260)
+++ branches/robast-1.3/pkg/RandVar/inst/CITATION 2024-01-28 20:11:52 UTC (rev 1261)
@@ -2,19 +2,18 @@
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
-citHeader("To cite package RandVar in publications use:")
-
-citEntry(entry="Manual",
- title = "RandVar: Implementation of random variables",
- author = personList(as.person("M. Kohl"),
- as.person("P. Ruckdeschel")),
- language = "English",
- year = year,
- note = note,
- type = "R package",
- url = "http://robast.r-forge.r-project.org/",
- textVersion = paste("Kohl, M., and Ruckdeschel, P.",
- sprintf("(%s).", year),
- "RandVar: Implementation of random variables.",
- paste(note, ".", sep = ""),
- "URL http://robast.r-forge.r-project.org/"))
+bibentry(
+ bibtype = "Manual",
+ title = "RandVar: Implementation of random variables",
+ author = c(person("Matthias", "Kohl"), person("Peter", "Ruckdeschel")),
+ language = "English",
+ year = year,
+ note = note,
+ type = "R package",
+ url = "https://r-forge.r-project.org/projects/robast/",
+ textVersion = paste("Kohl, M., and Ruckdeschel, P.",
+ sprintf("(%s).", year),
+ "RandVar: Implementation of random variables.",
+ paste(note, ".", sep = ""),
+ "URL https://r-forge.r-project.org/projects/robast/")
+)
Modified: branches/robast-1.3/pkg/RobAStBase/inst/CITATION
===================================================================
--- branches/robast-1.3/pkg/RobAStBase/inst/CITATION 2023-08-21 10:58:56 UTC (rev 1260)
+++ branches/robast-1.3/pkg/RobAStBase/inst/CITATION 2024-01-28 20:11:52 UTC (rev 1261)
@@ -1,20 +1,19 @@
-if(!exists("meta") || is.null(meta)) meta <- packageDescription("RobAStBase")
-year <- sub("-.*", "", meta$Date)
-note <- sprintf("R package version %s", meta$Version)
-
-bibentry(
- bibtype = "Manual",
- mheader = "To cite package RobAStBase in publications use:",
- title = "RobAStBase: Robust Asymptotic Statistics",
- author = c(as.person("M. Kohl"),
- as.person("P. Ruckdeschel")),
- language = "English",
- year = year,
- note = note,
- type = "R package",
- url = "https://r-forge.r-project.org/projects/robast/",
- textVersion = paste("Kohl, M., and Ruckdeschel, P.",
- sprintf("(%s).", year),
- "RobAStBase: Robust Asymptotic Statistics.",
- paste(note, ".", sep = ""),
- "URL https://r-forge.r-project.org/projects/robast/"))
+if(!exists("meta") || is.null(meta)) meta <- packageDescription("RobAStBase")
+year <- sub("-.*", "", meta$Date)
+note <- sprintf("R package version %s", meta$Version)
+
+bibentry(
+ bibtype = "Manual",
+ title = "RobAStBase: Robust Asymptotic Statistics",
+ author = c(person("Matthias", "Kohl"), person("Peter", "Ruckdeschel")),
+ language = "English",
+ year = year,
+ note = note,
+ type = "R package",
+ url = "https://r-forge.r-project.org/projects/robast/",
+ textVersion = paste("Kohl, M., and Ruckdeschel, P.",
+ sprintf("(%s).", year),
+ "RobAStBase: Robust Asymptotic Statistics.",
+ paste(note, ".", sep = ""),
+ "URL https://r-forge.r-project.org/projects/robast/")
+)
Modified: branches/robast-1.3/pkg/RobAStRDA/man/0RobRDA-package.Rd
===================================================================
--- branches/robast-1.3/pkg/RobAStRDA/man/0RobRDA-package.Rd 2023-08-21 10:58:56 UTC (rev 1260)
+++ branches/robast-1.3/pkg/RobAStRDA/man/0RobRDA-package.Rd 2024-01-28 20:11:52 UTC (rev 1261)
@@ -1,6 +1,6 @@
\name{RobRDA-package}
\alias{RobAStRDA-package}
-\alias{RobRDA-package}
+\alias{RobAStRDA}
\alias{RobRDA}
\docType{package}
\title{
Modified: pkg/ROptEst/inst/CITATION
===================================================================
--- pkg/ROptEst/inst/CITATION 2023-08-21 10:58:56 UTC (rev 1260)
+++ pkg/ROptEst/inst/CITATION 2024-01-28 20:11:52 UTC (rev 1261)
@@ -2,19 +2,19 @@
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
-citHeader("To cite package ROptEst in publications use:")
-
-citEntry(entry="Manual",
+bibentry(
+ bibtype = "Manual",
+ mheader = "To cite package ROptEst in publications use:",
title = "ROptEst: Optimally robust estimation",
- author = personList(as.person("M. Kohl"),
- as.person("P. Ruckdeschel")),
+ author = c(as.person("M. Kohl"),
+ as.person("P. Ruckdeschel")),
language = "English",
year = year,
note = note,
type = "R package",
- url = "http://robast.r-forge.r-project.org/",
+ url = "https://r-forge.r-project.org/projects/robast/",
textVersion = paste("Kohl, M., and Ruckdeschel, P.",
sprintf("(%s).", year),
"ROptEst: Optimally robust estimation.",
paste(note, ".", sep = ""),
- "URL http://robast.r-forge.r-project.org/"))
+ "URL https://r-forge.r-project.org/projects/robast/"))
Modified: pkg/ROptRegTS/inst/CITATION
===================================================================
--- pkg/ROptRegTS/inst/CITATION 2023-08-21 10:58:56 UTC (rev 1260)
+++ pkg/ROptRegTS/inst/CITATION 2024-01-28 20:11:52 UTC (rev 1261)
@@ -2,19 +2,19 @@
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
-citHeader("To cite package ROptRegTS in publications use:")
-
-citEntry(entry="Manual",
- title = "ROptRegTS: Optimally robust estimation for regression-type models",
- author = personList(as.person("M. Kohl"),
+bibentry(
+ bibtype = "Manual",
+ mheader = "To cite package ROptRegTS in publications use:",
+ title = "ROptRegTS: Optimally robust estimation for regression-type models",
+ author = c(as.person("M. Kohl"),
as.person("P. Ruckdeschel")),
language = "English",
year = year,
note = note,
type = "R package",
- url = "http://robast.r-forge.r-project.org/",
+ url = "https://r-forge.r-project.org/projects/robast/",
textVersion = paste("Kohl, M., and Ruckdeschel, P.",
sprintf("(%s).", year),
"ROptRegTS: Optimally robust estimation for regression-type models.",
paste(note, ".", sep = ""),
- "URL http://robast.r-forge.r-project.org/"))
+ "URL https://r-forge.r-project.org/projects/robast/"))
Modified: pkg/RobAStRDA/DESCRIPTION
===================================================================
--- pkg/RobAStRDA/DESCRIPTION 2023-08-21 10:58:56 UTC (rev 1260)
+++ pkg/RobAStRDA/DESCRIPTION 2024-01-28 20:11:52 UTC (rev 1261)
@@ -1,23 +1,26 @@
Package: RobAStRDA
Version: 1.2.1
-Date: 2023-05-08
+Date: 2024-01-28
Title: Interpolation Grids for Packages of the 'RobASt' - Family of Packages
-Description: Includes 'sysdata.rda' file for packages of the 'RobASt' - family of packages; is currently used by package 'RobExtremes'
- only.
-Depends: R(>= 3.4)
-Authors at R: c(person("Matthias", "Kohl", role=c("aut", "cph")), person("Bernhard", "Spangl",role="ctb", comment="contributed smoothed
- grid values of the Lagrange multipliers"), person("Sascha", "Desmettre", role="ctb", comment="contributed smoothed grid
- values of the Lagrange multipliers"), person("Eugen", "Massini", role="ctb", comment="contributed an interactive smoothing
- routine for smoothing the Lagrange multipliers and smoothed grid values of the Lagrange multipliers"), person("Mykhailo",
- "Pupashenko", role="ctb", comment="helped with manual smoothing of the interpolators"), person("Daria", "Pupashenko",
- role="ctb", comment="helped with manual smoothing of the interpolators"), person("Gerald", "Kroisandt", role="ctb",
- comment="helped with manual smoothing of the interpolators"), person("Peter", "Ruckdeschel", role=c("cre", "cph", "aut"),
- email="peter.ruckdeschel at uni-oldenburg.de"))
-LazyData: yes
+Description: Includes 'sysdata.rda' file for packages of the 'RobASt' - family of packages; is
+ currently used by package 'RobExtremes' only.
+Depends: R(>= 3.5.0)
+Authors at R: c(person("Matthias", "Kohl", role=c("aut", "cph")), person("Bernhard",
+ "Spangl",role="ctb", comment="contributed smoothed grid values of the Lagrange
+ multipliers"), person("Sascha", "Desmettre", role="ctb", comment="contributed
+ smoothed grid values of the Lagrange multipliers"), person("Eugen", "Massini",
+ role="ctb", comment="contributed an interactive smoothing routine for smoothing
+ the Lagrange multipliers and smoothed grid values of the Lagrange multipliers"),
+ person("Mykhailo", "Pupashenko", role="ctb", comment="helped with manual smoothing
+ of the interpolators"), person("Daria", "Pupashenko", role="ctb", comment="helped
+ with manual smoothing of the interpolators"), person("Gerald", "Kroisandt",
+ role="ctb", comment="helped with manual smoothing of the interpolators"),
+ person("Peter", "Ruckdeschel", role=c("cre", "cph", "aut"),
+ email="peter.ruckdeschel at uni-oldenburg.de"))
+SysDataCompression: xz
ByteCompile: yes
License: LGPL-3
-Encoding: UTF-8
URL: https://r-forge.r-project.org/projects/robast/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1202
+VCS/SVNRevision: 1261
Modified: pkg/RobAStRDA/inst/CITATION
===================================================================
--- pkg/RobAStRDA/inst/CITATION 2023-08-21 10:58:56 UTC (rev 1260)
+++ pkg/RobAStRDA/inst/CITATION 2024-01-28 20:11:52 UTC (rev 1261)
@@ -1,22 +1,23 @@
-if(!exists("meta") || is.null(meta)) meta <- packageDescription("RobAStRDA")
-year <- sub("-.*", "", meta$Date)
-note <- sprintf("R package version %s", meta$Version)
-
-bibentry(
- bibtype = "Manual",
- title = "RobAStRDA: Interpolation Grids for Packages of the 'RobASt' - Family of Packages",
- author = c(person("Peter", "Ruckdeschel"), person("Matthias", "Kohl")),
- language = "English",
- year = year,
- note = paste("Contributions by", "S. Desmettre, G. Kroisandt, E. Massini, D. Pupashenko, M. Pupashenko, and B. Spangl; ",
- note),
- type = "R package",
- url = "https://r-forge.r-project.org/projects/robast/",
- textVersion = paste("Ruckdeschel, P., Kohl, M.",
- sprintf("(%s).", year),
- "RobAStRDA: Interpolation Grids for Packages of the 'RobASt' - Family of Packages.",
- paste("Contributions by",
- "S. Desmettre, G. Kroisandt, E. Massini, D. Pupashenko, M. Pupashenko, and B. Spangl;"),
- paste(note, ".", sep = ""),
- "URL https://r-forge.r-project.org/projects/robast/")
-)
+if(!exists("meta") || is.null(meta)) meta <- packageDescription("RobAStRDA")
+year <- sub("-.*", "", meta$Date)
+note <- sprintf("R package version %s", meta$Version)
+
+bibentry(
+ bibtype = "Manual",
+ mheader = "To cite package RobAStRDA in publications use:",
+ title = "RobAStRDA: Interpolation Grids for Packages of the 'RobASt' - Family of Packages",
+ author = c(as.person("P. Ruckdeschel"),
+ as.person("M. Kohl")),
+ language = "English",
+ year = year,
+ note = paste("Contributions by", "S. Desmettre, G. Kroisandt, E. Massini, D. Pupashenko, M. Pupashenko, and B. Spangl; ",
+ note),
+ type = "R package",
+ url = "https://r-forge.r-project.org/projects/robast/",
+ textVersion = paste("Ruckdeschel, P., Kohl, M.",
+ sprintf("(%s).", year),
+ "RobAStRDA: Interpolation Grids for Packages of the 'RobASt' - Family of Packages",
+ paste("Contributions by",
+ "S. Desmettre, G. Kroisandt, E. Massini, D. Pupashenko, M. Pupashenko, and B. Spangl;"),
+ paste(note, ".", sep = ""),
+ "URL https://r-forge.r-project.org/projects/robast/"))
Modified: pkg/RobAStRDA/man/0RobRDA-package.Rd
===================================================================
--- pkg/RobAStRDA/man/0RobRDA-package.Rd 2023-08-21 10:58:56 UTC (rev 1260)
+++ pkg/RobAStRDA/man/0RobRDA-package.Rd 2024-01-28 20:11:52 UTC (rev 1261)
@@ -1,46 +1,47 @@
-\name{RobRDA-package}
-\alias{RobRDA-package}
-\alias{RobRDA}
-\docType{package}
-\title{
-Interpolation Grids for Packages of RobASt - Family of Pkgs
-}
-\description{
-This package only contains sysdata.rda (with corresponding interpolation grids
-for speedup); it is currently used in package \pkg{RobExtremes}.
-The code to produce its contents is split into two parts: (a) grid construction
-and (b) interpolator construction. While the code for (a) can be drawn from
-CRAN-packages \pkg{ROptEst} and \pkg{RobExtremes}, more specifically:
-see \code{?.RMXE.xi} (\pkg{RobExtremes}) resp. \code{?.RMXE.th} (\pkg{ROptEst}),
-as well as the contents of the (system) folder
-of package RobExtremes, i.e.,
- \code{dir(file.path(system.file(package="RobExtremes"),"AddMaterial","interpolation"))},
-the code for (b) resides in the present package (and does not need to know anything
-about the grid construction). As it is not meant for users but rather for
-developers, it is not exported to the namespace; still, it is documented,
-see \code{?.generateInterpolators}.
-
-The reason to separate the rda file from the actual R packages is to
-keep the latter small while we expect the present package to only need
-seldom updates.
-
-See also mail exchange P.Ruckdeschel - U.Ligges on R-devel---
-\url{https://stat.ethz.ch/pipermail/r-devel/2013-February/065794.html}.
-}
-
-\details{
-\tabular{ll}{
-Package: \tab RobAStRDA \cr
-Version: \tab 1.2.1 \cr
-Date: \tab 2023-05-08 \cr
-Depends: \tab R(>= 3.4) \cr
-LazyData: \tab yes \cr
-ByteCompile: \tab yes \cr
-License: \tab LGPL-3 \cr
-URL: \tab "https://r-forge.r-project.org/projects/robast/\cr
-VCS/SVNRevision: \tab 1202 \cr
-}
-}
-
-\keyword{package}
-
+\name{RobRDA-package}
+\alias{RobAStRDA-package}
+\alias{RobAStRDA}
+\alias{RobRDA}
+\docType{package}
+\title{
+Interpolation Grids for Packages of RobASt - Family of Pkgs
+}
+\description{
+This package only contains sysdata.rda (with corresponding interpolation grids
+for speedup); it is currently used in package \pkg{RobExtremes}.
+The code to produce its contents is split into two parts: (a) grid construction
+and (b) interpolator construction. While the code for (a) can be drawn from
+CRAN-packages \pkg{ROptEst} and \pkg{RobExtremes}, more specifically:
+see \code{?.RMXE.xi} (\pkg{RobExtremes}) resp. \code{?.RMXE.th} (\pkg{ROptEst}),
+as well as the contents of the (system) folder
+of package RobExtremes, i.e.,
+ \code{dir(file.path(system.file(package="RobExtremes"),"AddMaterial","interpolation"))},
+the code for (b) resides in the present package (and does not need to know anything
+about the grid construction). As it is not meant for users but rather for
+developers, it is not exported to the namespace; still, it is documented,
+see \code{?.generateInterpolators}.
+
+The reason to separate the rda file from the actual R packages is to
+keep the latter small while we expect the present package to only need
+seldom updates.
+
+See also mail exchange P.Ruckdeschel - U.Ligges on R-devel---
+\url{https://stat.ethz.ch/pipermail/r-devel/2013-February/065794.html}.
+}
+
+\details{
+\tabular{ll}{
+Package: \tab RobAStRDA \cr
+Version: \tab 1.2.1 \cr
+Date: \tab 2024-01-28 \cr
+Depends: \tab R(>= 3.4) \cr
+LazyData: \tab yes \cr
+ByteCompile: \tab yes \cr
+License: \tab LGPL-3 \cr
+URL: \tab http://robast.r-forge.r-project.org/\cr
+VCS/SVNRevision: \tab 1261 \cr
+}
+}
+
+\keyword{package}
+
Modified: pkg/RobExtremes/inst/CITATION
===================================================================
--- pkg/RobExtremes/inst/CITATION 2023-08-21 10:58:56 UTC (rev 1260)
+++ pkg/RobExtremes/inst/CITATION 2024-01-28 20:11:52 UTC (rev 1261)
@@ -1,21 +1,23 @@
-if(!exists("meta") || is.null(meta)) meta <- packageDescription("RobExtremes")
-year <- sub("-.*", "", meta$Date)
-note <- sprintf("R package version %s", meta$Version)
-
-bibentry(
- bibtype = "Manual",
- title = "RobExtremes: Optimally robust estimation for extreme value distributions",
- author = c(person("Peter", "Ruckdeschel"), person("Matthias", "Kohl"), person("Nataliya", "Horbenko")),
- language = "English",
- year = year,
- note = paste("Contributions by", "S. Desmettre, G. Kroisandt, E. Massini, D. Pupashenko and B. Spangl;",
- note),
- type = "R package",
- url = "https://r-forge.r-project.org/projects/robast/",
- textVersion = paste("Ruckdeschel, P., Kohl, M., and Horbenko, N.",
- sprintf("(%s).", year),
- "RobExtremes: Optimally robust estimation for extreme value distributions.",
- paste("Contributions by", "S. Desmettre, G. Kroisandt, E. Massini, D. Pupashenko and B. Spangl;"),
- paste(note, ".", sep = ""),
- "URL https://r-forge.r-project.org/projects/robast/")
-)
+if(!exists("meta") || is.null(meta)) meta <- packageDescription("RobExtremes")
+year <- sub("-.*", "", meta$Date)
+note <- sprintf("R package version %s", meta$Version)
+
+bibentry(
+ bibtype = "Manual",
+ mheader = "To cite package RobExtremes in publications use:",
+ title = "RobExtremes: Optimally robust estimation for extreme value distributions",
+ author = c(as.person("P. Ruckdeschel"),
+ as.person("M. Kohl"),
+ as.person("N. Horbenko")),
+ language = "English",
+ year = year,
+ note = paste("Contributions by", "S. Desmettre, G. Kroisandt, E. Massini, D. Pupashenko and B. Spangl;",
+ note),
+ type = "R package",
+ url = "https://r-forge.r-project.org/projects/robast/",
+ textVersion = paste("Ruckdeschel, P., Kohl, M., and Horbenko, N.",
+ sprintf("(%s).", year),
+ "RobExtremes: Optimally robust estimation for extreme value distributions.",
+ paste("Contributions by", "S. Desmettre, G. Kroisandt, E. Massini, D. Pupashenko and B. Spangl;"),
+ paste(note, ".", sep = ""),
+ "URL https://r-forge.r-project.org/projects/robast/"))
Modified: pkg/RobLox/inst/CITATION
===================================================================
--- pkg/RobLox/inst/CITATION 2023-08-21 10:58:56 UTC (rev 1260)
+++ pkg/RobLox/inst/CITATION 2024-01-28 20:11:52 UTC (rev 1261)
@@ -2,18 +2,18 @@
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
-citHeader("To cite package RobLox in publications use:")
-
-citEntry(entry="Manual",
+bibentry(
+ bibtype = "Manual",
+ mheader = "To cite package RobLox in publications use:",
title = "RobLox: Optimally robust influence curves and estimators for location and scale",
- author = personList(as.person("M. Kohl")),
+ author = as.person("M. Kohl"),
language = "English",
year = year,
note = note,
type = "R package",
- url = "http://robast.r-forge.r-project.org/",
+ url = "https://r-forge.r-project.org/projects/robast/",
textVersion = paste("Kohl, M.",
sprintf("(%s).", year),
"RobLox: Optimally robust influence curves and estimators for location and scale.",
paste(note, ".", sep = ""),
- "URL http://robast.r-forge.r-project.org/"))
+ "URL https://r-forge.r-project.org/projects/robast/"))
Modified: pkg/RobRex/inst/CITATION
===================================================================
--- pkg/RobRex/inst/CITATION 2023-08-21 10:58:56 UTC (rev 1260)
+++ pkg/RobRex/inst/CITATION 2024-01-28 20:11:52 UTC (rev 1261)
@@ -2,18 +2,18 @@
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
-citHeader("To cite package RobRex in publications use:")
-
-citEntry(entry="Manual",
+bibentry(
+ bibtype = "Manual",
+ mheader = "To cite package RobRex in publications use:",
title = "RobRex: Optimally robust influence curves for regression and scale",
- author = personList(as.person("M. Kohl")),
+ author = as.person("M. Kohl"),
language = "English",
year = year,
note = note,
type = "R package",
- url = "http://robast.r-forge.r-project.org/",
+ url = "https://r-forge.r-project.org/projects/robast/",
textVersion = paste("Kohl, M.",
sprintf("(%s).", year),
"RobRex: Optimally robust influence curves for regression and scale.",
paste(note, ".", sep = ""),
- "URL http://robast.r-forge.r-project.org/"))
+ "URL https://r-forge.r-project.org/projects/robast/"))
More information about the Robast-commits
mailing list