Skip to content

Commit

Permalink
pty readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wjschne committed Jun 6, 2024
1 parent 132e3e9 commit aab819f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ library(tibble)
library(dplyr)
library(systemfonts)
library(ragg)
par(pty = "s")
```

# arrowheadr <a href="https://wjschne.github.io/arrowheadr/"><img src="man/figures/logo.png" align="right" height="120" alt="arrowheadr website" /></a>
Expand All @@ -40,7 +40,7 @@ The arrowheadr package allows one to create custom arrowheads that can be used w

## Installation

The development version of arrowheadr can be installed like so:
The development version of arrowheadr can be installed by runnint this code:

``` r
# If needed, install the remotes package first.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ package.

## Installation

The development version of arrowheadr can be installed like so:
The development version of arrowheadr can be installed by runnint this
code:

``` r
# If needed, install the remotes package first.
Expand Down

0 comments on commit aab819f

Please sign in to comment.