d> packageVersion('roxygen2')
[1] ‘6.0.0’
d> packageVersion('devtools')
[1] ‘1.12.0’
Everything under man
is deleted and NAMESPACE contains nothing.
This started happening after upgrading to 6.0
I did an install from source (my home mini-CRAN didn't seem to have macOS binaries yet) and can't reproduce even if I add @md
blocks. I can try it on linux in the AM.
I built roxygen2 and devtools both from source and it's still happening for me. Interestingly it's happening for
But working for
So not sure what exactly is missing. Will debug more.
And, found the problem.
Keeping open till 570 is merged.
Most helpful comment
And, found the problem.
https://github.com/klutometis/roxygen/pull/570