Skip to content

Commit

Permalink
Merge branch 'develop-0.5.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
aphalo committed Jun 25, 2024
2 parents 3ce20bd + f60b0df commit 4492b6d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-972X")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<a href="https://docs.r4photobiology.info/ggpp/"><img src="https://img.shields.io/badge/documentation-ggpp-informational.svg" alt="" /></a>
[![](https://img.shields.io/badge/doi-10.32614/CRAN.package.ggpp-black.svg)](https://doi.org/10.32614/CRAN.package.ggpp)
<!-- badges: end -->

## Purpose
Expand Down Expand Up @@ -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")
```

Expand Down
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<a href="https://docs.r4photobiology.info/ggpp/"><img src="https://img.shields.io/badge/documentation-ggpp-informational.svg" alt="" /></a>
[![](https://img.shields.io/badge/doi-10.32614/CRAN.package.ggpp-black.svg)](https://doi.org/10.32614/CRAN.package.ggpp)
<!-- badges: end -->

## Purpose
Expand Down Expand Up @@ -329,13 +330,13 @@ devtools::install_github("aphalo/ggpp")
HTML documentation for the package, including help pages and the *User
Guide*, is available at (<https://docs.r4photobiology.info/ggpp/>).

News about updates are regularly posted at
(<https://www.r4photobiology.info/>).
News about updates are posted at (<https://www.r4photobiology.info/>).

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 <https://www.learnr-book.info/>.

## Contributing

Expand All @@ -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,
#> <https://docs.r4photobiology.info/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
Expand Down

0 comments on commit 4492b6d

Please sign in to comment.