Skip to content

Commit

Permalink
reorg yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Aug 20, 2024
1 parent 63b581e commit 2a7d680
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
5 changes: 5 additions & 0 deletions R/ichimoku-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
#'
"_PACKAGE"

# nocov start
# tested implicitly

.onLoad <- function(libname, pkgname) {
do_ <- do_()
do_ <<- do_
Expand All @@ -118,3 +121,5 @@
cat("\n")
invisible(quote(expr=))
}

# nocov end
5 changes: 5 additions & 0 deletions R/oanda.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

# Ichimoku - OANDA fxTrade API Interface ---------------------------------------

# nocov start
# tested manually as access token required

#' OANDA Price Data
#'
#' Retrieve price data for major currencies, metals, commodities, government
Expand Down Expand Up @@ -1156,3 +1159,5 @@ oanda_orders <- function(instrument, time, server, apikey) {
invisible(df)

}

# nocov end
16 changes: 0 additions & 16 deletions codecov.yml

This file was deleted.

File renamed without changes.

0 comments on commit 2a7d680

Please sign in to comment.