Skip to content
Prev 385290 / 398502 Next

install.packages() R vs RStudio

Dear Duncan,
On 2020-08-17 9:03 a.m., Duncan Murdoch wrote:
I can't recall ever disagreeing with something you said on the R-help, 
but this seems to me to be off-base. While what you say is technically 
correct, silently masking a standard R function, in this case, I 
believe, by messing with the namespace of the utils package, seems 
inadvisable to me.

As has been noted, cryptic problems have arisen with install.packages() 
in RStudio -- BTW, I use it regularly and haven't personally experienced 
any issues. One could concoct truly scary examples, such as redefining 
isTRUE().

Best,
  John