Using pkgdown::build_site, it calls desc and returns the error:
Error in ensure_authors_at_r(self) : No 'Authors@R' field!
You can create one with $add_author
if there is an Author: field but not a Authors@R: field. I simply made the field (deleting Author) and it went well.
Just wondering if you support simple, single author fields.
Using
pkgdown::build_site, it callsdescand returns the error:if there is an
Author:field but not aAuthors@R:field. I simply made the field (deletingAuthor) and it went well.Just wondering if you support simple, single author fields.