我已經安裝了下面的類在我的定製[R包警告: #' A stock.returns class is an xts of stock(s) returns, a timeframe and the currency used.
#'
#' @slot xts_returns An xts of stock returns (potentially multiple stocks)
#' @sl
我一直在使用roxygen2::roxygenise相當成功地使用我的軟件包來構建導出和導入的函數。不過,我最近就遇到了這個錯誤,我無法解析: > roxygen2::roxygenise()
First time using roxygen2. Upgrading automatically...
Error: File file does not exist
這已經不是我第一次使用ro
我正在寫一個使用外部數據的函數,如下: 首先,它檢查數據是否在data /文件夾中,如果它不是,它會創建data /文件夾,然後從github下載文件; 如果數據已經在data/文件夾中,它將讀取它並執行計算。 的問題是,當我運行: devtools::check()
返回: Error: 'data' is not an exported object from 'namespace:my_