From a5a86c19a9bf7730080471eaca6bbc14219013fd Mon Sep 17 00:00:00 2001 From: jgabry Date: Thu, 4 Jun 2026 16:50:45 +0200 Subject: [PATCH] Regnerate doc using latex roxygen2 version --- DESCRIPTION | 2 +- man/kfold-helpers.Rd | 2 +- man/loo-package.Rd | 1 + man/loo_compare.Rd | 3 ++- man/print.loo.Rd | 2 +- man/psis.Rd | 2 +- man/sis.Rd | 2 +- man/tis.Rd | 2 +- 8 files changed, 9 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3baf05ff..47572dd9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -60,5 +60,5 @@ Config/testthat/start-first: loo_subsampling_cases, loo_subsampling Encoding: UTF-8 LazyData: TRUE Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.3 SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc +Config/roxygen2/version: 8.0.0 diff --git a/man/kfold-helpers.Rd b/man/kfold-helpers.Rd index 26a4d273..f1cd25a6 100644 --- a/man/kfold-helpers.Rd +++ b/man/kfold-helpers.Rd @@ -19,7 +19,7 @@ kfold_split_grouped(K = 10, x = NULL) \item{N}{The number of observations in the data.} \item{x}{A discrete variable of length \code{N} with at least \code{K} levels (unique -values). Will be coerced to a \link[=factor]{factor}.} +values). Will be coerced to a \link{factor}.} } \value{ An integer vector of length \code{N} where each element is an index in \code{1:K}. diff --git a/man/loo-package.Rd b/man/loo-package.Rd index 31b5a49c..aa158231 100644 --- a/man/loo-package.Rd +++ b/man/loo-package.Rd @@ -122,6 +122,7 @@ Useful links: Authors: \itemize{ + \item Jonah Gabry \email{jgabry@gmail.com} \item Aki Vehtari \email{Aki.Vehtari@aalto.fi} \item Måns Magnusson \item Yuling Yao diff --git a/man/loo_compare.Rd b/man/loo_compare.Rd index 02a4d2c2..c54b9f86 100644 --- a/man/loo_compare.Rd +++ b/man/loo_compare.Rd @@ -1,5 +1,6 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/loo_compare.R, R/loo_compare.psis_loo_ss_list.R +% Please edit documentation in R/loo_compare.R, +% R/loo_compare.psis_loo_ss_list.R \name{loo_compare} \alias{loo_compare} \alias{loo_compare.default} diff --git a/man/print.loo.Rd b/man/print.loo.Rd index 42a37bbe..52e5b4ca 100644 --- a/man/print.loo.Rd +++ b/man/print.loo.Rd @@ -30,7 +30,7 @@ \arguments{ \item{x}{An object returned by \code{\link[=loo]{loo()}}, \code{\link[=psis]{psis()}}, or \code{\link[=waic]{waic()}}.} -\item{digits}{An integer passed to \code{\link[base:Round]{base::round()}}.} +\item{digits}{An integer passed to \code{\link[base:round]{base::round()}}.} \item{...}{Arguments passed to \code{\link[=plot.psis_loo]{plot.psis_loo()}} if \code{plot_k} is \code{TRUE}.} diff --git a/man/psis.Rd b/man/psis.Rd index 0462af97..534792d8 100644 --- a/man/psis.Rd +++ b/man/psis.Rd @@ -82,7 +82,7 @@ page for details. } } -Objects of class \code{"psis"} also have the following \link[=attributes]{attributes}: +Objects of class \code{"psis"} also have the following \link{attributes}: \describe{ \item{\code{norm_const_log}}{ Vector of precomputed values of \code{colLogSumExps(log_weights)} that are diff --git a/man/sis.Rd b/man/sis.Rd index d2663d60..d39af007 100644 --- a/man/sis.Rd +++ b/man/sis.Rd @@ -67,7 +67,7 @@ A named list containing one vector: } } -Objects of class \code{"sis"} also have the following \link[=attributes]{attributes}: +Objects of class \code{"sis"} also have the following \link{attributes}: \describe{ \item{\code{norm_const_log}}{ Vector of precomputed values of \code{colLogSumExps(log_weights)} that are diff --git a/man/tis.Rd b/man/tis.Rd index 46cf30a8..1747a64f 100644 --- a/man/tis.Rd +++ b/man/tis.Rd @@ -69,7 +69,7 @@ A named list containing one vector: } } -Objects of class \code{"tis"} also have the following \link[=attributes]{attributes}: +Objects of class \code{"tis"} also have the following \link{attributes}: \describe{ \item{\code{norm_const_log}}{ Vector of precomputed values of \code{colLogSumExps(log_weights)} that are