Nothing
test_that("sidebar footer returns current package version", {
as.character(sidebar_footer()) |>
expect_match(
utils::packageVersion("R4GoodPersonalFinances") |>
as.character()
)
})
test_that("sidebar footer returns current app version", {
as.character(sidebar_footer(
app_version = "9.9.9"
)) |>
expect_match("9.9.9")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.