Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Dec 14, 2023
1 parent 18adf4f commit a265f5b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
6 changes: 2 additions & 4 deletions R/iplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@
#' @return A Shiny app object with class 'shiny.appobj'. With default arguments,
#' the Shiny app is launched in the default browser.
#'
#' @details This function has a dependency on the 'shiny' package.
#'
#' For further details please refer to the reference vignette by calling:
#' \code{vignette("reference", package = "ichimoku")}
#' @details For further details please refer to the reference vignette by
#' calling: \code{vignette("reference", package = "ichimoku")}
#'
#' @examples
#' if (interactive()) {
Expand Down
6 changes: 2 additions & 4 deletions R/oanda.R
Original file line number Diff line number Diff line change
Expand Up @@ -533,14 +533,12 @@ oanda_chart <- function(instrument,
#' calculating the ichimoku cloud, \code{\link{autoplot}} to set chart
#' parameters, or the 'options' argument of \code{shiny::shinyApp()}.
#'
#' @return A Shiny app object with class 'shiny.appobj'. With default arguments,
#' the Shiny app is launched in the default browser.
#' @return Invisible NULL, or a 'mirai' if 'new.process' is specified as TRUE.
#' With default arguments, a Shiny app is launched in the default browser.
#'
#' @details This function polls the OANDA fxTrade API for the latest prices and
#' updates a customisable reactive Shiny app at each refresh interval.
#'
#' This function has a dependency on the 'shiny' package.
#'
#' @section Further Details:
#' Please refer to the OANDA fxTrade API vignette by calling:
#' \code{vignette("xoanda", package = "ichimoku")}.
Expand Down
6 changes: 2 additions & 4 deletions man/iplot.Rd

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

6 changes: 2 additions & 4 deletions man/oanda_studio.Rd

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

0 comments on commit a265f5b

Please sign in to comment.