From c44000d35387d29d46e8226fd191436056bf75bc Mon Sep 17 00:00:00 2001 From: Ayla Pearson Date: Thu, 18 Jul 2024 09:32:55 -0700 Subject: [PATCH] update to testthat v3 --- tests/testthat.R | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/testthat.R b/tests/testthat.R index 50f9644..9c658a0 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,3 +1,11 @@ +# This file is part of the standard setup for testthat. +# It is recommended that you do not modify it. +# +# Where should you do additional test configuration? +# Learn more about the roles of various files in: +# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview +# * https://testthat.r-lib.org/articles/special-files.html + library(testthat) library(yesno)