Q. How to install for a package and all of the other packages on which for depends?
β
Correct Answer: (C)
install.packages ("for", depends = TRUE)
You must be Logged in to update hint/solution