'Rcpp' Bindings for the C code of the 'Corpus Workbench' ('CWB'), an indexing and query engine to efficiently analyze large corpora (<http://cwb.sourceforge.net>). 'RcppCWB' is licensed under the GNU GPL-3, in line with the GPL-3 license of the 'CWB' (<https://www.r-project.org/ Licenses/GPL-3>). The 'CWB' relies on 'pcre' (BSD license, see <https://www.pcre.org/ licence.txt>) and 'GLib' (LGPL license, see <https://www.gnu.org/licenses/lgpl-3.0.en. html>). See the file LICENSE.note for further information. The package includes modified code of the 'rcqp' package (GPL-2, see <https://cran.r-project.org/package=rcqp>). The original work of the authors of the 'rcqp' package is acknowledged with great respect, and they are listed as authors of this package. To achieve cross-platform portability (including Windows), using 'Rcpp' for wrapper code is the approach used by 'RcppCWB'.
Version: | 0.2.8 |
Imports: | Rcpp (≥ 0.12.6) |
LinkingTo: | Rcpp |
Suggests: | knitr, testthat |
Published: | 2019-02-21 |
Author: | Andreas Blaette [aut, cre], Bernard Desgraupes [aut], Sylvain Loiseau [aut], Oliver Christ [ctb], Bruno Maximilian Schulze [ctb], Stefan Evert [ctb], Arne Fitschen [ctb] |
Maintainer: | Andreas Blaette <andreas.blaette at uni-due.de> |
BugReports: | https://github.com/PolMine/RcppCWB/issues |
License: | GPL-3 |
Copyright: | For the copyrights for the 'Corpus Workbench' (CWB) and
acknowledgement of authorship, see file COPYRIGHTS. RcppCWB copyright details |
URL: | https://www.github.com/PolMine/RcppCWB |
NeedsCompilation: | yes |
SystemRequirements: | GNU make, pcre (>= 7), GLib (>= 2.0.0). On Windows, no prior installations are necessary, as pre-built (i.e. cross-compiled) binaries of required libraries are downloaded from a GitHub repository (<https://github.com/PolMine/libcl>) during installation. On macOS, static libraries of Glib are downloaded (<https://github.com/PolMine/libglib>) if Glib is not present. |
Materials: | README NEWS |
CRAN checks: | RcppCWB results |
Reference manual: | RcppCWB.pdf |
Package source: | RcppCWB_0.2.8.tar.gz |
Windows binaries: | r-devel: RcppCWB_0.2.8.zip, r-release: RcppCWB_0.2.8.zip, r-oldrel: RcppCWB_0.2.8.zip |
OS X binaries: | r-release: RcppCWB_0.2.8.tgz, r-oldrel: RcppCWB_0.2.8.tgz |
Old sources: | RcppCWB archive |
Reverse imports: | polmineR |
Please use the canonical form https://CRAN.R-project.org/package=RcppCWB to link to this page.