Hello,
BiocCheck produces the following warning for function with no return value.
WARNING: Add non-empty \value sections to the following man
pages: x.Rd, y.Rd, z.Rd
However, the functions x, y, and z do not return a value since these are
functions which, e.g., plot to grDevices, or write to a file.
I am using roxygen2 to create the documentation.
I tried to address the problem by specifying
#' @return NULL
But roxygen2 does not produce the \value section if @return NULL.
What is the best practice to suppress this warning?
Best,
Witek
_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel