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 June 25, 2024, 1:07 a.m.