我已經在R包中編寫了S4類。我用roxygen2的文檔: #' A timeframe class represents a start date, end date and frequency
#'
#' @slot start_date First date in the timespan
#' @slot end_date Last date in the timespan
#' @
嗯,我想在我的包裹項目中創建一個文檔,但我得到這個錯誤: library(devtools)
> devtools::document()
Updating varbinq documentation
Loading varbinq
Error: contains a blank line
爲什麼當我在功能上沒有空行!它看起來像這樣: #' function which do some