Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Jul 23, 2019
2 parents ea75042 + b2cb817 commit a06ed3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
4 changes: 1 addition & 3 deletions R/geom-chicklet.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ draw_key_rrect <- function(data, params, size) { # nocov start
)
} # nocov end

#' ggchicklet-ggplot2-ggproto
#' @format NULL
#' @usage NULL
#' @rdname geom_chicklet
#' @export
GeomChicklet <- ggproto( # nocov start
"GeomChicklet", GeomRrect,
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ segmented column charts (i.e. “chicklets”).
- `debates2019`: June 2019 U.S. Democratic Debate Candidate/Topic
Times
- `geom_chicklet`: Chicklet (rounded segmented column) charts
- `GeomChicklet`: ggchicklet-ggplot2-ggproto

The following functions are implemented:

Expand Down Expand Up @@ -118,8 +117,8 @@ debates2019 %>%

| Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) |
| :--- | -------: | --: | --: | ---: | ----------: | ---: | -------: | ---: |
| R | 8 | 0.8 | 119 | 0.52 | 27 | 0.36 | 107 | 0.56 |
| Rmd | 2 | 0.2 | 109 | 0.48 | 47 | 0.64 | 85 | 0.44 |
| R | 8 | 0.8 | 119 | 0.52 | 27 | 0.36 | 105 | 0.55 |
| Rmd | 2 | 0.2 | 109 | 0.48 | 47 | 0.64 | 85 | 0.45 |

## Code of Conduct

Expand Down
10 changes: 0 additions & 10 deletions man/GeomChicklet.Rd

This file was deleted.

6 changes: 6 additions & 0 deletions man/geom_chicklet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a06ed3e

Please sign in to comment.