Skip to content

Commit

Permalink
Move author in roxygen chunk
Browse files Browse the repository at this point in the history
- move author *below* the `@return` tag
  • Loading branch information
stufield committed Apr 20, 2023
1 parent 78801e0 commit 658edac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/diffAdats.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#' @param tolerance Numeric `> 0`. Differences smaller than tolerance are
#' not triggered. See [all.equal()].
#' @note Only diffs of the column name _intersect_ are reported.
#' @author Stu Field
#' @return `NULL`, invisibly. Called for side effects.
#' @author Stu Field
#' @examples
#' # subset `example_data` for speed
#' # all SeqIds from 2000 -> 2999
Expand Down

0 comments on commit 658edac

Please sign in to comment.