Displaying 1 result from an estimated 1 matches for "hassrc".
Did you mean:
hassle
2015 May 18
0
install.packages() / update.packages() sometimes outputs to stdout and sometimes to stderr [and menu() & readline()]
...e are sent to stderr (e.g.
via message()), e.g.
install.packages <-
function(pkgs, lib, repos = getOption("repos"),
[...]
if(action == "interactive" && interactive()) {
msg <-
ngettext(sum(later & hasSrc),
"Do you want to install from sources
the package which needs compilation?",
"Do you want to install from sources
the packages which need compilation?")
message(msg, domain = NA)...