Skip to content

Commit

Permalink
Modernize and knit README (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa authored Jan 31, 2024
1 parent a5c6189 commit 8081439
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Install the released version of r2dii.match from CRAN with:
Or install the development version of r2dii.match from GitHub with:

```r
# install.packages("devtools")
devtools::install_github("RMI-PACTA/r2dii.match")
# install.packages("pak")
pak::pak("RMI-PACTA/r2dii.match")
```

## Example
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Install the released version of r2dii.match from CRAN with:
Or install the development version of r2dii.match from GitHub with:

``` r
# install.packages("devtools")
devtools::install_github("RMI-PACTA/r2dii.match")
# install.packages("pak")
pak::pak("RMI-PACTA/r2dii.match")
```

## Example
Expand Down

0 comments on commit 8081439

Please sign in to comment.