Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Apr 2, 2022
1 parent c8f7add commit 402eaf7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ The ggh4x package is a ggplot2 extension package. It provides some utility funct

## Installation

You can install the development version from [GitHub](https://github.com/) with:
You can install the most recent stable version of ggh4x from CRAN as follows:

``` r
install.packages("ggh4x")
```

Alternatively, you can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ facets, positions, guides and stats.

## Installation

You can install the development version from
You can install the most recent stable version of ggh4x from CRAN as
follows:

``` r
install.packages("ggh4x")
```

Alternatively, you can install the development version from
[GitHub](https://github.com/) with:

``` r
Expand Down Expand Up @@ -97,7 +104,7 @@ ggh4x.
``` r
library(ggh4x)
#> Loading required package: ggplot2
#> Warning: package 'ggplot2' was built under R version 4.1.1
#> Warning: package 'ggplot2' was built under R version 4.1.3
library(scales)

df <- transform(
Expand Down
Binary file modified man/figures/README-facets-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-multicolour-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 402eaf7

Please sign in to comment.