Skip to content

Commit

Permalink
lintr: fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 16, 2024
1 parent 914b82f commit 482307d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/Reporter.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion man/Reporter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 482307d

Please sign in to comment.