── 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 ✓ R CMD check succeeded
* checking CRAN incoming feasibility ... NOTE Maintainer: ‘KorAP-Team <korap@ids-mannheim.de>’
According to this stackoverflow 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.
* checking examples ... NOTE Examples with CPU (user + system) or elapsed time > 5s user system elapsed hc_freq_by_year_ci 0.21 0.33 7.04 KorAPQuery-class 0.31 0.04 5.36 corpusQuery-KorAPConnection-method 0.14 0.02 5.39 ggplotly 0.64 0.17 15.35 ** 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 individual test times should now all be below 10s, however the times vary a bit depending on the load of the server.