check_documentation() allows NEWS.md to have level 2 headings (##) and single line subitems (*). It doesn't count URLs when determining the line of a line. This allows lines to be longer than 80 characters due to long URLs.
check_filename() is more liberal.
Allows files ending on -package.Rd.
Allows json or yml files starting with a dot and followed by letters.
Allows filename cran-comment.md and WORDLIST.
Allows man-roxygen as folder name.
Requires underscore (_) as separator for non-graphics files.
Requires dash (-) as separator for graphics files.
Basename separator issue are warnings instead of errors. So you can allow these warnings via write_checklist().
Fix deploying pkgdown website and release.
Package require a codemeta.json as written by codemetar::write_codemeta. Suggestions by codemetar to improve the package become checklist notes.
check_documentation()
allowsNEWS.md
to have level 2 headings (##
) and single line subitems (*
). It doesn't count URLs when determining the line of a line. This allows lines to be longer than 80 characters due to long URLs.check_filename()
is more liberal.-package.Rd
.cran-comment.md
andWORDLIST
.man-roxygen
as folder name._
) as separator for non-graphics files.-
) as separator for graphics files.write_checklist()
.codemeta.json
as written bycodemetar::write_codemeta
. Suggestions bycodemetar
to improve the package become checklist notes.