Skip to content

Commit

Permalink
return -> returns
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 13, 2023
1 parent f90aa9e commit 86be583
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion R/contingency_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' ```{r child="man/rmd-fragments/contingency_table.Rmd"}
#' ```
#'
#' @return
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```
Expand Down
2 changes: 1 addition & 1 deletion R/corr_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' ```{r child="man/rmd-fragments/corr_test.Rmd"}
#' ```
#'
#' @return
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```
Expand Down
2 changes: 1 addition & 1 deletion R/long_to_wide_converter.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' converted from long/tidy to wide (default: `TRUE`).
#' @param ... Currently ignored.
#'
#' @return A data frame with `NA`s removed while respecting the
#' @returns A data frame with `NA`s removed while respecting the
#' between-or-within-subjects nature of the dataset.
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion R/meta_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' ```{r child="man/rmd-fragments/corr_test.Rmd"}
#' ```
#'
#' @return
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```
Expand Down
2 changes: 1 addition & 1 deletion R/one_sample_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' ```{r child="man/rmd-fragments/one_sample_test.Rmd"}
#' ```
#'
#' @return
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```
Expand Down
2 changes: 1 addition & 1 deletion R/oneway_anova.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' ```{r child="man/rmd-fragments/oneway_anova.Rmd"}
#' ```
#'
#' @return
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```
Expand Down
4 changes: 2 additions & 2 deletions R/pairwise_comparisons.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' ```{r child="man/rmd-fragments/pairwise_comparisons.Rmd"}
#' ```
#'
#' @return
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```
Expand Down Expand Up @@ -277,7 +277,7 @@ pairwise_comparisons <- function(data,
#' @description
#' Preparing text to describe which *p*-value adjustment method was used
#'
#' @return Standardized text description for what method was used.
#' @returns Standardized text description for what method was used.
#'
#' @inheritParams pairwise_comparisons
#'
Expand Down
2 changes: 1 addition & 1 deletion R/two_sample_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' ```{r child="man/rmd-fragments/two_sample_test.Rmd"}
#' ```
#'
#' @return
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```
Expand Down

0 comments on commit 86be583

Please sign in to comment.