Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.17 KB

TiddlyWikiR

An R library to generate wiki reports in TiddlyWiki format.

Install

Stable version of the package and binary files can be found in the CRAN repository:
http://cran.es.r-project.org/web/packages/TiddlyWikiR/index.html

You can install this stable version doing:

install.packages ("TiddlyWikiR")

Development version may be found in GitHub:
https://github.com/dmontaner/TiddlyWikiR

You can install this development version form your R session doing:

library (devtools)
install_github ("dmontaner/TiddlyWikiR")

Documentation

You can find an introduction to the basic TiddlyWikiR workflow in

Use

vignette ("TiddlyWikiR_getting_started")

to read the vignette from your R session.

Or

browseVignettes(package = "TiddlyWikiR")

to list available vignettes in the package.