tests/testthat/test_format_bib.R

test_that("format_bib", {
  bibentries = list(checkmate = citation("checkmate"), R = citation())

  expect_string(format_bib("checkmate", "R"))
  expect_string(cite_bib("checkmate", "R"))
})

Try the mlr3misc package in your browser

Any scripts or data that you put into this service are public.

mlr3misc documentation built on Sept. 20, 2023, 5:06 p.m.