当我构建我的包时,我收到了这个错误。你能帮我知道避免这个错误的步骤是什么吗?
#' Square a number
#'
#' Takes in any numeric value and squares it
#' @param x A value to be squared
#' @return The square of the input
#' @export
#' @example
square <- function(x)
{
return(x^2)
}
这是我按下构建时的错误:
==> roxygenize('.', roclets=c('rd', 'collate', 'namespace'))
* checking for changes ... ERROR
Error : example requires a value