File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
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.4.9001
4+ Version: 0.5.5
55Date: 2023-01-24
66Author: 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"),
Original file line number Diff line number Diff line change 55#70 .
66* ` corpus_properties() ` and ` corpus_property() ` do not crash any more, if corpus
77is 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
Original file line number Diff line number Diff line change 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
1110Previous aspects I repeat:
1211
You can’t perform that action at this time.
0 commit comments