BrailleR (version 0.29.1)

MakeReadable: Convert line breaks in vignette documentation

Description

The Rnw files used for vignettes use Linux style line breaks that make reading vignette source files difficult for Windows users. A Python script is called which converts the line breaks and saves the vignette source in the user's MyBrailleR folder.

Usage

MakeReadable(pkg)

Arguments

pkg

The package to investigate for vignette source files.

Value

Nothing in the workspace. All files are stored in a vignettes folder within MyBrailleR.

Details

Must have Python 2.7 installed for this function to work.