mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 16:42:10 +02:00
remove print function, out of scope
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
context("print.R")
|
||||
|
||||
|
||||
test_that("tibble printing works", {
|
||||
library(dplyr)
|
||||
library(data.table)
|
||||
expect_output(print(starwars))
|
||||
expect_output(print(starwars %>% group_by(homeworld, gender)))
|
||||
expect_output(print(starwars %>% as.data.table(), print.keys = TRUE))
|
||||
expect_output(print(septic_patients))
|
||||
})
|
Reference in New Issue
Block a user