From eb70be471bfc7634440b540648cd910b2fcb6867 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Tue, 31 Oct 2023 16:05:22 -0400 Subject: [PATCH] README tweaks --- README.Rmd | 7 +++---- README.md | 8 +++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.Rmd b/README.Rmd index 3a2c47c..76ee9fa 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,6 +1,6 @@ --- output: github_document -editor_options: +editor_options: chunk_output_type: console --- @@ -18,7 +18,6 @@ knitr::opts_chunk$set( # warp -[![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) @@ -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 diff --git a/README.md b/README.md index 8d5f44f..9b2942d 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ -[![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 @@ -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 @@ -99,7 +97,7 @@ tibble::tibble( y = y, mweek = warp_distance(y, "mweek") ) -#> # A tibble: 15 x 2 +#> # A tibble: 15 × 2 #> y mweek #> #> 1 1969-12-28 -2