Releases: mahlberg-lab/CorporaCoCo
Releases · mahlberg-lab/CorporaCoCo
Version 2.0.0
- 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
- 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
- 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
- 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.