Consider the following usage:
tryCatch(log(\"a\"), error = function(e) NULL) #NULL
Now I\'m trying to do essentially the same, but in a more co
Use the namespaced invocation:
utils::install.packages()