mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
updating docs
This commit is contained in:
parent
2d0508220e
commit
7489793032
9 changed files with 199 additions and 1274 deletions
|
|
@ -46,7 +46,7 @@ test_that("create_plot works", {
|
|||
p <- p_list[[1]] + ggplot2::labs(title = "Test plot")
|
||||
|
||||
expect_equal(length(p_list), 2)
|
||||
expect_true(ggplot2::is.ggplot(p))
|
||||
expect_true(ggplot2::is_ggplot(p))
|
||||
|
||||
# Includes helper functions
|
||||
# wrap_plot_list
|
||||
|
|
@ -60,7 +60,7 @@ test_that("create_plot works", {
|
|||
)
|
||||
|
||||
lapply(p_list, \(.x){
|
||||
expect_true(ggplot2::is.ggplot(.x))
|
||||
expect_true(ggplot2::is_ggplot(.x))
|
||||
})
|
||||
|
||||
purrr::map2(p_list, list(11, 11), \(.x, .y){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue