diff --git a/R/Reporter.R b/R/Reporter.R index f9bd611c..06930ccf 100644 --- a/R/Reporter.R +++ b/R/Reporter.R @@ -205,7 +205,8 @@ Reporter <- R6::R6Class( # nolint: object_name_linter. private$metadata <- append(private$metadata, meta) invisible(self) }, - #' @description Reinitializes a `Reporter` instance by copying the report cards and metadata from another `Reporter`. + #' @description Reinitializes a `Reporter` instance by copying the report + #' cards and metadata from another `Reporter`. #' @param reporter (`Reporter`) instance to copy from. #' @return `self`, invisibly. #' @examples diff --git a/man/Reporter.Rd b/man/Reporter.Rd index 210c7ce7..1c4893f1 100644 --- a/man/Reporter.Rd +++ b/man/Reporter.Rd @@ -498,7 +498,8 @@ reporter$get_metadata() \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-Reporter-from_reporter}{}}} \subsection{Method \code{from_reporter()}}{ -Reinitializes a \code{Reporter} instance by copying the report cards and metadata from another \code{Reporter}. +Reinitializes a \code{Reporter} instance by copying the report +cards and metadata from another \code{Reporter}. \subsection{Usage}{ \if{html}{\out{