-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from mahlberg-lab/dev
trying to resubmit to cran
- Loading branch information
Showing
4 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 2.0 | ||
Date: 2022-07-06 10:33:38 UTC | ||
SHA: acc97b5312a0fa9030e8c8a5760b9de062e8a329 | ||
Date: 2022-08-05 11:02:39 UTC | ||
SHA: 93cf0c5d162ae475c996cbf8dd591f3acff26dc8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,26 @@ Package: CorporaCoCo | |
Type: Package | ||
Title: Corpora Co-Occurrence Comparison | ||
Version: 2.0 | ||
Date: 2022-06-28 | ||
Date: 2022-08-05 | ||
Authors@R: | ||
c(person('Anthony','Hennessey',role='aut'), | ||
person('Viola','Wiegand',email='[email protected]',role='aut'), | ||
person('Christopher R.','Tench',email='[email protected]',role='aut'), | ||
person('Jamie','Lentin',email='[email protected]',role='aut'), | ||
person('Mike','Allaway',email='[email protected]',role='ctb'), | ||
person('Andrew','Edmondson',email='[email protected]',role='ctb'), | ||
person('Matthew','Henderson',email='[email protected]',role='ctb'), | ||
person('Matthew','Henderson',email='[email protected]',role='ctb'), | ||
person('Michaela','Mahlberg',email='[email protected]',role=c('aut','cre'))) | ||
Description: Implements the method introduced in Wiegand, V., Hennessey, A., Tench, C. R., & Mahlberg, M. (2017), "Comparing co-occurrences between corpora". 38th ICAME conference, Charles University, Prague. It identifies significant difference in co-occurrence counts for a given node or set of nodes across two corpora, using a Fisher’s Exact test. | ||
Author: Anthony Hennessey [aut], | ||
Viola Wiegand [aut], | ||
Christopher R. Tench [aut], | ||
Jamie Lentin [aut], | ||
Mike Allaway [ctb], | ||
Andrew Edmondson [ctb], | ||
Matthew Henderson [ctb], | ||
Michaela Mahlberg [aut, cre] | ||
Maintainer: Michaela Mahlberg <[email protected]> | ||
Description: Identifies significant difference in co-occurrence counts for a given node or set of nodes across two corpora, using a Fisher’s Exact test. | ||
URL: https://github.com/mahlberg-lab/CorporaCoCo/ | ||
License: GPL (>= 3) | ||
Depends: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# CorporaCoCo 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" |