Browse Source

forgot that stateface can't possibly run on Travis

pull/6/head
Bob Rudis 8 years ago
parent
commit
c11d0f4301
  1. 3
      R/stateface.r
  2. 2
      man/geom_stateface.Rd

3
R/stateface.r

@ -71,7 +71,7 @@ load_stateface <- function() {
#' @inheritParams ggplot2::geom_text
#' @family StateFace operations
#' @export
#' @examples
#' @examples \dontrun{
#' library(ggplot2)
#' library(ggalt)
#'
@ -90,6 +90,7 @@ load_stateface <- function() {
#' gg <- gg + scale_color_identity()
#' gg <- gg + scale_size_identity()
#' gg
#' }
geom_stateface <- function(mapping = NULL, data = NULL, stat = "identity",
position = "identity", ..., parse = FALSE,
nudge_x = 0, nudge_y = 0, check_overlap = FALSE,

2
man/geom_stateface.Rd

@ -77,6 +77,7 @@ run \code{show_stateface()} to get the filesystem location and then
load the font manually from there.
}
\examples{
\dontrun{
library(ggplot2)
library(ggalt)
@ -96,6 +97,7 @@ gg <- gg + scale_color_identity()
gg <- gg + scale_size_identity()
gg
}
}
\seealso{
Other StateFace operations: \code{\link{load_stateface}},
\code{\link{show_stateface}}

Loading…
Cancel
Save