fix typo: copyMusoExamleTo

This commit is contained in:
Roland Hollós 2019-01-22 13:12:09 +01:00
parent 6bb3c9f696
commit 0f0933e62e

View File

@ -6,7 +6,7 @@
#'@param destination The destination where the example files will be copied. #'@param destination The destination where the example files will be copied.
#'@export #'@export
copyMusoExamleTo <- function(example = NULL, destination = NULL){ copyMusoExampleTo <- function(example = NULL, destination = NULL){
WindowsP <- Sys.info()[1] == "Windows" WindowsP <- Sys.info()[1] == "Windows"
chooseExample <- function(){ chooseExample <- function(){