We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28de0e8 commit d7cc64aCopy full SHA for d7cc64a
tests/testthat/tests-par.R
@@ -29,16 +29,9 @@ test_that("graphics par behaves as expected",{
29
expect_equal(gsplot::par("usr","mar"), graphics::par("usr","mar"))
30
})
31
32
-<<<<<<< HEAD
33
-test_that("No frame plot", {
34
- gs <- gsplot(frame.plot=FALSE) %>%
35
- points(3,2,cex=2)
36
- expect_false(gs[['global']][['config']][['frame.plot']])
37
-
38
-=======
+
39
test_that("No frame plot",{
40
gs <- gsplot(frame.plot=FALSE) %>%
41
points(3,2,cex=2)
42
expect_false(gs[['global']][['config']][['frame.plot']])
43
->>>>>>> f1ff94522e97ba90cbbb386f503721ade9c063fa
44
0 commit comments