Skip to content

Commit 367dd75

Browse files
Andreas BlätteAndreas Blätte
authored andcommitted
repair codecov link take 2
1 parent e642c14 commit 367dd75

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppCWB
22
Type: Package
33
Title: 'Rcpp' Bindings for the 'Corpus Workbench' ('CWB')
4-
Version: 0.5.5.9006
5-
Date: 2023-03-19
4+
Version: 0.5.5.9007
5+
Date: 2023-03-20
66
Author: Andreas Blaette [aut, cre],
77
Bernard Desgraupes [aut],
88
Sylvain Loiseau [aut],

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ output: github_document
66
[![License: GPL v3](http://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
77
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/RcppCWB)](https://cran.r-project.org/package=RcppCWB)
88
[![R build status](https://github.com/PolMine/RcppCWB/workflows/R-CMD-check/badge.svg)](https://github.com/PolMine/RcppCWB/actions)
9-
[![codecov](https://codecov.io/gh/PolMine/RcppCWB/branch/master/graph/badge.svg)](https://codecov.io/gh/PolMine/RcppCWB)
9+
[![codecov](https://codecov.io/gh/PolMine/RcppCWB/branch/master/graph/badge.svg)](https://app.codecov.io/gh/PolMine/RcppCWB)
1010

1111

1212
# Rcpp bindings for the Corpus Workbench (CWB)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ v3](http://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/lic
55
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/RcppCWB)](https://cran.r-project.org/package=RcppCWB)
66
[![R build
77
status](https://github.com/PolMine/RcppCWB/workflows/R-CMD-check/badge.svg)](https://github.com/PolMine/RcppCWB/actions)
8-
[![codecov](https://codecov.io/gh/PolMine/RcppCWB/branch/master/graph/badge.svg)](https://codecov.io/gh/PolMine/RcppCWB)
8+
[![codecov](https://codecov.io/gh/PolMine/RcppCWB/branch/master/graph/badge.svg)](https://app.codecov.io/gh/PolMine/RcppCWB)
99

1010
# Rcpp bindings for the Corpus Workbench (CWB)
1111

@@ -185,7 +185,7 @@ cqp_initialize(registry = registry)
185185
cqp_query(corpus = "REUTERS", query = '"crude" "oil"')
186186
```
187187

188-
## <pointer: 0x13800bbd0>
188+
## <pointer: 0x143f39de0>
189189

190190
``` r
191191
cpos <- cqp_dump_subcorpus(corpus = "REUTERS")

0 commit comments

Comments
 (0)