Skip to content

Commit 403f6d2

Browse files
Andreas BlätteAndreas Blätte
authored andcommitted
Merge branch 'dev' of https://github.com/PolMine/RcppCWB into dev
2 parents 9283080 + 125048a commit 403f6d2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RcppCWB
22
Type: Package
33
Title: 'Rcpp' Bindings for the 'Corpus Workbench' ('CWB')
4-
Version: 0.5.2.9003
4+
Version: 0.5.3
55
Date: 2022-05-17
66
Author: Andreas Blaette [aut, cre],
77
Bernard Desgraupes [aut],

cran-comments.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## General remarks
22

3-
This is a "standard" release with some new functionality. No changes to the
3+
This is a maintenance release with bug fixes. No changes to the
44
setup of the package.
55

6-
Previous aspects I repeat here:
6+
Previous aspects I repeat:
77

88
- CRAN package check results report 'GNU make is a SystemRequirements'. Using GNU
99
make remains important for the portability of the C code. There would be a great
@@ -18,7 +18,8 @@ change.
1818
## Test environments
1919

2020
* CI checks with GitHub Actions (Windows/macOS/Ubuntu)
21-
* local macOS R 4.1.3 (arm64)
21+
* R winbuilder (R 4.2 release and devel)
22+
* local macOS, still R 4.1.3 (arm64)
2223

2324

2425
## R CMD check results

src/Makevars.ucrt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ R_PACKAGE_SOURCE=$(CURDIR)/cwb
33
GLIB_DEFINES=-I$(R_TOOLS_SOFT)/include/glib-2.0 \
44
-I$(R_TOOLS_SOFT)/lib/glib-2.0/include
55

6-
PKG_CPPFLAGS=-I$(R_PACKAGE_SOURCE)/cqp -I$(R_PACKAGE_SOURCE)/cl -I$(R_PACKAGE_SOURCE)/CQi -DPCRE_STATIC
6+
PKG_CPPFLAGS=-I$(R_PACKAGE_SOURCE)/cqp -I$(R_PACKAGE_SOURCE)/cl -I$(R_PACKAGE_SOURCE)/CQi $(GLIB_DEFINES) -DPCRE_STATIC
77

88
PKG_LIBS=-L$(R_PACKAGE_SOURCE)/cl -L$(R_PACKAGE_SOURCE)/cqp -L$(R_PACKAGE_SOURCE)/utils -lcwb -lcqp -lcl -lglib-2.0 -lintl -liconv -lws2_32 -lpcre -lole32
99

0 commit comments

Comments
 (0)