Skip to content

Commit

Permalink
update ggplot2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Jul 11, 2024
1 parent 875fdc6 commit f939b04
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: quantities
Type: Package
Title: Quantity Calculus for R Vectors
Version: 0.2.1.1
Version: 0.2.1.2
Authors@R: c(
person("Iñaki", "Ucar", email="[email protected]",
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")))
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# quantities devel

- Performance improvements for `data.frame` methods.
- Update `ggplot2` tests (r-quantities/units#367).

# quantities 0.2.1

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/plot/ggplot2-automatic-scale.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/plot/ggplot2-explicit-scale.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/plot/ggplot2-x-scale.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/plot/ggplot2-y-scale.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/testthat/test-plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test_that("ggplot2 plots work as expected", suppressWarnings({
skip_if_not_installed("vdiffr")
skip_if_not_installed("ggplot2")
skip_if_not_installed("errors", "0.3.6.1")
skip_if_not_installed("units", "0.8-0")
skip_if_not_installed("units", "0.8-5.5")
library(ggplot2)

iris.q <- iris
Expand Down

0 comments on commit f939b04

Please sign in to comment.