I'm putting together an R
package, and made some small edits to the DESCRIPTION file and create a package document. I wanted to view the changes and updated the documentation then hit "Build & Reload" and I'm suddenly getting this error:
Error in errmsg("invalid value of ", field, " field in DESCRIPTION") : could not find function "errmsg"
What could cause this error? How would I go about troubleshooting?