File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-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.2.9003
4+ Version: 0.5.3
55Date: 2022-05-17
66Author: Andreas Blaette [aut, cre],
77 Bernard Desgraupes [aut],
Original file line number Diff line number Diff line change 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
44setup 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
99make 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ R_PACKAGE_SOURCE=$(CURDIR)/cwb
33GLIB_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
88PKG_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
You can’t perform that action at this time.
0 commit comments