Browse Source

Update geom-statebins.R

Removed first '/' in saveRDS().
pull/11/head
Harold 6 years ago
committed by GitHub
parent
commit
6d197755fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      R/geom-statebins.r

2
R/geom-statebins.r

@ -105,7 +105,7 @@ GeomStatebins <- ggplot2::ggproto("GeomStatebins", ggplot2::Geom,
ymin = y - height / 2, ymax = y + height / 2, height = NULL
) -> xdat
saveRDS(xdat, "/tmp/setupdata.rds")
saveRDS(xdat, "tmp/setupdata.rds")
xdat

Loading…
Cancel
Save