Update cran-comments.md

Change-Id: Iaf2688981834d2bda896ccaaa5b4bc6962e70db2
diff --git a/cran-comments.md b/cran-comments.md
index 9dddf1f..39f8b09 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -6,8 +6,8 @@
 
 ## local R CMD check results
 ```
-── R CMD check results ───────────────────────────────── RKorAPClient 0.5.4 ────
-Duration: 49.8s
+── R CMD check results ───────────────────────────────── RKorAPClient 0.5.5 ────
+Duration: 45.1s
 
 0 errors ✓ | 0 warnings ✓ | 0 notes ✓
 
@@ -17,17 +17,56 @@
 ## R-hub builder
 
 ```
-── RKorAPClient 0.5.4: NOTE
+── RKorAPClient 0.5.5: NOTE
 
-  Build ID:   RKorAPClient_0.5.4.tar.gz-9406a51105a140cf8afc207ec35efe15
+  Build ID:   RKorAPClient_0.5.5.tar.gz-ed1ae575c5624fe183feac9af9530208
   Platform:   Windows Server 2008 R2 SP1, R-devel, 32/64 bit
-  Submitted:  10m 56.9s ago
-  Build time: 10m 31s
+  Submitted:  12m 33.8s ago
+  Build time: 12m 13.4s
 
 > checking CRAN incoming feasibility ... NOTE
   Maintainer: 'Marc Kupietz <kupietz@ids-mannheim.de>'
-
+  
   New submission
 
 0 errors ✓ | 0 warnings ✓ | 1 note x
 ```
+
+## CRAN comments on issues in previous version
+
+> The Description field is intended to be a (one paragraph) description
+of what the package does and why it may be useful. Please elaborate.
+
+The Description field is now elaborated accordingly.
+
+> If there is a web reference please add it to the description of the 
+DESCRIPTION file in the form <https:.....>
+with no space after 'https:' and angle brackets for auto-linking.
+
+The web reference is also added.
+
+> Please always add all authors and copyright holders in the Authors@R 
+field with the appropriate roles.
+ From CRAN policies you agreed to:
+"The ownership of copyright and intellectual property rights of all 
+components of the package must be clear and unambiguous (including from 
+the authors specification in the DESCRIPTION file). Where code is copied 
+(or derived) from the work of others (including from R itself), care 
+must be taken that any copyright/license statements are preserved and 
+authorship is not misrepresented.
+Preferably, an ‘Authors@R’ would be used with ‘ctb’ roles for the 
+authors of such code. Alternatively, the ‘Author’ field should list 
+these authors as contributors.
+Where copyrights are held by an entity other than the package authors, 
+this should preferably be indicated via ‘cph’ roles in the ‘Authors@R’ 
+field, or using a ‘Copyright’ field (if necessary referring to an 
+inst/COPYRIGHTS file)."
+e.g.: IDS Mannheim, also KorAP-Team seems not specific enough.
+Please explain in the submission comments what you did about this issue.
+
+I have added Nils Diewald as the only contributor as of now (role: ctb) instead of using the generic KorAP-Team <korap@ids-mannheim.de> and expanded the informal copyright holder (role: cph) name 'IDS Mannheim' to the official name 'Leibniz Instute for the German Language'. There is no code copied or derived from other authors or rights holders.
+
+> Please write TRUE and FALSE instead of T and F.
+(Please don't use "T" or "F" as vector names.)
+
+Every occurence of T and F is now replaced with TRUE and FALSE, respectively and  T or F are not used as vector names.