fixing the namespace bug in musoExample()
This commit is contained in:
parent
790757d77d
commit
daad2a0e6c
@ -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){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user