diff --git a/R/exportCNR.R b/R/exportCNR.R index a30af45..ee84d81 100644 --- a/R/exportCNR.R +++ b/R/exportCNR.R @@ -29,7 +29,7 @@ export_cnr <- function(cnr, outdir = ".", ...) { if(! dir.exists(outdir) ) { dir.create(outdir, recursive = TRUE) } else { - warning("directory", outdir, "exists, files will be overwritten") + warning("directory ", outdir, " exists, files will be overwritten") }