Skip to content

Commit

Permalink
Merge pull request #9 from BayerSe/fix-doc-issue
Browse files Browse the repository at this point in the history
Fix documentation issue
  • Loading branch information
BayerSe authored Sep 2, 2023
2 parents 7a67f63 + 2d41039 commit 5c8b093
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Encoding: UTF-8
LazyData: true
Depends: R(>= 2.10.0)
Imports: esreg
RoxygenNote: 7.1.0
RoxygenNote: 7.2.3
1 change: 0 additions & 1 deletion R/backtest_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ cc_backtest <- function(r, q, e, s=NULL, alpha, hommel=TRUE) {
#' q <- risk_forecasts$q
#' e <- risk_forecasts$e
#' esr_backtest(r = r, q = q, e = e, alpha = 0.025, version = 1)
#' @references
#' @references [Bayer & Dimitriadis (2020)](https://doi.org/10.1093/jjfinec/nbaa013)
#' @export
#' @md
Expand Down
2 changes: 1 addition & 1 deletion R/esback.R → R/esback-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
#' @docType package
#' @name esback
#' @md
NULL
"_PACKAGE"
12 changes: 11 additions & 1 deletion man/esback.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions man/esr_backtest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c8b093

Please sign in to comment.