From 482307d1d5797e482443fe6cd7d20e4cfbb13f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:55:33 +0100 Subject: [PATCH] lintr: fix long line --- R/Reporter.R | 3 ++- man/Reporter.Rd | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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{