From c8cadec55568944717c64df0078187d8a2e91c65 Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Mon, 4 Jan 2016 23:06:06 -0500 Subject: [PATCH] readme --- README.Rmd | 5 +++-- README.html | 8 ++++---- README.md | 7 ++++--- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.Rmd b/README.Rmd index f18cd81..409bd1f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,12 +17,13 @@ fig.retina = 2, ) ``` [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/0.1.0/active.svg)](http://www.repostatus.org/#active) +[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/ggalt.svg?branch=master)](https://travis-ci.org/hrbrmstr/ggalt) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ggalt)](http://cran.r-project.org/web/packages/ggalt) ![downloads](http://cranlogs.r-pkg.org/badges/grand-total/ggalt) -`ggalt` : Alternate/Extra 'Geoms', 'Stats' and 'Coords' for 'ggplot2' +`ggalt` : Extra Coordinate Systems, Geoms and Statistical Transformations for 'ggplot2' - A package containing additional/alternate 'geoms', 'coords' and 'stats' for use with ggplot2 2.0+. +A compendium of 'geoms', 'coords' and 'stats' for 'ggplot2', including splines, 1d and 2d densities, univariate average shifted histograms and a new map coordinate system based on the 'PROJ.4'-library. The first three forays into this brave, new `ggplot2` world are _splines_! and being able to use the (much better) `KernSmooth::bkde` and `KernSmooth::bkde2D` for density plots and an initial port of the (still needing work) `coord_proj`. diff --git a/README.html b/README.html index f440c23..4d2ef2b 100644 --- a/README.html +++ b/README.html @@ -62,9 +62,9 @@ img { -

Project Status: Active - The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge downloads

-

ggalt : Alternate/Extra ‘Geoms’, ‘Stats’ and ‘Coords’ for ‘ggplot2’

-

A package containing additional/alternate ‘geoms’, ‘coords’ and ‘stats’ for use with ggplot2 2.0+.

+

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Travis-CI Build Status CRAN_Status_Badge downloads

+

ggalt : Extra Coordinate Systems, Geoms and Statistical Transformations for ‘ggplot2’

+

A compendium of ‘geoms’, ‘coords’ and ‘stats’ for ‘ggplot2’, including splines, 1d and 2d densities, univariate average shifted histograms and a new map coordinate system based on the ‘PROJ.4’-library.

The first three forays into this brave, new ggplot2 world are splines! and being able to use the (much better) KernSmooth::bkde and KernSmooth::bkde2D for density plots and an initial port of the (still needing work) coord_proj.

The following functions are implemented: