Skip to content

Commit 5c68d0e

Browse files
authored
Merge pull request #159 from burgerga/patch-1
Add omitted invisible to installRtools return
2 parents a15d3b9 + 0cec316 commit 5c68d0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/installRtools.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install.Rtools <- function(check = TRUE, check_r_update = TRUE, GUI = TRUE, ...)
5959
if (update_r) {
6060
updateR(GUI = GUI, print_R_versions = F, install_R = T, start_new_R = T, quit_R = F)
6161
print("Please run installr::install.Rtools using the newly installed R")
62-
return(FALSE)
62+
return(invisible(FALSE))
6363
}
6464
}
6565

0 commit comments

Comments
 (0)