Re: [R-pkg-devel] Roxygen help documenting a S4 class

2016-04-22 Thread Glenn Schultz
Hi Hadley, Thank-you for taking the time to help - Ha! nice trick - thanks! Much better than staring at lines trying to figure out what went wrong. First time I had seen that warning too. Now, I know what it means. Thanks, Glenn > On Apr 22, 2016, at 5:47 PM, Hadley Wickham wrote: > > Doe

Re: [R-pkg-devel] Roxygen help documenting a S4 class

2016-04-22 Thread Hadley Wickham
Does this help? code <- c("BeginningBal", "Convexity", "EffConvexity", "EffDuration", "EndingBal", "Formula", "Horizon", "HorizonReturn", "KeyRateConvexity", "KeyRateDuration", "KeyRateTenor", "ModDuration", "Name", "PassThroughInterest", "Period", "PmtDate", "PrepaidPrin", "SMM", "Scheduled

[R-pkg-devel] Roxygen help documenting a S4 class

2016-04-22 Thread Glenn Schultz
All, Below are two classes that I have created Scenario and Mtg.Scenario. Mtg.Scenario contains Scenario when I run check I get the following warning. I have gone through my book R Packages and looked at the EPub writing extension but I cannot find an example. Any help is appreciated Glenn *