Skip to content
Prev 39008 / 63424 Next

Using MathJax in R's help system

On Wed, Feb 2, 2011 at 10:33 AM, Gong-Yi Liao <gong-yi.liao at uconn.edu> wrote:
But the user still needs to get it in some way - an additional
installation step means that it's probably not suitable for inclusion
with base R.  It could possibly be bundled inside a package, using
some tricks to keep all the files in a single zip file, which reduces
the bundle size to a manageable 15 meg.
Agreed.
Could you please provide a reproducible example?

The following steps should get you up and running:

install.packages("helpr")
library(helpr)
helpr()

The solr warnings will be removed in the next version - you can ignore
them for now.

Hadley