Skip to content

Commit df76929

Browse files
Andreas BlätteAndreas Blätte
authored andcommitted
release v0.6.0
1 parent e0305da commit df76929

File tree

2 files changed

+30
-14
lines changed

2 files changed

+30
-14
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.9007
5-
Date: 2023-03-20
4+
Version: 0.6.0
5+
Date: 2023-03-21
66
Author: Andreas Blaette [aut, cre],
77
Bernard Desgraupes [aut],
88
Sylvain Loiseau [aut],

cran-comments.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
## General remarks
22

3-
This release addresses the deprecation of `sprintf()`. I now use `snprintf()`
4-
in the C++ code. Warnings I see for R-devel-linux (both clang and GCC) and
5-
M1mac are addressed and should disappear.
3+
- This release replaces dependency PCRE with PCRE2 in the CWB source code
4+
included in this package. I hereby anticipate that build machines will
5+
successively not have PCRE installed. Fedora will presumably be first.
66

7-
Brian Ripley alerted me that the package may be archived on February 6. I hope
8-
that I have addressed the issue sufficiently.
7+
- Rcpp wrappers for CWB functionality is now exported such that it is possible
8+
to write Rcpp inline C++ functions using this functionality.
9+
10+
- This is the first package version that includes a vignette (explaining how to
11+
write inline C++ functions).
12+
13+
- The cleanup script is extended and reverts modifications that had previously
14+
gone unnoticed.
15+
16+
- A failure to build Windows binaries for R-oldrel is addressed: Repository
17+
https://github.com/PolMine/libcl that is used to get static libraries has been
18+
updated.
919

1020
Previous aspects I repeat:
1121

12-
- CRAN package check results report 'GNU make is a SystemRequirements'. Using GNU
13-
make remains important for the portability of the C code. There would be a great
14-
cost for dropping GNU make and I would not do it unless it is absolutely
22+
- CRAN package check results report 'GNU make is a SystemRequirements'. Using
23+
GNU make remains important for the portability of the C code. There would be a
24+
great cost for dropping GNU make and I would not do it unless it is absolutely
1525
necessary.
1626

1727
- Installed package size is slightly larger than 5MB on macOS and Windows
@@ -22,14 +32,20 @@ change.
2232
## Test environments
2333

2434
* CI checks with GitHub Actions (Windows/macOS/Ubuntu)
25-
* R winbuilder (R 4.2 release and devel)
26-
* local macOS, still R 4.1.3 (arm64)
35+
* R winbuilder (R 4.2 release, devel, oldrel)
36+
* local macOS, R 4.2.2 (arm64)
2737

2838

2939
## R CMD check results
3040

31-
Temporarily I have seen a NOTE that the URL
32-
https://doi.org/10.5281/zenodo.4501838 is not available. Seems to work again.
41+
Check status is OK on all test environments, with one exception. On
42+
Windows-oldrel, I see SSL issues with URLs in README.md:
43+
44+
- https://developer.apple.com/xcode/ (self signed certificate in certificate chain)
45+
- https://txm.gitpages.huma-num.fr/textometrie/ (unable to get local issuer certificate)
46+
47+
I do not see these on the R winbuilder for R release of R devel. My browsers do
48+
not show a problem with these certificates either.
3349

3450

3551
## Downstream dependencies

0 commit comments

Comments
 (0)