Skip to content

Commit

Permalink
Correct linter finding.
Browse files Browse the repository at this point in the history
  • Loading branch information
0liver0815 committed Sep 14, 2023
1 parent c2f67a2 commit 661d3f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/Design-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ NULL
#' simulating the response vectors. If set, the value is saved as the
#' `seed` slot of the returned object. The default, `NULL` will
#' not change the random generator state.
#' @return The integer vector containing the random number generate state will be returned, in order to call this function
#' with this input to reproduce the obtained simulation results.
#' @return The integer vector containing the random number generate state will
#' be returned, in order to call this function with this input to reproduce
#' the obtained simulation results.
#'
#' @export
#' @keywords programming
Expand Down
5 changes: 3 additions & 2 deletions man/set_seed.Rd

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

0 comments on commit 661d3f0

Please sign in to comment.