diff options
Diffstat (limited to 'log/check.log')
-rw-r--r-- | log/check.log | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/log/check.log b/log/check.log index 8fce3fd1..60298c09 100644 --- a/log/check.log +++ b/log/check.log @@ -48,7 +48,15 @@ Maintainer: ‘Johannes Ranke <johannes.ranke@jrwb.de>’ * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK -* checking Rd \usage sections ... OK +* checking Rd \usage sections ... WARNING +Undocumented arguments in documentation object 'multistart' + ‘x’ + +Functions with \usage entries need to have the appropriate \alias +entries, and all their arguments documented. +The \usage entries must correspond to syntactically valid R code. +See chapter ‘Writing R documentation files’ in the ‘Writing R +Extensions’ manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK @@ -69,5 +77,9 @@ Maintainer: ‘Johannes Ranke <johannes.ranke@jrwb.de>’ * checking for detritus in the temp directory ... OK * DONE -Status: OK +Status: 1 WARNING +See + ‘/home/jranke/git/mkin/mkin.Rcheck/00check.log’ +for details. + |