Browse Source

expanded blatherings in README

tags/v0.1.1
hrbrmstr 9 years ago
parent
commit
ad8a0b10c5
  1. 1
      README.Rmd
  2. 3
      README.md

1
README.Rmd

@ -182,6 +182,7 @@ ggplot(geyser_dat, aes(x, y)) +
### `coord_proj` LIVES! (still needs work)
```{r coord_proj}
# devtools::install_github("hrbrmstr/ggplot2")
world <- map_data("world")
world <- world[world$region != "Antarctica",]

3
README.md

@ -254,6 +254,7 @@ ggplot(geyser_dat, aes(x, y)) +
### `coord_proj` LIVES! (still needs work)
``` r
# devtools::install_github("hrbrmstr/ggplot2")
world <- map_data("world")
world <- world[world$region != "Antarctica",]
@ -273,7 +274,7 @@ library(ggalt)
library(testthat)
date()
#> [1] "Sun Sep 13 07:32:09 2015"
#> [1] "Sun Sep 13 07:33:03 2015"
test_dir("tests/")
#> testthat results ========================================================================================================

Loading…
Cancel
Save