From 9b4c9d142b239adc4970921289e96ce39463bdc7 Mon Sep 17 00:00:00 2001 From: be-marc Date: Thu, 4 Jul 2024 17:16:07 +0200 Subject: [PATCH] fix: export Rush class --- NAMESPACE | 1 + R/Rush.R | 1 + 2 files changed, 2 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index c83887c..479e082 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/R/Rush.R b/R/Rush.R index 611bf7c..a7984b7 100644 --- a/R/Rush.R +++ b/R/Rush.R @@ -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{