From e155406e31906eab6a8336c1406e743d2f377827 Mon Sep 17 00:00:00 2001 From: InfinityLoop Date: Fri, 27 Nov 2020 00:53:09 +0900 Subject: [PATCH] fix: import package before use function --- R/colorpicker.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/colorpicker.R b/R/colorpicker.R index a958164..aa8aaba 100644 --- a/R/colorpicker.R +++ b/R/colorpicker.R @@ -74,10 +74,10 @@ colorpickerInput <- function(inputId, "swatches", "twitter" )) { - createReactShinyInput( + reactR::createReactShinyInput( inputId, "colorpicker", - htmlDependency( + htmltools::htmlDependency( name = "colorpicker-input", version = "1.0.0", src = "www/colorpicker/colorpicker",