From daad2a0e6c1f1f7146d88a40025121c13dbd3f3c Mon Sep 17 00:00:00 2001 From: hollorol Date: Tue, 15 Jan 2019 20:38:57 +0100 Subject: [PATCH] fixing the namespace bug in musoExample() --- RBBGCMuso/R/musoExample.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RBBGCMuso/R/musoExample.R b/RBBGCMuso/R/musoExample.R index 64c491c..5069eb2 100644 --- a/RBBGCMuso/R/musoExample.R +++ b/RBBGCMuso/R/musoExample.R @@ -4,7 +4,7 @@ #' #'@param example The name of the example file, if it is NULL tcl/tk menu will pop up to select. #'@param destination The destination where the example files will be copied. -#'@importFrom tcltk tclRequire tktoplevel tktoplevel tcl tclVar tclvalue tkwidget tk_choose.dir tktitle +#'@import tcltk #'@export copyMusoExamleTo <- function(example = NULL, destination = NULL){