From b4c6dd96677110acf3f1a147baff701b94e74591 Mon Sep 17 00:00:00 2001 From: "Pedro J. Aphalo" Date: Fri, 21 Jun 2024 23:01:42 +0300 Subject: [PATCH 1/2] Minor Typo in NEWS.md, link to book website in README. --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.md | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d5c2ecf..73f6148 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: ggpp Type: Package Title: Grammar Extensions to 'ggplot2' Version: 0.5.7.9000 -Date: 2024-06-04 +Date: 2024-06-21 Authors@R: c( person("Pedro J.", "Aphalo", email = "pedro.aphalo@helsinki.fi", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-972X")), diff --git a/NEWS.md b/NEWS.md index d1622d2..3c7fe79 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,7 +8,7 @@ editor_options: # ggpp 0.5.8 -- Fix wrong test for availability of 'ggpmisc' in examples (reported by _Joshua Ulrich_ in issue #53) +- Fix wrong test for availability of 'gginnards' in examples (reported by _Joshua Ulrich_ in issue #53) # ggpp 0.5.7 diff --git a/README.md b/README.md index 3ff7111..553fc26 100644 --- a/README.md +++ b/README.md @@ -329,13 +329,13 @@ devtools::install_github("aphalo/ggpp") HTML documentation for the package, including help pages and the *User Guide*, is available at (). -News about updates are regularly posted at -(). +News about updates are posted at (). -Chapter 7 in Aphalo (2020) explains both basic concepts of the grammar -of graphics as implemented in ‘ggplot2’ as well as extensions to this -grammar including several of those made available by packages ‘ggpp’ and -‘ggpmisc’. +Chapter 7 in Aphalo (2020) and Chapter 9 in Aphalo (2024) explain basic +concepts of the grammar of graphics as implemented in ‘ggplot2’ as well +as extensions to this grammar including several of those made available +by packages ‘ggpp’ and ‘ggpmisc’. Information related to the book is +available at . ## Contributing From f60b0df63f2fd557e9062c397365e1be8ce7b0a7 Mon Sep 17 00:00:00 2001 From: Pedro Aphalo Date: Wed, 26 Jun 2024 00:28:21 +0300 Subject: [PATCH 2/2] Add doi badge to README --- README.Rmd | 3 ++- README.md | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index bdb6767..1e3b808 100644 --- a/README.Rmd +++ b/README.Rmd @@ -23,6 +23,7 @@ version](https://www.r-pkg.org/badges/version/ggpp)](https://cran.r-project.org/ [![R-CMD-check](https://github.com/aphalo/ggpp/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/aphalo/ggpp/actions/workflows/R-CMD-check.yaml) [![Coverage](https://raw.githubusercontent.com/aphalo/ggpp/_xml_coverage_reports/data/master/badge.svg)](https://raw.githubusercontent.com/aphalo/ggpp/_xml_coverage_reports/data/master/coverage.xml) +[![](https://img.shields.io/badge/doi-10.32614/CRAN.package.ggpp-black.svg)](https://doi.org/10.32614/CRAN.package.ggpp) ## Purpose @@ -332,7 +333,7 @@ Please report bugs and request new features at If you use this package to produce scientific or commercial publications, please cite according to: -```{r, eval=FALSE} +```{r} citation("ggpp") ``` diff --git a/README.md b/README.md index 553fc26..5a2d44f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ badge](https://aphalo.r-universe.dev/badges/ggpp)](https://aphalo.r-universe.dev [![R-CMD-check](https://github.com/aphalo/ggpp/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/aphalo/ggpp/actions/workflows/R-CMD-check.yaml) [![Coverage](https://raw.githubusercontent.com/aphalo/ggpp/_xml_coverage_reports/data/master/badge.svg)](https://raw.githubusercontent.com/aphalo/ggpp/_xml_coverage_reports/data/master/coverage.xml) +[![](https://img.shields.io/badge/doi-10.32614/CRAN.package.ggpp-black.svg)](https://doi.org/10.32614/CRAN.package.ggpp) ## Purpose @@ -350,6 +351,22 @@ publications, please cite according to: ``` r citation("ggpp") +#> To cite package 'ggpp' in publications use: +#> +#> Aphalo P (2024). _ggpp: Grammar Extensions to 'ggplot2'_. R package +#> version 0.5.7.9000, https://github.com/aphalo/ggpp, +#> . +#> +#> A BibTeX entry for LaTeX users is +#> +#> @Manual{, +#> title = {ggpp: Grammar Extensions to 'ggplot2'}, +#> author = {Pedro J. Aphalo}, +#> year = {2024}, +#> note = {R package version 0.5.7.9000, +#> https://github.com/aphalo/ggpp}, +#> url = {https://docs.r4photobiology.info/ggpp/}, +#> } ``` ## Acknowledgements