Skip to content

Commit

Permalink
Fix silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jul 12, 2011
1 parent f1b1449 commit d1769d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.r
@@ -1,7 +1,7 @@
.onLoad <- function() {
if (!os() == "win") return()

rtools <- normalizePaths("c:\\Rtools\\bin", mustWork = FALSE)
rtools <- normalizePath("c:\\Rtools\\bin", mustWork = FALSE)
if (!file.exists(rtools)) {
message("Rtools not installed.")
return()
Expand Down

0 comments on commit d1769d1

Please sign in to comment.