Skip to content

Commit

Permalink
Fix for R CMD CHECK
Browse files Browse the repository at this point in the history
vignette name + docs
  • Loading branch information
olivroy committed Sep 29, 2023
1 parent b4bf89b commit 60f6580
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/api-quandl.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ quandl_api_key <- function(api_key) {
#'
#' @export
#'
#' @examples
#' @examplesIf rlang::is_installed("Quandl")
#'
#' \dontrun{
#' quandl_search(query = "oil")
Expand Down
11 changes: 11 additions & 0 deletions man/quandl_search.Rd

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

2 changes: 1 addition & 1 deletion vignettes/TQ02-quant-integrations-in-tidyquant.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Return correlations are a common way to analyze how closely an asset or portfoli
```{r}
# Asset Returns
FANG_returns_monthly <- FANG %>%
group_by(symbol) %>%
dplyr::group_by(symbol) %>%
tq_transmute(select = adjusted,
mutate_fun = periodReturn,
period = "monthly")
Expand Down
2 changes: 1 addition & 1 deletion vignettes/TQ03-scaling-and-modeling-with-tidyquant.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output:
toc: true
toc_depth: 2
vignette: >
%\VignetteIndexEntry{Scaling Your Analysis with tidyquant}
%\VignetteIndexEntry{Scaling and Modeling with tidyquant}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down
4 changes: 2 additions & 2 deletions vignettes/TQ06-excel-in-r.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Excel in R - tidyquant 1.0.0"
title: "Excel in R with tidyquant"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Excel in R - tidyquant 1.0.0}
%\VignetteIndexEntry{Excel in R with tidyquant}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down

0 comments on commit 60f6580

Please sign in to comment.