For example, if I wanted to never download any dependencies, in R I would
install.packages("A3", dependencies = false)
Is there something I could put into .Renviron or .Rprofile that would enforce that behaviour?
I presume it would look like this, but I can't see any documentation to indicate this would work:
install.packages.dependencies = false
Thanks
L.