We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a15d3b9 + 0cec316 commit 5c68d0eCopy full SHA for 5c68d0e
1 file changed
R/installRtools.R
@@ -59,7 +59,7 @@ install.Rtools <- function(check = TRUE, check_r_update = TRUE, GUI = TRUE, ...)
59
if (update_r) {
60
updateR(GUI = GUI, print_R_versions = F, install_R = T, start_new_R = T, quit_R = F)
61
print("Please run installr::install.Rtools using the newly installed R")
62
- return(FALSE)
+ return(invisible(FALSE))
63
}
64
65
0 commit comments