Skip to content

Commit

Permalink
Merge pull request #41 from SingerLab/RodrigoGM-patch-2
Browse files Browse the repository at this point in the history
Update exportCNR.R, warning legibility
  • Loading branch information
RodrigoGM committed Jun 15, 2023
2 parents cb3d661 + a1c78d4 commit d6fcae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/exportCNR.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}


Expand Down

0 comments on commit d6fcae8

Please sign in to comment.