Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prune needless dependencies (ggplot2 and R/utils-tidy-eval.R) #798

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Depends:
R (>= 4.1.0)
Imports:
dplyr,
ggplot2,
glue,
lifecycle,
magrittr,
Expand Down
15 changes: 0 additions & 15 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@ S3method(rowid,default)
S3method(summarize_range,data.frame)
S3method(summarize_range,list)
export("%>%")
export(":=")
export(.data)
export(aka)
export(as_label)
export(as_name)
export(categorize_risk)
export(document_default_value)
export(document_tilt_profile)
export(emissions_profile)
export(emissions_profile_any_compute_profile_ranking)
export(emissions_profile_upstream)
export(enquo)
export(enquos)
export(epa_at_company_level)
export(epa_compute_profile_ranking)
export(example_companies)
Expand Down Expand Up @@ -95,12 +89,6 @@ importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_x_discrete)
importFrom(glue,glue)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
Expand All @@ -115,14 +103,11 @@ importFrom(purrr,walk)
importFrom(readr,col_character)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,abort)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,is_empty)
importFrom(rlang,is_named)
importFrom(rlang,quo_get_expr)
Expand Down
8 changes: 2 additions & 6 deletions R/tiltIndicator-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
#' @importFrom dplyr summarize
#' @importFrom dplyr ungroup
#' @importFrom dplyr where
#' @importFrom ggplot2 aes
#' @importFrom ggplot2 facet_grid
#' @importFrom ggplot2 geom_col
#' @importFrom ggplot2 ggplot
#' @importFrom ggplot2 scale_fill_gradient2
#' @importFrom ggplot2 scale_x_discrete
#' @importFrom glue glue
#' @importFrom lifecycle deprecate_warn
#' @importFrom lifecycle deprecated
Expand All @@ -54,9 +48,11 @@
#' @importFrom readr col_character
#' @importFrom readr cols
#' @importFrom readr read_csv
#' @importFrom rlang .data
#' @importFrom rlang .env
#' @importFrom rlang abort
#' @importFrom rlang as_name
#' @importFrom rlang enquo
#' @importFrom rlang is_empty
#' @importFrom rlang is_named
#' @importFrom rlang quo_get_expr
Expand Down
107 changes: 0 additions & 107 deletions R/utils-tidy-eval.R

This file was deleted.

98 changes: 0 additions & 98 deletions man/tidyeval.Rd

This file was deleted.

Loading