Bump version to 0.5.2
Change-Id: If59f2e2ef23ef192eee25add1f5c25a6984768f3
diff --git a/DESCRIPTION b/DESCRIPTION
index 2f9abc9..7085373 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: RKorAPClient
Type: Package
Title: KorAP Web Service Client Package
-Version: 0.5.1
+Version: 0.5.2
Author: KorAP-Team @ IDS Mannheim
Maintainer: KorAP-Team <korap@ids-mannheim.de>
Description: A simple package that makes KorAP's web service API accessible from R.
diff --git a/NEWS.md b/NEWS.md
index bc650f2..3a3321e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,7 @@
+# RKorAPClient 0.5.2
+- Further minimization of tests to make CRAN happy. Safety shouldn't suffer.
+- Make license specification github and CRAN compliant.
+
# RKorAPClient 0.5.1
- Fixed many typos.
- Removed redundant and too long running tests.
diff --git a/cran-comments.md b/cran-comments.md
index 9b1e49a..be58135 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -6,8 +6,19 @@
## local R CMD check results
```
-── R CMD check results ───────────────────────────────── RKorAPClient 0.5.1 ────
-Duration: 1m 16.2s
+── R CMD check results ───────────────────────────────── RKorAPClient 0.5.2 ────
+ Examples with CPU or elapsed time > 5s
+ user system elapsed
+ ggplotly 0.430 0.009 7.953
+ KorAPQuery-class 0.325 0.038 5.644
+ hc_freq_by_year_ci 0.127 0.003 6.879
+ corpusQuery-KorAPConnection-method 0.091 0.002 5.060
+ ** found \donttest examples: check also with --run-donttest
+✓ checking for detritus in the temp directory
+
+
+── R CMD check results ───────────────────────────────── RKorAPClient 0.5.2 ────
+Duration: 1m 6.2s
0 errors ✓ | 0 warnings ✓ | 0 notes ✓
@@ -17,14 +28,17 @@
## R-hub builder
### NOTE 1
```
+* checking CRAN incoming feasibility ... NOTE
+Maintainer: ‘KorAP-Team <korap@ids-mannheim.de>’
+```
+According to [this stackoverflow](https://stackoverflow.com/questions/23829978/checking-cran-incoming-feasibility-note-maintainer) this note can be ignored if the maintainer is specified correctly.
+
+```
Possibly mis-spelled words in DESCRIPTION:
KorAP (3:8)
KorAP's (7:42)
- 1. Redistributions of source code must retain the above copyright notice,
-File 'LICENSE':
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
```
-KorAP is the acronym of the project. It's spelled correctly. The rest, too.
+KorAP is the acronym of the project. It's spelled correctly.
### NOTE 2
```
@@ -38,4 +52,4 @@
** found \donttest examples: check also with --run-donttest
```
I have reduced the tests as much as possible with combinations of `\dontshow` and `\donttest`.
-The rest is absolutely necessary and useful. The times vary a bit depending on the load of the server.
+The rest is absolutely necessary and useful. The individual test times should now all be below 10s, however the times vary a bit depending on the load of the server.