Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarion: fixed Namespace in Imports field not imported from: ‘R6’
  • Loading branch information
HendrikSchultheis committed Sep 7, 2018
1 parent ea05701 commit 562b394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -35,3 +35,4 @@ export(set_logger)
export(transformation)
export(transformationUI)
import(data.table)
importFrom(R6,R6Class)
1 change: 1 addition & 0 deletions R/clarion.R
Expand Up @@ -45,6 +45,7 @@
#'
#' @format NULL
#' @usage NULL
#' @importFrom R6 R6Class
#' @export
Clarion <- R6::R6Class("Clarion",
public = list(
Expand Down

0 comments on commit 562b394

Please sign in to comment.