Explore projects
-
-
-
-
Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.
Updated -
-
-
-
Generate a colorized diff of two R objects for an intuitive visualization of their differences.
Updated -
Provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages is supported via Andre Simon's highlight package (http://www.andre-simon.de).
Updated -
Access the RStudio API (if available) and provide informative error messages when it's not.
Updated -
-
-
-
Tools to read, write, create, and manipulate DESCRIPTION files. It is intended for packages that create or manipulate other packages.
Updated -
-
It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly that.
Updated -
-
-
-
The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user.
Updated