Skip to content

Releases: mahlberg-lab/CorporaCoCo

Version 2.0.0

09 Aug 08:11
c8f8bcc
Compare
Choose a tag to compare
  • Updated test method to "testthat" with CI from GitHub Actions
  • Applied linting and modified code accordingly
  • Introduced "corp_coco", and deprecated "coco"
  • Introduced "corp_surface", and deprecated "surface"
  • Introduced "corp_text", "corp_concordance" and "corp_cooccurrence"

Version 1.1-0

17 Feb 15:08
Compare
Choose a tag to compare
  • R/surface.R: Added optional 'nodes' and 'collocates' filters. Use of the 'nodes' filter improves performance and reduces memory footprint.
  • R/coco.R: Added optional 'collocates' filter. The 'collocates' filter is used to target the testing and hence reduce the number of tests; reducing the number of tests reduces the loss of power from the multiple test correction.
  • R/surface_coco.R: Applies the new filters for the 'surface' and 'coco' functions.
  • R/coco-class.R (plot.coco): Allow configuration of whiskers in plots. Use on.exit to restore graphics parameters.
  • inst/doc/*.pdf: Documentation moved to vignettes directory with help from R.rsp package.
  • vignettes/*.pdf: Example get data from the CLiC API rather than the now deprecated CorporaCorpus package.
  • man/*.Rd: Minor corrections and improvements.

Version 1.0-2

17 Feb 14:57
Compare
Choose a tag to compare
  • R/surface.R (parse_span): No longer uses Perl regex; this allows compatibility with older Windows R releases.
  • inst/doc/faq.pdf: vignette/faq.Rnw vignette converted to PDF as without CorporaCorpus on CRAN the source in the vignette is confusing, and the --as-cran check is not happy with the vignette code in inst/doc. The .Rnw code will be available in a parallel github repository. Also some text tweaks.
  • inst/doc/proof_of_concept.pdf: vignette/proof_of_concept.Rnw ditto.

Version 1.0-1

17 Feb 13:40
Compare
Choose a tag to compare
  • vignettes/faq.Rnw: Removed dependency on the CorporaCorpus data package as CRAN rejected it for being over 5MB, hence we have to fake our `literate programming'
  • vignettes/proof_of_concept.Rnw: Ditto.