Learn R Programming

relax (version 1.3.15)

relax -- R Editor for Literate Analysis and lateX

Description

package relax contains some functions for report writing, presentation, and programming: relax(), tangleR(), weaveR(), (g)slider(). "relax" is written in R and Tcl/Tk. relax creates a new window (top level Tcl/Tk widget) that consists of two text fields and some buttons and menus. Text (chunks) and code (chunks) are inserted in the upper text field (report field). Code chunks are evaluated by clicking on EvalRCode. Results are shown in the lower text field (output field) and will be transferred to the report field by pressing on Insert. In this way you get correct reports. These reports can be loaded again in cause of presentation, modification and result checking. tangleR() and weaveR() implement a plain kind of tangling and weaving. gslider() and slider() are designed to define sliders for interactive experiments in a simple way. The syntax rules of code chunks and text chunks are defined by the noweb system proposed by Norman Ramsey (http://www.eecs.harvard.edu/~nr/noweb/intro.html).

Copy Link

Version

Install

install.packages('relax')

Monthly Downloads

238

Version

1.3.15

License

GPL (>= 2)

Maintainer

Last Published

March 10th, 2014

Functions in relax (1.3.15)

scan

modified version of scan for relax
slider

slider / button control widgets
menu

modified version of menu for relax
cat

modified version of cat for relax
print

modified version of print for relax
playground

playground for testing R code
CodeChunkPlayer

CodeChunkPlayer, ConstructDemo -- tools for browsing and evaluation of code chunks
relax

R editor: relax
weaveR

function to weave a file
weaveRhtml

function to weave a rev-file to a html-file
args.player

An interactive Tcl/Tk Tool for Evaluation of Functions Calls
tangleR

function to tangle a file
readline

modified version of readline for relax
str

modified version of str for relax
step

modified version of step for relax