Skip to content

Commit

Permalink
release v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaette committed May 16, 2018
1 parent 04b9f7f commit 9f52a3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -57,7 +57,7 @@ install.corpus("europarl.en")
Calling the use function is necessary activate a corpus included in a data package.

```{r use, eval = TRUE}
use("europarl.en") # activate the corpus in the europarl-en package
use("polmineR") # activate the corpus in the europarl-en package
```

An advantage of keeping corpora in data packages are the versioning and documentation mechanisms that are the hallmark of packages. Of course, polmineR will work with the library of CWB indexed corpora stored on your machine. To assist the preparation of corpora, consider the ctk package (corpus toolkit) as a companion package to polmineR.
Expand Down
15 changes: 3 additions & 12 deletions cran-comments.md
@@ -1,10 +1,8 @@
## General remarks

After having published 'RcppCWB' as a portable backend to 'polmineR', this is the first release of the 'polmineR' package that can installed without complications on Windows machines.
The 'RcppCWB' dependency of 'polmineR' has just been updated with some stricter requirements on input values. This caused tests included in 'polmineR' (v0.7.7) to fail. As announced in my message when submitting RcppCWB v0.2.3, this submission of polmineR (v0.7.8) fixes this issue.

The package includes some test data, and basic package tests. The dependency on a data package I hosted at a CRAN-like repository on one of my project servers ('europarl.en') could be dropped. In the next upcoming release, I plan to further reduce the number of dependencies.

The RcppCWB package I heavily rely on does not yet compile Solaris, so propably 'polmineR' will not work on Solaris either. Once I have resolved the issue with RcppCWB on Solaris, this issue should disappear.
One remaining matter: The 'RcppCWB' package does not yet compile Solaris, so 'polmineR' will not work on Solaris. Once I have resolved the issue with 'RcppCWB' on Solaris, this issue should disappear.


## Test environments
Expand All @@ -17,14 +15,7 @@ The RcppCWB package I heavily rely on does not yet compile Solaris, so propably

## R CMD check results

When building on Windows, you may see the following NOTE: "Package suggested but not available for checking: 'rcqp'"
The RcppCWB provides the main interface for querying corpora, so this is no impediment for Windows users. If

Apart from this, there were no ERRORs, WARNINGs or NOTEs on the Linux / macOS / Windows environments I used.




There were no ERRORs, WARNINGs or NOTEs on the Linux / macOS / Windows environments I used.
## Downstream dependencies

I have also checked downstream dependencies using devtools::revdep(),
Expand Down

0 comments on commit 9f52a3c

Please sign in to comment.