Hi,
I have the following roxygen comment:
#' @param community.attribute the attribute of the graph vertices denoting the vertex communities. Should be that \code{community.attribute %in% names(vertex.attributes(g))}.
that throws the roxygen warning:
Warning: @param <file#linenumber>: mismatched braces or quotes
when I delete the %in% the warning goes away. Is this desired behavior?