Skip to content

Commit

Permalink
have url and version match readme
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkenny committed Dec 14, 2023
1 parent fae684e commit 38cb151
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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é", , "[email protected]", role = c("aut", "cre")),
person("Luke C.", "Pilling", email = "[email protected]", role = c("aut"),
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set.seed(1234)
# ThemePark

<!-- badges: start -->
[![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)
<!-- badges: end -->

# Welcome to the Theme Park
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alt="theme_park_banner" />

<!-- badges: start -->

[![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)
<!-- badges: end -->

# Welcome to the Theme Park
Expand Down Expand Up @@ -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}
}
Expand All @@ -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\]. <https://github.com/MatthewBJane/theme_park>
Code\]. <https://github.com/MatthewBJane/ThemePark>
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
2 changes: 1 addition & 1 deletion man/ThemePark-package.Rd

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

0 comments on commit 38cb151

Please sign in to comment.