Skip to content

jonclayden/r-manuals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the source code used to generate the mirrors of the R manuals currently hosted at http://r-manuals.flakery.org. A local copy of the HTML manuals can be generated by running

make fetch

to fetch the original manuals (which will have a .html.in extension), followed by

make

to create the new versions (with a .html extension). The latter step requires Ruby and the Nokogiri Ruby gem.

The changes made to the originals are very minimal: existing style tags are stripped out, a new link to the stylesheet provided is inserted, and JavaScript code is injected to support automatic hyphenation. The intention is to make the manuals easier to read and navigate, without altering their primary content.

About

Source code of R manuals mirror site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published