This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error found when started the BiocCheck

When I am trying to check my newly developed package by BiocCheck, found an error.

> $error

>[1] "No biocViews terms found."

Please help me to solve this error.

r

1 answer

Finally I have solve the problem myself. What I did to solve this problem is I have inserted a key work "biocViews" in the DESCRIPTION page and there it is required to mention the category of the developed package. Read the instruction below https://www.bioconductor.org/developers/how-to/biocViews/

Log in to answer this question.