Closed tleitch closed 8 years ago
* checking R code for possible problems ... NOTE
volDF2CubeK: warning in factor(tbl$Expiry, level = expLvl): partial
argument match of 'level' to 'levels'
volDF2CubeK: warning in factor(tbl$Tenor, level = tenorLvl): partial
argument match of 'level' to 'levels'
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd line widths ... NOTE
Rd file 'SabrSwaption.Rd':
\usage lines wider than 90 characters:
SabrSwaption(params, ts, volCubeDF, legparams = list(dayCounter = "Thirty360", fixFreq = "Annual", floatFreq = "Semiannual"), tsUp01 = ... [TRUNCATED]
These lines will be truncated in the PDF manual.
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented data sets:
‘tsQuotes’ ‘vcube’
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
Several issues. This was not supposed to go to you yet. I followed a tutorial on merging from the master and now I have several branches on my machine and lost commits, so yes, any time you can spare for me would be appreciated.
Here is what I would do:
RQuantLib-old
or some other name.git checkout -b feature/first-change
(or some other name)DESCRIPTION
and NAMESPACE
regarding zoo.R CMD check
from TravisThen rinse repeat in small self-contained portions til we're done.
I am really sorry Terry but this seems to be a regression.
See eg the Travis log here -- I got the same results by hand. Copying and pasting from my local test:
The very first is what I fixed after your PR #60, and now it seems to have reverted. I am obviously not all that excited about re-fixing it.
Can we do better? Can we/shall we maybe discuss process and try smaller individual steps here rather than deleting entire PRs yet coming back with ones comprising dozens of commits?
The ideal PR would add new features, be complete in terms of documentation and tests and not raise any issue with
R CMD check
all of which you should be able to see at your end.Let me know how you want to go about this. Happy to chat on the video or per video call, time permitting. I am sure we can get this fixed if we put our heads to it.