[R] Views installation

Achim Zeileis Achim.Zeileis at uibk.ac.at
Fri Jun 12 10:51:57 CEST 2015


On Fri, 12 Jun 2015, Partha Sinha wrote:

> I want to install views  like machine learning and Bayesian using code
> ( write code and running the code once and it will install all
> packages in those views rather than doing it twice).
> Pl help

I'm not sure what exactly you are looking for but

ctv::update.views(c("Bayesian", "MachineLearning"))

should get everything installed.

> Parth
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list