Skip to content

Commit

Permalink
no way around it
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Aug 17, 2021
1 parent 9a13e6e commit e24d6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2021-08-17.
Once it is accepted, delete this file and tag the release (commit dfed36d).
Once it is accepted, delete this file and tag the release (commit 9a13e6e).
2 changes: 1 addition & 1 deletion R/visualisation_recipe.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ plot.visualisation_recipe <- function(x, ...) {
insight::check_if_installed("ggplot2")

ggplot2::ggplot(data = attributes(x)$data) +
see::geoms_from_list(x, ...)
geoms_from_list(x, ...)
}

0 comments on commit e24d6d6

Please sign in to comment.