Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRoxygen2 new version C stack usage issue with S4 methods #597
Comments
|
After a lot of search it appears it is due to the import of PS : I tried reinstalling the package but it didn't change anything |
|
Please provide a reproducible example. For this problem, that will be a minimal package that demonstrates the problem. |
|
Thank you for looking at it. I tried to reproduce the error by creating a minimal package importing |
Hello,
For a week I've got issue to use Roxygen2 to write my package documentation with
devtools::documentfunction. Searching for an answer I tried to upload and document the last stable version off the package. And surprise documentation doesn't work anymore I got the same issue :So I checked and the only change is that I were using the 4.0.1 version on my last stable version of the package and now Roxygen2 is on 6.0.1 version. nevertheless when I install the old version I can't document my old stable version. When I use the
tracebackfunction it appears it is due to an infinite loop when trying to document code S4 method. Any idea for the reason, or maybe for a solution to get my documentation in waiting ?