I have my personal package developed a few years ago with roxygen2 version 7.2.3 and have just upgraded to version 7.3.2 but when I try to run devtools::check() it gets stuck after these 2 lines of output:
===Documenting====
Updating packagename documentation
Loading packagename
I've tried many arguments inside the check function without any success (args = c('--no-examples', '--no-manual', '--no-tests')).
If I downgrade roxygen2 version back to the previous one, it works again. Please let me know if anyone has any idea what that might be.
But these don't work (stay at "Loading packagename" message indefinitely):
devtools::document()
roxygen2::roxygenize()
I also created a new folder and copied only the necessary files to replicate the package. Also created a env to isolate the packages. Same thing happens: can check without creating the documentation.