Skip to content

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Oct 31, 2023
1 parent 765ea3c commit eb70be4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 3 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
output: github_document
editor_options:
editor_options:
chunk_output_type: console
---

Expand All @@ -18,7 +18,6 @@ knitr::opts_chunk$set(
# warp

<!-- badges: start -->
[![Travis build status](https://travis-ci.org/DavisVaughan/warp.svg?branch=master)](https://travis-ci.org/DavisVaughan/warp)
[![Codecov test coverage](https://codecov.io/gh/DavisVaughan/warp/branch/master/graph/badge.svg)](https://codecov.io/gh/DavisVaughan/warp?branch=master)
[![R build status](https://github.com/DavisVaughan/warp/workflows/R-CMD-check/badge.svg)](https://github.com/DavisVaughan/warp)
<!-- badges: end -->
Expand All @@ -42,8 +41,8 @@ install.package("warp")
You can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("DavisVaughan/warp")
# install.packages("pak")
pak::pak("DavisVaughan/warp")
```

## Example
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

<!-- badges: start -->

[![Travis build
status](https://travis-ci.org/DavisVaughan/warp.svg?branch=master)](https://travis-ci.org/DavisVaughan/warp)
[![Codecov test
coverage](https://codecov.io/gh/DavisVaughan/warp/branch/master/graph/badge.svg)](https://codecov.io/gh/DavisVaughan/warp?branch=master)
[![R build
Expand Down Expand Up @@ -35,8 +33,8 @@ You can install the development version from
[GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("DavisVaughan/warp")
# install.packages("pak")
pak::pak("DavisVaughan/warp")
```

## Example
Expand Down Expand Up @@ -99,7 +97,7 @@ tibble::tibble(
y = y,
mweek = warp_distance(y, "mweek")
)
#> # A tibble: 15 x 2
#> # A tibble: 15 × 2
#> y mweek
#> <date> <dbl>
#> 1 1969-12-28 -2
Expand Down

0 comments on commit eb70be4

Please sign in to comment.