tests/testthat/test-quarto_project.R

library(testthat)
library(froggeR)

test_that("quarto_project errors with deprecation message", {
  expect_error(
    quarto_project(name = "test"),
    "quarto_project\\(\\) has been removed",
    class = "froggeR_deprecated"
  )
})

Try the froggeR package in your browser

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

froggeR documentation built on March 17, 2026, 9:06 a.m.