-
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.
Version number and ChangeLog for CRAN release.
- Loading branch information
1 parent
2e66567
commit a68b7f7
Showing
2 changed files
with
12 additions
and
3 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,12 @@ | ||
2017-03-31 Anthony Hennessey <[email protected]> | ||
|
||
Version 1.0-2 | ||
|
||
* R/surface.R (parse_span): No longer uses Perl regex; this allows compatability 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 tweeks. | ||
* inst/doc/proof_of_concept.pdf: vignette/proof_of_concept.Rnw ditto. | ||
|
||
|
||
2017-03-26 Anthony Hennessey <[email protected]> | ||
|
||
Version 1.0-1 | ||
|
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 |
---|---|---|
|
@@ -2,12 +2,12 @@ Encoding: UTF-8 | |
Package: CorporaCoCo | ||
Type: Package | ||
Title: Corpora Co-Occurrence Comparison | ||
Version: 1.0-1 | ||
Date: 2017-03-26 | ||
Version: 1.0-2 | ||
Date: 2017-03-31 | ||
Authors@R: | ||
c(person('Anthony','Hennessey',email='[email protected]',role=c('aut','cre')), | ||
person('Viola','Wiegand',email='[email protected]',role='aut'), | ||
person('Michaela','Malberg',email='[email protected]',role='aut'), | ||
person('Michaela','Mahlberg',email='[email protected]',role='aut'), | ||
person('Christopher R.','Tench',email='[email protected]',role='aut'), | ||
person('Jamie','Lentin',email='[email protected]',role='aut')) | ||
Description: A set of functions used to compare co-occurrence between two corpora. | ||
|