Infer the best terms to fill the biocViews
field in
your DESCRIPTION file based on the code within your R package.
By default, also includes any biocViews
that are already present in
the DESCRIPTION file.
Please see the
Bioconductor website for more details.
The path of the package Directory.
The branch which your package will belong to. It can be either 'Software', 'AnnotationData' or 'ExperimentData'.
Which element of the recommendBiocViews results list to return. If a vector is supplied, only the first value will be used.
Keep any biocViews
terms that are already
included in the DESCRIPTION file.
Whether to include the branch
argument as one
of the returned biocViews
.
User-supplied biocViews
terms to include in
addition to the automated recommendations.
Prefix each package name with a newline character and two spaces. This is useful for formatting DESCRIPTION files.
Print messages.
A character vector of biocviews.
## Don't run simply bc biocViews::recommendBiocViews is unable
## to find the DESCRIPTION file when running examples.
if (FALSE) { # \dontrun{
biocviews <- infer_biocviews()
} # }