rco: Make Your R Code Run Faster Today!

Interested in publishing a one-time post on R-bloggers.com? Press here to learn how.
The rco package can optimize R code in a variety of different ways. The package implements common subexpression elimination, constant folding, constant propagation, dead code elimination, among other very relevant code optimization strategies.

Currently, the rco could be downloaded as a GitHub package. The rco  package functions as an RStudio Addin, be used through a shiny GUI interface, or as an R function through either the optimize_files() or optimize_text()  functions. Found an optimization method not currently supported by the rco package? Feel free to contribute! Your contribution is more than welcome. Install rco now and make your R code run faster today!

Published by

Adrian Serapio

I am an avid coder 17-year old coder that is passionate in exploring the intersection of computer science and medicine, an aspiring biomedical engineer ;)

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.