There is a newer version of the record available.

Published December 10, 2019 | Version v0.1.1
Software Open

PolMine/cwbtools: Late Vintage

Creators

Description

This is a minor release that anticipates an upcoming change in R's matrix class, that will inherit from the array class starting with R 4.0.

MINOR IMPROVEMENTS
  • The pkg_add_corpus() function will now create the cwb directories (registry and data directory) if necessary. Previously, these directories were required to exist before moving a corpus into a package, making it necessary to put dummy files into packages to keep R CMD build from issuing warnings and git from dropping these directories. Creating the directories on demand is a precondition for a CRAN release of data packages (#11).
BUG FIXES
  • In the upcoming R version 4.0, the matrix class will inherit from class array. The new package version now takes into account that length(class(matrix(1:4,2,2))) will return the value 2.
DOCUMENTATION FIXES
  • The NEWS file now follows the styleguide such that pkgdown::build_site() will generate a proper changelog page.

Files

PolMine/cwbtools-v0.1.1.zip

Files (432.0 kB)

Name Size Download all
md5:84adbbe1f1ccfb2a22ae558523a9f7d8
432.0 kB Preview Download

Additional details

Related works