fixing the namespace bug in musoExample()

This commit is contained in:
hollorol 2019-01-15 20:38:57 +01:00
parent 790757d77d
commit daad2a0e6c

View File

@ -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 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. #'@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 #'@export
copyMusoExamleTo <- function(example = NULL, destination = NULL){ copyMusoExamleTo <- function(example = NULL, destination = NULL){