Skip to content

Commit

Permalink
fixed docs of plot functions to pass CRAN checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbarth committed Oct 22, 2024
1 parent 7ccc40e commit 56d44e4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion R/apa_barplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' a factorial design and set APA-friendly defaults.
#'
#' @inherit apa_factorial_plot
#' @inheritDotParams apa_factorial_plot
#' @param ... Further arguments passed on to [apa_factorial_plot()].
#' @family plots for factorial designs
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion R/apa_beeplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' a factorial design and set APA-friendly defaults.
#'
#' @inherit apa_factorial_plot
#' @inheritDotParams apa_factorial_plot
#' @param ... Further arguments passed on to [apa_factorial_plot()].
#' @family plots for factorial designs
#' @examples
#' apa_beeplot(
Expand Down
3 changes: 1 addition & 2 deletions R/apa_lineplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#' a factorial design and set APA-friendly defaults.
#'
#' @inherit apa_factorial_plot
#' @inheritDotParams apa_factorial_plot
#'
#' @family plots for factorial designs
#' @examples
Expand Down Expand Up @@ -34,6 +33,7 @@
#' , las = 1
#' )
#'
#' @param ... Further arguments passed on to [apa_factorial_plot()].
#' @import grDevices
#' @import graphics
#' @rdname apa_lineplot
Expand All @@ -44,7 +44,6 @@ apa_lineplot <- function(data, ...){
}



#' @rdname apa_lineplot
#' @export

Expand Down
6 changes: 1 addition & 5 deletions man/apa_barplot.Rd

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

6 changes: 1 addition & 5 deletions man/apa_beeplot.Rd

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

6 changes: 1 addition & 5 deletions man/apa_lineplot.Rd

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

0 comments on commit 56d44e4

Please sign in to comment.