Skip to content

Commit

Permalink
updated readme and description
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Feb 22, 2013
1 parent bd0e63e commit 3632acd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.md
@@ -1,4 +1,20 @@
tabplot
=======

R package for tableplot visualisation
R package for tableplot visualisation
![A tableplot example](http://www.von-tijn.nl/tijn/research/Tableplot.png)

Installation
------------

tabplot is available from CRAN. The current development version can be installed using devtools.

```r
library(devtools)
install_github("tabplot", username="mtennekes", subdir="pkg")
```

Usage
-----

See documentation and vignette
2 changes: 1 addition & 1 deletion pkg/DESCRIPTION
Expand Up @@ -14,7 +14,7 @@ Description: A tableplot is a visualisation of a (large)
values are taken into account. Also supports large ffdf
datasets from the ff package.
Version: 1.0-1
URL: http://code.google.com/p/tableplot/
URL: https://github.com/mtennekes/tabplot
Date: 2012-12-18
Depends:
ffbase (>= 0.6-3),
Expand Down

0 comments on commit 3632acd

Please sign in to comment.