Skip to content

Commit 59cac3f

Browse files
Andreas BlätteAndreas Blätte
authored andcommitted
preparing release v0.5.5
1 parent 958e2f7 commit 59cac3f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package: RcppCWB
22
Type: Package
33
Title: 'Rcpp' Bindings for the 'Corpus Workbench' ('CWB')
4-
Version: 0.5.4.9001
4+
Version: 0.5.5
55
Date: 2023-01-24
66
Author: Andreas Blaette [aut, cre],
77
Bernard Desgraupes [aut],
88
Sylvain Loiseau [aut],
99
Oliver Christ [ctb],
1010
Bruno Maximilian Schulze [ctb],
11-
Stefan Evert [ctb],
11+
Stefanie Evert [ctb],
1212
Arne Fitschen [ctb],
1313
Jeroen Ooms [ctb],
1414
Marius Bertram [ctb],
@@ -19,7 +19,7 @@ Authors@R: c(
1919
person("Sylvain", "Loiseau", role = "aut"),
2020
person("Oliver", "Christ", role = "ctb"),
2121
person("Bruno Maximilian", "Schulze", role = "ctb"),
22-
person("Stefan", "Evert", role = "ctb"),
22+
person("Stefanie", "Evert", role = "ctb"),
2323
person("Arne", "Fitschen", role = "ctb"),
2424
person("Jeroen", "Ooms", role = "ctb"),
2525
person("Marius", "Bertram", role = "ctb"),

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#70.
66
* `corpus_properties()` and `corpus_property()` do not crash any more, if corpus
77
is not loaded or not present #69.
8-
8+
* New function `p_attr_default()` to programmatically extract default
9+
p-attribute #63.
910

1011
# RcppCWB 0.5.4
1112

cran-comments.md

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

3-
I realized ERRORS on the macOS and Windows build machines: Fixed as follows:
4-
5-
- For Windows, I add '-luuid' to PKG_FLAGS (necessary to meet new dependency of
6-
glib2).
7-
- For macOS, the CC defined in Makeconf was not passed to the compilation of
8-
the CWB source files. Changed the configure scripts accordingly.
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.
96

7+
Brian Ripley alerted me that the package may be archived on February 6. I hope
8+
that I have addressed the issue sufficiently.
109

1110
Previous aspects I repeat:
1211

0 commit comments

Comments
 (0)