Displaying 2 results from an estimated 2 matches for "keep_output".
Did you mean:
keep_outputs
2017 Feb 24
0
BUG: the quiet option in the install.packages function
...rgs"),
configure.vars = getOption("configure.vars"),
clean = FALSE, Ncpus = getOption("Ncpus", 1L),
verbose = getOption("verbose"),
libs_only = FALSE, INSTALL_opts, quiet = FALSE,
keep_outputs = FALSE, ...)
... Arguments to be passed to download.file or to the functions for binary
installs on OS X and Windows (which accept an argument "lock": see the
section on ?Locking?).
#############################
Since only (...) were passed to the download.file, the quite parameter
sp...
2024 Feb 16
1
Packages sometimes don't update, but no error or warning is thrown
....args =
> > getOption("configure.args"), configure.vars =
> > getOption("configure.vars"), clean = FALSE, Ncpus =
> > getOption("Ncpus", 1L), verbose = getOption("verbose"),
> > libs_only = FALSE, INSTALL_opts, quiet = FALSE,
> > keep_outputs = FALSE, ...) { [...]
>
>
> > So if you use Install/Update in the Packages tab of
> > RStudio and do not experience the behaviour you are
> > expecting, it is something that you need to discuss with
> > Posit, not with R. :)
>
> >> However, the only messag...