[Robast-commits] r1257 - in pkg/RobAStRDA: . inst man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 8 08:13:29 CEST 2023
Author: stamats
Date: 2023-05-08 08:13:29 +0200 (Mon, 08 May 2023)
New Revision: 1257
Modified:
pkg/RobAStRDA/DESCRIPTION
pkg/RobAStRDA/inst/CITATION
pkg/RobAStRDA/inst/NEWS
pkg/RobAStRDA/man/0RobRDA-package.Rd
Log:
use bibentry in CITATION file
Modified: pkg/RobAStRDA/DESCRIPTION
===================================================================
--- pkg/RobAStRDA/DESCRIPTION 2023-05-08 05:57:59 UTC (rev 1256)
+++ pkg/RobAStRDA/DESCRIPTION 2023-05-08 06:13:29 UTC (rev 1257)
@@ -1,6 +1,6 @@
Package: RobAStRDA
-Version: 1.2.0
-Date: 2019-03-12
+Version: 1.2.1
+Date: 2023-05-08
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.
@@ -16,7 +16,8 @@
LazyData: yes
ByteCompile: yes
License: LGPL-3
-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: 1202
Modified: pkg/RobAStRDA/inst/CITATION
===================================================================
--- pkg/RobAStRDA/inst/CITATION 2023-05-08 05:57:59 UTC (rev 1256)
+++ pkg/RobAStRDA/inst/CITATION 2023-05-08 06:13:29 UTC (rev 1257)
@@ -1,23 +1,22 @@
-if(!exists("meta") || is.null(meta)) meta <- packageDescription("RobAStRDA")
-year <- sub("-.*", "", meta$Date)
-note <- sprintf("R package version %s", meta$Version)
-
-citHeader("To cite package RobAStRDA in publications use:")
-
-citEntry(entry="Manual",
- title = "RobAStRDA: Interpolation Grids for Packages of the 'RobASt' - Family of Packages",
- author = personList(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 = "http://robast.r-forge.r-project.org/",
- 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 http://robast.r-forge.r-project.org/"))
+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/")
+)
Modified: pkg/RobAStRDA/inst/NEWS
===================================================================
--- pkg/RobAStRDA/inst/NEWS 2023-05-08 05:57:59 UTC (rev 1256)
+++ pkg/RobAStRDA/inst/NEWS 2023-05-08 06:13:29 UTC (rev 1257)
@@ -8,6 +8,13 @@
information)
#######################################
+version 1.2
+#######################################
+
+user-visible CHANGES:
++ use bibentry in CITATION file
+
+#######################################
version 1.1
#######################################
Modified: pkg/RobAStRDA/man/0RobRDA-package.Rd
===================================================================
--- pkg/RobAStRDA/man/0RobRDA-package.Rd 2023-05-08 05:57:59 UTC (rev 1256)
+++ pkg/RobAStRDA/man/0RobRDA-package.Rd 2023-05-08 06:13:29 UTC (rev 1257)
@@ -1,46 +1,46 @@
-\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.0 \cr
-Date: \tab 2019-03-12 \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 1202 \cr
-}
-}
-
-\keyword{package}
-
+\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}
+
More information about the Robast-commits
mailing list