Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashsinghal committed Jun 25, 2024
2 parents 407c6e5 + 3a39e01 commit 8d95aec
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 228 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tiltIndicator
Title: Indicators for the 'TILT' Project
Version: 0.0.0.9225
Version: 0.0.0.9226
Authors@R: c(
person("Mauro", "Lepore", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-1986-7988")),
Expand All @@ -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
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# tiltIndicator 0.0.0.9226 (2024-06-24)

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

# tiltIndicator 0.0.0.9225 (2024-06-17)

Developer-oriented changes for code reuse:
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.

0 comments on commit 8d95aec

Please sign in to comment.