diff --git a/README.md b/README.md index f201449..7c440c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,20 @@ tabplot ======= -R package for tableplot visualisation \ No newline at end of file +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 \ No newline at end of file diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 4251a0b..40d2f19 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -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),