tests/testthat/test-diary.R

library(testthat)
library(campfin)

test_that("diary creation works", {
  x <- use_diary("VT", "expends", "Kiernan Nicholls", FALSE)
  expect_type(x, "character")
})

Try the campfin package in your browser

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

campfin documentation built on Oct. 20, 2023, 5:06 p.m.