[Robast-commits] r1256 - in pkg: RandVar/inst RobAStBase RobAStBase/inst RobAStBase/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon May 8 07:58:00 CEST 2023


Author: stamats
Date: 2023-05-08 07:57:59 +0200 (Mon, 08 May 2023)
New Revision: 1256

Modified:
   pkg/RandVar/inst/CITATION
   pkg/RobAStBase/DESCRIPTION
   pkg/RobAStBase/inst/CITATION
   pkg/RobAStBase/inst/NEWS
   pkg/RobAStBase/man/0RobAStBase-package.Rd
Log:
use bibentry in CITATION file

Modified: pkg/RandVar/inst/CITATION
===================================================================
--- pkg/RandVar/inst/CITATION	2023-05-08 05:40:07 UTC (rev 1255)
+++ pkg/RandVar/inst/CITATION	2023-05-08 05:57:59 UTC (rev 1256)
@@ -3,7 +3,6 @@
 note <- sprintf("R package version %s", meta$Version)
 
 bibentry(
-  mheader = "To cite package RandVar in publications use:",
   bibtype = "Manual",
   title = "RandVar: Implementation of random variables",
   author = c(person("Matthias", "Kohl"), person("Peter", "Ruckdeschel")),
@@ -11,6 +10,7 @@
   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.",

Modified: pkg/RobAStBase/DESCRIPTION
===================================================================
--- pkg/RobAStBase/DESCRIPTION	2023-05-08 05:40:07 UTC (rev 1255)
+++ pkg/RobAStBase/DESCRIPTION	2023-05-08 05:57:59 UTC (rev 1256)
@@ -1,6 +1,6 @@
 Package: RobAStBase
-Version: 1.2.3
-Date: 2022-11-12
+Version: 1.2.4
+Date: 2023-05-08
 Title: Robust Asymptotic Statistics
 Description: Base S4-classes and functions for robust asymptotic statistics.
 Depends: R(>= 3.4), methods, rrcov, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.1),
@@ -15,8 +15,8 @@
             "cph"), comment="for source file 'format.perc'"))
 ByteCompile: yes
 License: LGPL-3
-Encoding: latin1
-URL: http://robast.r-forge.r-project.org/
+Encoding: UTF-8
+URL: https://r-forge.r-project.org/projects/robast/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
 VCS/SVNRevision: 1236

Modified: pkg/RobAStBase/inst/CITATION
===================================================================
--- pkg/RobAStBase/inst/CITATION	2023-05-08 05:40:07 UTC (rev 1255)
+++ pkg/RobAStBase/inst/CITATION	2023-05-08 05:57:59 UTC (rev 1256)
@@ -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)
-
-citHeader("To cite package RobAStBase in publications use:")
-
-citEntry(entry="Manual",
-         title = "RobAStBase: Robust Asymptotic Statistics",
-         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),
-                             "RobAStBase: Robust Asymptotic Statistics.",
-                             paste(note, ".", sep = ""),
-                             "URL http://robast.r-forge.r-project.org/"))
+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: pkg/RobAStBase/inst/NEWS
===================================================================
--- pkg/RobAStBase/inst/NEWS	2023-05-08 05:40:07 UTC (rev 1255)
+++ pkg/RobAStBase/inst/NEWS	2023-05-08 05:57:59 UTC (rev 1256)
@@ -8,6 +8,13 @@
  information)
 
 #######################################
+version 1.2.4
+#######################################
+
+user-visible CHANGES:
++ CITATION file now use bibentry
+  
+#######################################
 version 1.2.3
 #######################################
 

Modified: pkg/RobAStBase/man/0RobAStBase-package.Rd
===================================================================
--- pkg/RobAStBase/man/0RobAStBase-package.Rd	2023-05-08 05:40:07 UTC (rev 1255)
+++ pkg/RobAStBase/man/0RobAStBase-package.Rd	2023-05-08 05:57:59 UTC (rev 1256)
@@ -1,54 +1,55 @@
-\name{RobAStBase-package}
-\alias{RobAStBase-package}
-\alias{RobAStBase}
-\docType{package}
-\title{
-Robust Asymptotic Statistics
-}
-\description{
-Base S4-classes and functions for robust asymptotic statistics.
-}
-\details{
-\tabular{ll}{
-Package: \tab RobAStBase \cr
-Version: \tab 1.2.3 \cr
-Date: \tab 2022-11-12 \cr
-Depends: \tab R(>= 3.4), methods, rrcov, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.1),RandVar(>= 1.2.0) \cr
-Suggests: \tab ROptEst(>= 1.2.0), RUnit(>= 0.4.26) \cr
-Imports: \tab startupmsg, graphics, grDevices, stats \cr
-ByteCompile: \tab yes \cr
-Encoding: \tab  latin1 \cr
-License: \tab LGPL-3 \cr
-URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1236 \cr
-}
-}
-\author{
-Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de},\cr%
-Matthias Kohl \email{Matthias.Kohl at stamats.de}\cr
-Maintainer: Matthias Kohl  \email{matthias.kohl at stamats.de}}
-\references{
-  M. Kohl (2005). Numerical Contributions to the Asymptotic Theory of Robustness.
-  Dissertation. University of Bayreuth.
-}
-\seealso{
-\code{\link[distr:0distr-package]{distr-package}}, 
-\code{\link[distrEx:0distrEx-package]{distrEx-package}},
-\code{\link[distrMod:0distrMod-package]{distrMod-package}}
-}
-\section{Package versions}{
-Note: The first two numbers of package versions do not necessarily reflect
- package-individual development, but rather are chosen for the
- RobAStXXX family as a whole in order to ease updating "depends"
- information.
-}
-\examples{
-library(RobAStBase)
-## some L2 differentiable parametric family from package distrMod, e.g.
-B <- BinomFamily(size = 25, prob = 0.25) 
-## classical optimal IC
-IC0 <- optIC(model = B, risk = asCov())
-plot(IC0) # plot IC
-checkIC(IC0, B)
-}
-\keyword{package}
+\name{RobAStBase-package}
+\alias{RobAStBase-package}
+\alias{RobAStBase}
+\docType{package}
+\title{
+Robust Asymptotic Statistics
+}
+\description{
+Base S4-classes and functions for robust asymptotic statistics.
+}
+\details{
+\tabular{ll}{
+Package: \tab RobAStBase \cr
+Version: \tab 1.2.4 \cr
+Date: \tab 2023-05-08 \cr
+Depends: \tab R(>= 3.4), methods, rrcov, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.1),RandVar(>= 1.2.0) \cr
+Suggests: \tab ROptEst(>= 1.2.0), RUnit(>= 0.4.26) \cr
+Imports: \tab startupmsg, graphics, grDevices, stats \cr
+ByteCompile: \tab yes \cr
+Encoding: \tab  latin1 \cr
+License: \tab LGPL-3 \cr
+URL: \tab https://r-forge.r-project.org/projects/robast/\cr
+VCS/SVNRevision: \tab 1236 \cr
+}
+}
+\author{
+Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de},\cr%
+Matthias Kohl \email{Matthias.Kohl at stamats.de}\cr
+Maintainer: Matthias Kohl  \email{matthias.kohl at stamats.de}}
+\references{
+  M. Kohl (2005). Numerical Contributions to the Asymptotic Theory of Robustness.
+  Dissertation. University of Bayreuth.
+  See also https://www.stamats.de/wp-content/uploads/2018/04/ThesisMKohl.pdf
+}
+\seealso{
+\code{\link[distr:0distr-package]{distr-package}}, 
+\code{\link[distrEx:0distrEx-package]{distrEx-package}},
+\code{\link[distrMod:0distrMod-package]{distrMod-package}}
+}
+\section{Package versions}{
+Note: The first two numbers of package versions do not necessarily reflect
+ package-individual development, but rather are chosen for the
+ RobAStXXX family as a whole in order to ease updating "depends"
+ information.
+}
+\examples{
+library(RobAStBase)
+## some L2 differentiable parametric family from package distrMod, e.g.
+B <- BinomFamily(size = 25, prob = 0.25) 
+## classical optimal IC
+IC0 <- optIC(model = B, risk = asCov())
+plot(IC0) # plot IC
+checkIC(IC0, B)
+}
+\keyword{package}



More information about the Robast-commits mailing list