Skip to content

Commit

Permalink
bump roxygen2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 13, 2024
1 parent e268f06 commit 6804fe4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Roxygen: list(
markdown = TRUE,
roclets = c("collate", "namespace", "rd", "pkgapi::api_roclet", "roxyglobals::global_roclet")
)
RoxygenNote: 7.2.3.9000
RoxygenNote: 7.3.0
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/check: anthonynorth/roxyglobals
8 changes: 4 additions & 4 deletions R/reexports.R
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# DO NOT REMOVE: Needed for `{ggstatsplot}`

#' @export
#' @importFrom magrittr "%>%"
#' @importFrom magrittr %>%
magrittr::`%>%`

#' @export
#' @importFrom magrittr "%<>%"
#' @importFrom magrittr %<>%
magrittr::`%<>%`

#' @export
#' @importFrom magrittr "%$%"
#' @importFrom magrittr %$%
magrittr::`%$%`

#' @export
#' @importFrom zeallot "%<-%"
#' @importFrom zeallot %<-%
zeallot::`%<-%`

#' @export
Expand Down
2 changes: 0 additions & 2 deletions R/statsExpressions-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#' @import dplyr
#' @import glue
#'
#' @importFrom magrittr "%$%"
#' @importFrom zeallot "%<-%"
#' @importFrom insight format_value check_if_installed standardize_names
#' @importFrom parameters model_parameters
#' @importFrom purrr map2 map_dbl map_dfr
Expand Down
1 change: 0 additions & 1 deletion man/statsExpressions-package.Rd

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

0 comments on commit 6804fe4

Please sign in to comment.