Closed kadyb closed 2 years ago
I had the same issue with the {sabre} package (https://cran.r-project.org/package=sabre) -- installing roxygen2 version 7.2.1 and updating the documentation (and bumping the package version) was enough to fix it.
install.packages("roxygen2")
devtools::document()
I fixed it in the last commits. I also tried to fix one line in README, but GitHub doesn't support CSS, so I reverted this change (26f0666). The new version is on CRAN.