From 562b394df910b3ad917c3716064401649f4e1964 Mon Sep 17 00:00:00 2001 From: Schultheis Date: Fri, 7 Sep 2018 15:42:09 +0200 Subject: [PATCH] =?UTF-8?q?Clarion:=20fixed=20Namespace=20in=20Imports=20f?= =?UTF-8?q?ield=20not=20imported=20from:=20=E2=80=98R6=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NAMESPACE | 1 + R/clarion.R | 1 + 2 files changed, 2 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index fdd8ef2..df0d7dd 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -35,3 +35,4 @@ export(set_logger) export(transformation) export(transformationUI) import(data.table) +importFrom(R6,R6Class) diff --git a/R/clarion.R b/R/clarion.R index 22ce390..235c95f 100644 --- a/R/clarion.R +++ b/R/clarion.R @@ -45,6 +45,7 @@ #' #' @format NULL #' @usage NULL +#' @importFrom R6 R6Class #' @export Clarion <- R6::R6Class("Clarion", public = list(