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 experiencing a problem when running devtools::document() with roxygen2 version 6.0.1 (version 5.0.1 seems unaffected).
My package is not using the Authors@R construct. When processing the package documentation file (with the "_PACKAGE" sentinel), eventually package_authors() is reached, which calls parse(text = desc$Authors@R). My desc contains the following fields:
I am experiencing a problem when running devtools::document() with roxygen2 version 6.0.1 (version 5.0.1 seems unaffected).
My package is not using the Authors@R construct. When processing the package documentation file (with the "_PACKAGE" sentinel), eventually package_authors() is reached, which calls
parse(text = desc$
Authors@R)
. Mydesc
contains the following fields:So desc$
Authors@R
is NULL, hence parse() displays a?
as prompt, which cannot be dismissed without an error.The text was updated successfully, but these errors were encountered: