Browse Source

expanded blatherings in README

tags/v0.1.1
hrbrmstr 9 years ago
parent
commit
5398413b4f
  1. 4
      README.Rmd
  2. 6
      README.md

4
README.Rmd

@ -21,9 +21,9 @@ knitr::opts_chunk$set(
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 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`.
*NOTE* **NOTE**
Until the new `ggplot2` version is on CRAN, you'll need to install it from github (see below). Until the new `ggplot2` version is on CRAN, you'll need to install it from github via `devtools::install_github("hrbrmstr/ggplot2")`. Locally, I have goth `ggalt` and my `ggplot2` in a "develment mode" install via `devtools::dev_mode()`. Since the new `ggplot2` breaks _many_ other packages (like `plotly`, CRAN `ggthemes`, `ggmap` and more), keeping it squirreled away in it's own area is a good idea until everyone catches up.
The following functions are implemented: The following functions are implemented:

6
README.md

@ -5,9 +5,9 @@ A package containing additional/alternate 'geoms', 'coords' and 'stats' for use
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 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`.
*NOTE* **NOTE**
Until the new `ggplot2` version is on CRAN, you'll need to install it from github (see below). Until the new `ggplot2` version is on CRAN, you'll need to install it from github via `devtools::install_github("hrbrmstr/ggplot2")`. Locally, I have goth `ggalt` and my `ggplot2` in a "develment mode" install via `devtools::dev_mode()`. Since the new `ggplot2` breaks *many* other packages (like `plotly`, CRAN `ggthemes`, `ggmap` and more), keeping it squirreled away in it's own area is a good idea until everyone catches up.
The following functions are implemented: The following functions are implemented:
@ -273,7 +273,7 @@ library(ggalt)
library(testthat) library(testthat)
date() date()
#> [1] "Sun Sep 13 07:27:26 2015" #> [1] "Sun Sep 13 07:31:26 2015"
test_dir("tests/") test_dir("tests/")
#> testthat results ======================================================================================================== #> testthat results ========================================================================================================

Loading…
Cancel
Save