You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the following R code as the whole content of a single hello.R file residing in the R folder of a default package structure (e.g. the test package from Rstudio) a warning "Warning: @description [hello.R#1]: requires a value" is generated, when running roxygen using devtools::document(roclets=c('rd', 'collate', 'namespace')).
When using the following R code as the whole content of a single hello.R file residing in the R folder of a default package structure (e.g. the test package from Rstudio) a warning "Warning: @description [hello.R#1]: requires a value" is generated, when running roxygen using
devtools::document(roclets=c('rd', 'collate', 'namespace')).
It is fixed by removing the first line of roxygen comment. The following code does not produce the warning:
It seems to me, that the warning is at least misleading. It maybe a bug, since the difference between the two coding blocks is not existant.
The text was updated successfully, but these errors were encountered: