diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-16 21:06:54 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-16 21:06:54 +0200 |
commit | fd205e13061de8abc595d266f3b0c7650773d442 (patch) | |
tree | 73fc6d4e33f758bec1c45189e39d1533f186a99b /log/check.log | |
parent | afe466d01ccf60a9746616ebc0e06f0383aa814f (diff) |
Improve multistart documentation, bugfix
- Split out llhist and parhist documentation
- Add example code for multistart
- Create a multistart vignette, because the example code fails when run
by pkgdown
- Fix multistart for the case of mkin transformations in the saem fit
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. + |