Skip to content

Commit 4048350

Browse files
committed
testthat 3E
1 parent e12bcdd commit 4048350

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ Suggests:
2828
nycflights13,
2929
rmarkdown,
3030
RSQLite,
31-
testthat (>= 2.1.0)
31+
testthat (>= 3.0.0)
3232
VignetteBuilder:
3333
knitr
3434
Config/Needs/website: tidyverse/tidytemplate
3535
Encoding: UTF-8
36-
RoxygenNote: 7.2.1.9000
36+
RoxygenNote: 7.2.3
37+
Roxygen: list(markdown = TRUE)
38+
Config/testthat/edition: 3

tests/testthat.R

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# This file is part of the standard setup for testthat.
2+
# It is recommended that you do not modify it.
3+
#
4+
# Where should you do additional test configuration?
5+
# Learn more about the roles of various files in:
6+
# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
7+
# * https://testthat.r-lib.org/articles/special-files.html
8+
19
library(testthat)
210
library(dplyr)
311
library(purrr)

0 commit comments

Comments
 (0)