Skip to content

Commit ea18377

Browse files
committed
Updates for release
1 parent 3c6ea6a commit ea18377

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ Config/testthat/parallel: false
7575
Encoding: UTF-8
7676
Language: en-US
7777
Roxygen: list(markdown = TRUE)
78-
RoxygenNote: 7.1.1
78+
RoxygenNote: 7.1.2
7979
SystemRequirements: C++11
8080
RdMacros: lifecycle

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
1616

1717
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/readr)](https://cran.r-project.org/package=readr)
1818
[![R build status](https://github.com/tidyverse/readr/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverse/readr)
19-
[![Coverage Status](https://codecov.io/gh/tidyverse/readr/coverage.svg?branch=master)](https://codecov.io/gh/tidyverse/readr?branch=master)
19+
[![Coverage Status](https://codecov.io/gh/tidyverse/readr/coverage.svg?branch=master)](https://app.codecov.io/gh/tidyverse/readr?branch=master)
2020

2121
## Overview
2222

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![R build
88
status](https://github.com/tidyverse/readr/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverse/readr)
99
[![Coverage
10-
Status](https://codecov.io/gh/tidyverse/readr/coverage.svg?branch=master)](https://codecov.io/gh/tidyverse/readr?branch=master)
10+
Status](https://codecov.io/gh/tidyverse/readr/coverage.svg?branch=master)](https://app.codecov.io/gh/tidyverse/readr?branch=master)
1111

1212
## Overview
1313

@@ -44,9 +44,9 @@ readr is part of the core tidyverse, so load it with:
4444
library(tidyverse)
4545
#> ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ──
4646
#> ✔ ggplot2 3.3.5 ✔ purrr 0.3.4
47-
#> ✔ tibble 3.1.3 ✔ dplyr 1.0.7
48-
#> ✔ tidyr 1.1.3 ✔ stringr 1.4.0
49-
#> ✔ readr 2.0.0.9000 ✔ forcats 0.5.1
47+
#> ✔ tibble 3.1.6 ✔ dplyr 1.0.7
48+
#> ✔ tidyr 1.1.4 ✔ stringr 1.4.0.9000
49+
#> ✔ readr 2.0.2.9000 ✔ forcats 0.5.1
5050
#> ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
5151
#> ✖ dplyr::filter() masks stats::filter()
5252
#> ✖ dplyr::lag() masks stats::lag()

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ stringi
9696
stringsAsFactors
9797
subetting
9898
SSD
99+
testthat
99100
tibble
100101
tibbles
101102
tidyverse

man/readr-package.Rd

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)