Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I had forgotten about the Rice project, it has been a while. I think the operational term here is stated at the top of the project page: <em>Last Updated 3/8/06</em>.</p> <p>And we all know R changes a lot. So I have only the standard few pointers for you:</p> <ul> <li><a href="http://www.cs.uiowa.edu/~luke/" rel="noreferrer">Luke Tierney</a>, who not only knows a lot about R internals but equally about byte compilers, has been working on such a project. Nothing ready yet, and it would still work in conjunction with the standard R engine. </li> <li>Stephen Milborrow has the <a href="http://www.milbo.users.sonic.net/ra/" rel="noreferrer">Ra</a> extension to R that works with his just-in-time compiler package <a href="http://cran.r-project.org/package=jit" rel="noreferrer">jit</a></li> <li>my Introduction to High-Performance Computing with R tutorials <a href="http://dirk.eddelbuettel.com/papers/useR2009hpcTutorial.pdf" rel="noreferrer">(most recent tutorial slides from UseR! 2009)</a> covers the profiling, compiling extentions, parallel computing with R, ... part, including <a href="http://dirk.eddelbuettel.com/code/rcpp.html" rel="noreferrer">Rcpp</a> and and a bit about <a href="http://dirk.eddelbuettel.com/code/rinside.html" rel="noreferrer">RInside</a>.</li> </ul> <p>In short: there is no way have what you desire <em>specific ways to compile and deploy R code without installing R in advance</em>. Sorry. </p> <p><em>Edit/Update (April 2011):</em> Luke's new <code>compiler</code> package will be part of R 2.13.0 (to be released April 2011) but not 'activated' by default which is expected for R 2.14.0 expected for October 2011. </p> <p><em>Edit/Update (December 2011):</em> Prof Tierney just release a <a href="http://www.divms.uiowa.edu/~luke/R/compiler/compiler.pdf" rel="noreferrer">massive 100+ page paper</a> on the byte-code compiler.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload