You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error, it literally worked half an hour ago, I dont see what I changed to break this except renaming (exported) functions, and I reproducibly receive this error with the newest 7.3.2 roxygen2 package in Rstudio:
==> devtools::document(roclets = c(''))
ℹ Updating bla documentation
Error in `FUN()`:
! Must return a roclet
Backtrace:
▆
1. ├─base::suppressPackageStartupMessages(...)
2. │ └─base::withCallingHandlers(expr, packageStartupMessage = function(c) tryInvokeRestart("muffleMessage"))
3. └─devtools::document(roclets = c(""))
4. └─roxygen2::roxygenise(pkg$path, roclets)
5. └─base::lapply(roclets, roclet_find)
6. └─roxygen2 (local) FUN(X[[i]], ...)
7. └─cli::cli_abort("Must return a roclet")
8. └─rlang::abort(...)
Execution halted
Exited with status 1.
I dont find any relevant Google hits, either.
The text was updated successfully, but these errors were encountered:
I am getting this error, it literally worked half an hour ago, I dont see what I changed to break this except renaming (exported) functions, and I reproducibly receive this error with the newest 7.3.2 roxygen2 package in Rstudio:
I dont find any relevant Google hits, either.
The text was updated successfully, but these errors were encountered: