Skip to content

Commit

Permalink
Fix CRAN bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
showteeth committed Nov 15, 2022
1 parent 5991c70 commit 170907f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ggpie
Type: Package
Title: Pie, Donut and Rose Pie Plots
Version: 0.2.4
Version: 0.2.5
Authors@R:
person(given = "Yabing",
family = "Song",
Expand All @@ -25,9 +25,10 @@ Imports:
magrittr,
rlang,
utils,
cowplot,
stringr
Suggests:
rmarkdown,
cowplot,
prettydoc,
knitr
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## Installation

You can install the released version of `ggpie` from [CRAN](https://cran.r-project.org/web/packages/ggpie/index.html) with:
You can install the released version of `ggpie` from [CRAN](https://cran.r-project.org/package=ggpie) with:

``` r
install.packages("ggpie")
Expand Down

0 comments on commit 170907f

Please sign in to comment.