Closed rafapereirabr closed 3 years ago
I've addressed all other issues, but I'm not sure I understand what the means with:
"Please add \value to .Rd files regarding exported methods"
Do you guys know how we should address this? @dhersz
All exported values should have a @return
field in their documentation, which generates the \value{}
field in the respective .Rd
file. We just have to find the exported function(s) where @return
is not specified and specify it.
All exported values should have a
@return
field in their documentation, which generates the\value{}
field in the respective.Rd
file. We just have to find the exported function(s) where@return
is not specified and specify it.
Oh, Ok then. I had done that already.
Feedback from CRAN