I am trying to document a new R project using roxygen2
. I am using roxygen2
version 6.1.1 and desc
version 1.2.0.
I have tried both the commands roxygen2::roxygenise()
and devtools::document()
but in both cases I am getting the same error:
Updating documentation
First time using roxygen2. Upgrading automatically...
Error in if (any(mismatch <- res != res2)) { : missing value where TRUE/FALSE needed
I have looked at the following issue: roxygen new project issue and tried following the advice of reinstalling both roxygen and desc to no avail.
Any help would be appreciated