File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Package: RcppCWB
22Type: Package
33Title: '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
66Author: Andreas Blaette [aut, cre],
77 Bernard Desgraupes [aut],
88 Sylvain Loiseau [aut],
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
77status] ( 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)
185185cqp_query(corpus = " REUTERS" , query = ' "crude" "oil"' )
186186```
187187
188- ## <pointer: 0x13800bbd0 >
188+ ## <pointer: 0x143f39de0 >
189189
190190``` r
191191cpos <- cqp_dump_subcorpus(corpus = " REUTERS" )
You can’t perform that action at this time.
0 commit comments