whenever I launch the Build & Reload panel from RStudio Build , I get a message
==> Rcmd.exe INSTALL --no-multiarch rwiots Error: contains a blank line
and, indeed, when I look, my DESCRIPTION file contains an empty line in the Suggests field. If I delete this, it will be created again when I try Build & Reload .
I have the option Generate documentation with Roxygen checked, and all the checkboxes are checked in the Configure... dialog box that comes with it.
I really like documenting my functions with roxygen2 and creating the RStudio NAMESPACE file and parts of my DESCRIPTION file. So how can I overcome this very strange problem?
Thanks a lot in advance Rob Levy
r rstudio roxygen2
London rob
source share