Skip to content

Commit

Permalink
Merge pull request #241 from olivroy/fang
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Dec 20, 2023
2 parents 3e6814b + 12b0100 commit c844e9b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/excel-if-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#'
#' @examplesIf rlang::is_installed("forcats")
#' library(dplyr)
#' library(timetk)
#' library(timetk, exclude = "FANG")
#' library(stringr)
#' library(lubridate)
#'
Expand Down
2 changes: 1 addition & 1 deletion R/excel-stat-mutation-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#'
#' @examplesIf rlang::is_installed("forcats")
#' # Libraries
#' library(timetk)
#' library(timetk, exclude = "FANG")
#' library(dplyr)
#'
#' # --- Basic Usage ----
Expand Down
2 changes: 1 addition & 1 deletion R/excel-stat-summary-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#'
#' @examplesIf rlang::is_installed("forcats")
#' # Libraries
#' library(timetk)
#' library(timetk, exclude = "FANG")
#' library(forcats)
#' library(dplyr)
#'
Expand Down
2 changes: 1 addition & 1 deletion R/tq_mutate.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#'
#' ##### Basic Functionality
#'
#' fb_stock_prices <- FANG %>%
#' fb_stock_prices <- tidyquant::FANG %>%
#' filter(symbol == "META") %>%
#' filter(
#' date >= "2016-01-01",
Expand Down
2 changes: 1 addition & 1 deletion man/excel_if_functions.Rd

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

2 changes: 1 addition & 1 deletion man/excel_stat_mutation_functions.Rd

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

2 changes: 1 addition & 1 deletion man/excel_stat_summary_functions.Rd

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

2 changes: 1 addition & 1 deletion man/tq_mutate.Rd

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

0 comments on commit c844e9b

Please sign in to comment.