From 09b773804b5585ceceb0abbba986e4a669341f7b Mon Sep 17 00:00:00 2001 From: leifeld Date: Sun, 31 Mar 2024 22:13:00 +0100 Subject: [PATCH] Fixed a missing backslash in documentation --- R/gofstatistics.R | 2 +- man/gof-statistics.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/gofstatistics.R b/R/gofstatistics.R index f1494c3..b919ffe 100644 --- a/R/gofstatistics.R +++ b/R/gofstatistics.R @@ -32,7 +32,7 @@ #' \link{rocpr} function). #' } #' -#' Users can create their own statistics for use with the code{gof} methods. To +#' Users can create their own statistics for use with the \code{gof} methods. To #' do so, one needs to write a function that accepts and returns the respective #' objects described in the enumeration above. It is advisable to look at the #' definitions of some of the existing functions to add custom functions. It is diff --git a/man/gof-statistics.Rd b/man/gof-statistics.Rd index 0fdeb0e..7315f9d 100644 --- a/man/gof-statistics.Rd +++ b/man/gof-statistics.Rd @@ -189,7 +189,7 @@ the \link{gof-methods} help page). There are three types of statistics: \link{rocpr} function). } -Users can create their own statistics for use with the code{gof} methods. To +Users can create their own statistics for use with the \code{gof} methods. To do so, one needs to write a function that accepts and returns the respective objects described in the enumeration above. It is advisable to look at the definitions of some of the existing functions to add custom functions. It is