Single quote KorAP in Title and Description fields and bump version
Change-Id: I55bee6283048b8fdd2669f3e2dd05508cfd7238c
diff --git a/DESCRIPTION b/DESCRIPTION
index 148d2db..b3c2037 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: RKorAPClient
Type: Package
-Title: KorAP Web Service Client Package
-Version: 0.5.3
+Title: 'KorAP' Web Service Client Package
+Version: 0.5.4
Authors@R:
c(person(given = "Marc",
family = "Kupietz",
@@ -12,7 +12,7 @@
email = "korap@ids-mannheim.de"),
person(given = "Leibniz-Institute for the German Language",
role = c("cph", "fnd")))
-Description: A simple package that makes KorAP's web service API accessible from R.
+Description: A simple package that makes the 'KorAP' web service API accessible from R.
Depends: R (>= 3.5.0)
Language: en-US
License: BSD_2_clause + file LICENSE
diff --git a/NEWS.md b/NEWS.md
index ba2be28..c2e57a5 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,6 @@
+# RKorAPClient 0.5.4
+- Fix DESCRIPTION file.
+
# RKorAPClient 0.5.3
- Further minimization of tests to make CRAN happy.
- Make authors and maintainers machine readable.
diff --git a/cran-comments.md b/cran-comments.md
index 539a44a..f4136ba 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -15,18 +15,10 @@
```
## R-hub builder
-### NOTE
-```
-* checking CRAN incoming feasibility ... NOTE
-Maintainer: 'Marc Kupietz <kupietz@ids-mannheim.de>'
-
-New submission
-```
-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)
```
-KorAP is the acronym of the project. It's spelled correctly.
+Single quoted 'KorAP' in Title and Description fields.