Skip to content

Commit d47fa05

Browse files
committed
Repo refresh
1 parent 8f78759 commit d47fa05

4 files changed

Lines changed: 3 additions & 29 deletions

File tree

README.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ knitr::opts_chunk$set(collapse = TRUE, comment = "#>",
1010
library(tabularise)
1111
```
1212

13-
1413
# 'SciViews::R' - Create Tabular Outputs from R <a href='https://www.sciviews.org/tabularise'><img src='man/figures/logo.png' alt='tabularise website' align='right' height='138'/></a>
1514

1615
<!-- badges: start -->
1716
[![R-CMD-check](https://github.com/SciViews/tabularise/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/SciViews/tabularise/actions/workflows/R-CMD-check.yaml)
18-
[![coverage](https://codecov.io/gh/SciViews/tabularise/branch/main/graph/badge.svg)](https://app.codecov.io/gh/SciViews/tabularise?branch=main)
17+
[![coverage](https://codecov.io/gh/SciViews/tabularise/branch/main/graph/badge.svg?token=6FYPRdhoFJ)](https://app.codecov.io/gh/SciViews/tabularise?branch=main)
1918
[![CRAN status](https://www.r-pkg.org/badges/version/tabularise)](https://CRAN.R-project.org/package=tabularise)
2019
[![r-universe status](https://sciviews.r-universe.dev/badges/tabularise)](https://sciviews.r-universe.dev/tabularise)
2120
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- badges: start -->
77

88
[![R-CMD-check](https://github.com/SciViews/tabularise/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/SciViews/tabularise/actions/workflows/R-CMD-check.yaml)
9-
[![coverage](https://codecov.io/gh/SciViews/tabularise/branch/main/graph/badge.svg)](https://app.codecov.io/gh/SciViews/tabularise?branch=main)
9+
[![coverage](https://codecov.io/gh/SciViews/tabularise/branch/main/graph/badge.svg?token=6FYPRdhoFJ)](https://app.codecov.io/gh/SciViews/tabularise?branch=main)
1010
[![CRAN
1111
status](https://www.r-pkg.org/badges/version/tabularise)](https://CRAN.R-project.org/package=tabularise)
1212
[![r-universe

tests/spelling.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
if (requireNamespace('spelling', quietly = TRUE))
22
spelling::spell_check_test(vignettes = TRUE, error = FALSE,
3-
skip_on_cran = TRUE)
3+
skip_on_cran = TRUE)

tests/spelling.Rout.save

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)