In my DESCRIPTION file I have used the AUTHORS@R syntax to generate the Author and Maintainer fields, but in the R CMD Check process it keeps throwing an error message saying the fields are empty:
> checking for file 'bar/DESCRIPTION' ... ERROR
Required fields missing or empty:
'Author' 'Maintainer'
This was working previously so I don't know why it's not functioning now. I've saved the file, and rebuilt the pkg with "Clean and Rebuild". Alternatively I've tried filling the Author and Maintainer fields manually but that doesn't work either.
