genesofeve/projectR

make sure passing bioConductor checks

Opened this issue · 0 comments

As the bioc requirements progress in time, older packages become noncompliant with the additional checks. This issue is for making it compliant. The BiocCheck::BiocCheck() output at the moment of creation is attached. It looks like the following items need to be addressed:

  • ERROR: Do not use Author/Maintainer fields. Use Authors@R.
  • ERROR: Remove Maintainer field. Use Authors@R [cre] designation.
  • WARNING: Description field in the DESCRIPTION file is too concise
  • WARNING: Import Matrix in NAMESPACE as well as DESCRIPTION.
  • WARNING: Import grDevices in DESCRIPTION as well as NAMESPACE.
  • WARNING: Avoid T/F variables; If logical, use TRUE/FALSE
  • WARNING: Empty or missing \value sections found in man pages.
  • WARNING: Empty or missing \value sections found in man pages.

00BiocCheck.log