typo
This commit is contained in:
@@ -51,7 +51,7 @@ copyMusoExamleTo <- function(example = NULL, destination = NULL){
|
|||||||
file.copy("./bin/muso", destination)
|
file.copy("./bin/muso", destination)
|
||||||
} else {
|
} else {
|
||||||
file.copy("./bin/muso.exe", destination)
|
file.copy("./bin/muso.exe", destination)
|
||||||
file.copy("./bin/cygwin.dll", destination)
|
file.copy("./bin/cygwin1.dll", destination)
|
||||||
}
|
}
|
||||||
file.copy(grep("bin", list.files(), value = TRUE, invert = TRUE),destination)
|
file.copy(grep("bin", list.files(), value = TRUE, invert = TRUE),destination)
|
||||||
setwd(currDir)
|
setwd(currDir)
|
||||||
|
|||||||
Reference in New Issue
Block a user