Goodpractice results
Closed this issue · 1 comments
hettling commented
By removing the vignettes from the R package itself, you may also fix these issues goodpractice raised:
✖ write unit tests for all functions, and all package code in general.
93% of code lines are covered by test cases.
R/Feature.r:86:NA
R/Feature.r:111:NA
R/Feature.r:112:NA
R/GeoArea.r:122:NA
R/GeoArea.r:173:NA
... and 628 more lines
✖ fix this R CMD check WARNING: LaTeX errors when creating PDF version.
This typically indicates Rd problems.
✖ fix this R CMD check ERROR: Re-running with no redirection of
stdout/stderr. Hmm ... looks like a package You may want to clean up by 'rm -Rf
/var/folders/ps/g89999v12490dmp0jnsfmykm0043m3/T//Rtmpn15kYK/Rd2pdf11fbd7d461aa9'
✖ fix this R CMD check NOTE: installed size is 6.3Mb sub-directories of
1Mb or more: R 1.8Mb doc 4.3Mb
hettling commented
A few 'long lines of code' and test coverage still missing, but the severe things are fixed. Therefore closing this now.