Skip to content
Prev 953 / 12125 Next

[R-pkg-devel] package build warning

On 24/07/2016 1:35 PM, Glenn Schultz wrote:
You need to look at the Rd files.  This might be your error, or a bug in 
Roxygen2, but the help system doesn't look in .R files for help, it 
looks in the .Rd files.  If none of them include

\alias{MortgageEffectiveMeasures-class}

then you haven't documented that class.

Duncan Murdoch