From 38cb151bab2e14d993f03926babb76673ad681bb Mon Sep 17 00:00:00 2001 From: Christopher Kenny Date: Thu, 14 Dec 2023 14:09:26 -0500 Subject: [PATCH] have url and version match readme --- DESCRIPTION | 4 ++-- README.Rmd | 6 +++--- README.md | 6 +++--- inst/CITATION | 2 +- man/ThemePark-package.Rd | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4049946..7bc76b0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ThemePark Title: Themes for 'ggplot2' from Popular Culture -Version: 0.0.0.9000 +Version: 0.0.9 Authors@R: c( person("Matthew B.", "Jané", , "matthew.jane@uconn.edu", role = c("aut", "cre")), person("Luke C.", "Pilling", email = "L.Pilling@exeter.ac.uk", role = c("aut"), @@ -30,5 +30,5 @@ Suggests: Depends: R (>= 2.10) LazyData: true -URL: http://matthewbjane.com/theme_park/ +URL: https://matthewbjane.com/ThemePark/ Config/testthat/edition: 3 diff --git a/README.Rmd b/README.Rmd index 2ab91c1..0a0c1fd 100644 --- a/README.Rmd +++ b/README.Rmd @@ -20,7 +20,7 @@ set.seed(1234) # ThemePark -[![R-CMD-check](https://github.com/MatthewBJane/theme_park/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/MatthewBJane/ThemePark/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/MatthewBJane/ThemePark/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/MatthewBJane/ThemePark/actions/workflows/R-CMD-check.yaml) # Welcome to the Theme Park @@ -157,10 +157,10 @@ ggplot(data.frame(x = rnorm(100), y = rnorm(100)), aes(x, y)) + author = {Jané, Matthew B. and Pilling, Luke C. and Kenny, Christopher T.}, month = {6}, title = {theme_park: popular culture ggplot themes}, - url = {https://github.com/MatthewBJane/theme_park}, + url = {https://github.com/MatthewBJane/ThemePark}, version = {0.0.9}, year = {2023} } ``` ### APA: -Jané, M.B., Pilling, Luke C., & Kenny, Christopher T. (2023). theme_park: popular culture ggplot themes (Version 0.0.9) [Source Code]. https://github.com/MatthewBJane/theme_park +Jané, M.B., Pilling, Luke C., & Kenny, Christopher T. (2023). theme_park: popular culture ggplot themes (Version 0.0.9) [Source Code]. https://github.com/MatthewBJane/ThemePark diff --git a/README.md b/README.md index ee8ff4a..816ed81 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ alt="theme_park_banner" /> -[![R-CMD-check](https://github.com/MatthewBJane/theme_park/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/MatthewBJane/ThemePark/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/MatthewBJane/ThemePark/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/MatthewBJane/ThemePark/actions/workflows/R-CMD-check.yaml) # Welcome to the Theme Park @@ -188,7 +188,7 @@ ggplot(data.frame(x = rnorm(100), y = rnorm(100)), aes(x, y)) + author = {Jané, Matthew B. and Pilling, Luke C. and Kenny, Christopher T.}, month = {6}, title = {theme_park: popular culture ggplot themes}, - url = {https://github.com/MatthewBJane/theme_park}, + url = {https://github.com/MatthewBJane/ThemePark}, version = {0.0.9}, year = {2023} } @@ -197,4 +197,4 @@ ggplot(data.frame(x = rnorm(100), y = rnorm(100)), aes(x, y)) + Jané, M.B., Pilling, Luke C., & Kenny, Christopher T. (2023). theme_park: popular culture ggplot themes (Version 0.0.9) \[Source -Code\]. +Code\]. diff --git a/inst/CITATION b/inst/CITATION index 1c5e2db..9a69f7f 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -11,5 +11,5 @@ bibentry( year = "2023", note = "R package", key = "ThemePark", - url = "https://github.com/MatthewBJane/theme_park" + url = "https://github.com/MatthewBJane/ThemePark" ) diff --git a/man/ThemePark-package.Rd b/man/ThemePark-package.Rd index 1b3e2e1..68ef740 100644 --- a/man/ThemePark-package.Rd +++ b/man/ThemePark-package.Rd @@ -11,7 +11,7 @@ Provides 'ggplot2' themes that mirror works from popular culture, such as Barbie \seealso{ Useful links: \itemize{ - \item \url{http://matthewbjane.com/theme_park/} + \item \url{https://matthewbjane.com/ThemePark/} } }