-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
44 lines (28 loc) · 2.31 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
2021-04-29 Mike Allaway <m.j.allaway@bham.ac.uk> and Andrew Edmondson <a.c.edmondson@bham.ac.uk>
Version 2.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"
2017-11-22 Anthony Hennessey <anthony.hennessey@nottingham.ac.uk>
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.
2017-03-31 Anthony Hennessey <anthony.hennessey@nottingham.ac.uk>
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.
2017-03-26 Anthony Hennessey <anthony.hennessey@nottingham.ac.uk>
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' -- good grief!
* vignettes/proof_of_concept.Rnw: Ditto.
2017-03-22 Anthony Hennessey <anthony.hennessey@nottingham.ac.uk>
Version 1.0-0
Initial release.