var fDesc=new Array(); fDesc[0] = "Revolution R Community is Revolution Analytics' free distribution of the open source R programming language -- enhanced for users looking for faster performance and greater stability. It's perfect for learning R and basic analysis.

Revolution R runs many computationally-intensive programs faster, especially on multiprocessor systems. It is linked with computational libraries that take advantage of multiple processors simultaneously to reduce the time to complete many common mathematical operations. You do not need to modify your existing R code to benefit from these optimizations."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }