Skip to content

Commit

Permalink
Update namespace to include .data and .env
Browse files Browse the repository at this point in the history
These are reexported form rlang to avoid lintr errors
  • Loading branch information
AlexAxthelm committed Dec 14, 2023
1 parent 574bc0e commit 3623846
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Imports:
dbplyr,
dplyr,
logger,
rlang,
RPostgres,
withr
Suggests:
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

export(export_pacta_files)
export(get_factset_entity_info)
export(get_factset_financial_data)
importFrom(dplyr,"%>%")
importFrom(rlang,.data)
importFrom(rlang,.env)
2 changes: 2 additions & 0 deletions R/workflow.factset-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@

## usethis namespace: start
#' @importFrom dplyr %>%
#' @importFrom rlang .data
#' @importFrom rlang .env
## usethis namespace: end
NULL

0 comments on commit 3623846

Please sign in to comment.