From fb865e50ad7a362e9924181b8b122d4293534111 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Tue, 30 Jul 2019 05:34:48 -0400 Subject: [PATCH] README --- DESCRIPTION | 2 +- README.md | 2 ++ man/geom_statebins.Rd | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e489c09..58c7e46 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -39,7 +39,7 @@ Imports: ggplot2 (>= 2.2.1), scales (>= 0.5.0), grid -RoxygenNote: 6.0.1.9000 +RoxygenNote: 6.1.1 Collate: 'aaa.R' 'geom-oscar.R' diff --git a/README.md b/README.md index 5056183..0648107 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ install.packages("statebins", repos = "https://cinc.rud.is") # or remotes::install_git("https://git.rud.is/hrbrmstr/statebins.git") # or +remotes::install_git("https://git.sr.ht/~hrbrmstr/statebins") +# or remotes::install_gitlab("hrbrmstr/statebins") # or remotes::install_bitbucket("hrbrmstr/statebins") diff --git a/man/geom_statebins.Rd b/man/geom_statebins.Rd index 4d77dd0..60b8bfe 100644 --- a/man/geom_statebins.Rd +++ b/man/geom_statebins.Rd @@ -9,8 +9,8 @@ \usage{ geom_statebins(mapping = NULL, data = NULL, border_col = "white", border_size = 2, lbl_size = 3, dark_lbl = "black", - light_lbl = "white", radius = grid::unit(6, "pt"), ..., na.rm = FALSE, - show.legend = NA, inherit.aes = TRUE) + light_lbl = "white", radius = grid::unit(6, "pt"), ..., + na.rm = FALSE, show.legend = NA, inherit.aes = TRUE) GeomStatebins }