File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,11 @@ Suggests:
28
28
nycflights13,
29
29
rmarkdown,
30
30
RSQLite,
31
- testthat (>= 2.1 .0)
31
+ testthat (>= 3.0 .0)
32
32
VignetteBuilder:
33
33
knitr
34
34
Config/Needs/website: tidyverse/tidytemplate
35
35
Encoding: UTF-8
36
- RoxygenNote: 7.2.1.9000
36
+ RoxygenNote: 7.2.3
37
+ Roxygen: list(markdown = TRUE)
38
+ Config/testthat/edition: 3
Original file line number Diff line number Diff line change
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
+
1
9
library(testthat )
2
10
library(dplyr )
3
11
library(purrr )
You can’t perform that action at this time.
0 commit comments