Skip to content

Commit

Permalink
fix: export Rush class
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jul 4, 2024
1 parent d14249c commit 9b4c9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(AppenderRedis)
export(Rush)
export(RushWorker)
export(assert_rush)
export(assert_rush_worker)
Expand Down
1 change: 1 addition & 0 deletions R/Rush.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
#' @template param_data_format
#'
#' @return Object of class [R6::R6Class] and `Rush` with controller methods.
#' @export
#' @examples
#' # This example is not executed since Redis must be installed
#' \donttest{
Expand Down

0 comments on commit 9b4c9d1

Please sign in to comment.