Skip to content

Commit 1691d9f

Browse files
committed
Update README
1 parent b8efd4f commit 1691d9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ knitr::opts_chunk$set(
1818
<!-- badges: start -->
1919
[![CRAN status](https://www.r-pkg.org/badges/version/readODS)](https://CRAN.R-project.org/package=readODS)
2020
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
21-
[![Codecov test coverage](https://codecov.io/gh/ropensci/readODS/branch/v2.1/graph/badge.svg)](https://app.codecov.io/gh/ropensci/readODS?branch=v2.1)
21+
[![Codecov test coverage](https://codecov.io/gh/ropensci/readODS/branch/v2.4/graph/badge.svg)](https://app.codecov.io/gh/ropensci/readODS?branch=v2.4)
2222
[![rOpenSci](https://badges.ropensci.org/302_status.svg)](https://github.com/ropensci/software-review/issues/386)
2323
[![R-CMD-check](https://github.com/ropensci/readODS/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/readODS/actions/workflows/R-CMD-check.yaml)
2424
<!-- badges: end -->

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ status](https://www.r-pkg.org/badges/version/readODS)](https://CRAN.R-project.or
1010
[![Lifecycle:
1111
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
1212
[![Codecov test
13-
coverage](https://codecov.io/gh/ropensci/readODS/branch/v2.1/graph/badge.svg)](https://app.codecov.io/gh/ropensci/readODS?branch=v2.1)
13+
coverage](https://codecov.io/gh/ropensci/readODS/branch/v2.4/graph/badge.svg)](https://app.codecov.io/gh/ropensci/readODS?branch=v2.4)
1414
[![rOpenSci](https://badges.ropensci.org/302_status.svg)](https://github.com/ropensci/software-review/issues/386)
1515
[![R-CMD-check](https://github.com/ropensci/readODS/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/readODS/actions/workflows/R-CMD-check.yaml)
1616
<!-- badges: end -->
@@ -106,7 +106,7 @@ Reading as a dataframe
106106

107107
``` r
108108
read_ods("starwars.ods", range="Sheet1!A2:C11", as_tibble = FALSE)
109-
#> Luke.Skywalker Tatooine Human
109+
#> Luke Skywalker Tatooine Human
110110
#> 1 C-3PO Tatooine Human
111111
#> 2 R2-D2 Alderaan Human
112112
#> 3 Darth Vader Tatooine Human

0 commit comments

Comments
 (0)