Re: [R] Task Views

2015-09-09 Thread Achim Zeileis
On Wed, 9 Sep 2015, Partha Sinha wrote: Dear All I am using R version R version 3.2.1 (2015-06-18) in windows 7. I have installed few task views like Timeseries and Graphics in R. 1. Is it possible to find out which "TASK Views" are installed in the system ? Not out of the box. The task view

[R] Task Views

2015-09-08 Thread Partha Sinha
Dear All I am using R version R version 3.2.1 (2015-06-18) in windows 7. I have installed few task views like Timeseries and Graphics in R. 1. Is it possible to find out which "TASK Views" are installed in the system ? 2. Can in install multiple Task views using single command ? Regards Partha _

[R] R task views graph representation

2014-03-23 Thread paul sorenson
I created a graph of the R task views using python to scrape the HTML, networkx to construct the graph at runtime then dumped it out as a graphviz dot file. Finally creating an SVG file with dot: see http://metrak.com/R/taskview.svg I was wondering what people find useful for visualising