diff --git a/DESCRIPTION b/DESCRIPTION index 5d6ce8de..707c08d2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -75,6 +75,6 @@ Config/testthat/parallel: false Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.1 +RoxygenNote: 7.1.2 SystemRequirements: C++11 RdMacros: lifecycle diff --git a/README.Rmd b/README.Rmd index e229d99c..b93c7923 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,7 +16,7 @@ knitr::opts_chunk$set( [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/readr)](https://cran.r-project.org/package=readr) [![R build status](https://github.com/tidyverse/readr/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverse/readr) -[![Coverage Status](https://codecov.io/gh/tidyverse/readr/coverage.svg?branch=master)](https://codecov.io/gh/tidyverse/readr?branch=master) +[![Coverage Status](https://codecov.io/gh/tidyverse/readr/coverage.svg?branch=master)](https://app.codecov.io/gh/tidyverse/readr?branch=master) ## Overview diff --git a/README.md b/README.md index 47615837..24603f3a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![R build status](https://github.com/tidyverse/readr/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverse/readr) [![Coverage -Status](https://codecov.io/gh/tidyverse/readr/coverage.svg?branch=master)](https://codecov.io/gh/tidyverse/readr?branch=master) +Status](https://codecov.io/gh/tidyverse/readr/coverage.svg?branch=master)](https://app.codecov.io/gh/tidyverse/readr?branch=master) ## Overview @@ -44,9 +44,9 @@ readr is part of the core tidyverse, so load it with: library(tidyverse) #> ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── #> ✔ ggplot2 3.3.5 ✔ purrr 0.3.4 -#> ✔ tibble 3.1.3 ✔ dplyr 1.0.7 -#> ✔ tidyr 1.1.3 ✔ stringr 1.4.0 -#> ✔ readr 2.0.0.9000 ✔ forcats 0.5.1 +#> ✔ tibble 3.1.6 ✔ dplyr 1.0.7 +#> ✔ tidyr 1.1.4 ✔ stringr 1.4.0.9000 +#> ✔ readr 2.0.2.9000 ✔ forcats 0.5.1 #> ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ── #> ✖ dplyr::filter() masks stats::filter() #> ✖ dplyr::lag() masks stats::lag() diff --git a/inst/WORDLIST b/inst/WORDLIST index 9049febc..95e00268 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -96,6 +96,7 @@ stringi stringsAsFactors subetting SSD +testthat tibble tibbles tidyverse diff --git a/man/readr-package.Rd b/man/readr-package.Rd index 3599dd6c..653dab68 100644 --- a/man/readr-package.Rd +++ b/man/readr-package.Rd @@ -8,10 +8,7 @@ \description{ \if{html}{\figure{logo.png}{options: align='right' alt='logo' width='120'}} -The goal of 'readr' is to provide a fast and - friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). - It is designed to flexibly parse many types of data found in the wild, - while still cleanly failing when data unexpectedly changes. +The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes. } \seealso{ Useful links: