Skip to content

Commit

Permalink
bump version post release
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Jan 24, 2020
1 parent 7dc3202 commit 351d539
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 28 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: gridtext
Type: Package
Title: Improved Text Rendering Support for 'Grid' Graphics
Version: 0.1.0
Version: 0.1.0.9000
Authors@R:
person(
given = "Claus O.",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# gridtext devel

Nothing done yet.

# gridtext 0.1.0

First public release. Provides the two grobs `richtext_grob()` and `textbox_grob()` for formatted text rendering without and with word wrapping, respectively.
9 changes: 5 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,17 @@ Improved text rendering support for grid graphics in R.

## Installation

To install the latest development version of this package, please run the following line in your R console:
You can install the current release from CRAN with `install.packages()`:

```{r eval = FALSE}
remotes::install_github("wilkelab/gridtext")
install.packages("gridtext")
```

Once the package is available on CRAN, you will be able to install the latest release via `install.packages()` as usual:

To install the latest development version of this package, please run the following line in your R console:

```{r eval = FALSE}
install.packages("gridtext")
remotes::install_github("wilkelab/gridtext")
```


Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,17 @@ Improved text rendering support for grid graphics in R.

## Installation

To install the latest development version of this package, please run
the following line in your R console:
You can install the current release from CRAN with `install.packages()`:

``` r
remotes::install_github("wilkelab/gridtext")
install.packages("gridtext")
```

Once the package is available on CRAN, you will be able to install the
latest release via `install.packages()` as usual:
To install the latest development version of this package, please run
the following line in your R console:

``` r
install.packages("gridtext")
remotes::install_github("wilkelab/gridtext")
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/ISSUE_TEMPLATE.html

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

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

10 changes: 6 additions & 4 deletions docs/index.html

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

5 changes: 3 additions & 2 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/gridtext.html

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

2 changes: 1 addition & 1 deletion docs/reference/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/richtext_grob.html

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

2 changes: 1 addition & 1 deletion docs/reference/textbox_grob.html

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

0 comments on commit 351d539

Please sign in to comment.