File tree 3 files changed +29
-1
lines changed
3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,15 @@ Authors@R: c(
17
17
)
18
18
Description: Your package description. It must end with a period (".") and
19
19
include relevant bibliographical references if applicable, using the
20
- following format: Author et al. (2023) <doi:XXXX.XXXXXX >.
20
+ following format: Author et al. (2023) <doi:10.5281/zenodo.6619350 >.
21
21
License: MIT + file LICENSE
22
22
Encoding: UTF-8
23
23
Roxygen: list(markdown = TRUE)
24
24
RoxygenNote: 7.2.1
25
25
Suggests:
26
+ spelling,
26
27
testthat (>= 3.0.0)
27
28
Config/testthat/edition: 3
28
29
Config/Needs/website:
29
30
epiverse-trace/epiversetheme
31
+ Language: en-US
Original file line number Diff line number Diff line change
1
+ CMD
2
+ Codecov
3
+ Epiverse
4
+ Lifecycle
5
+ Titlecase
6
+ al
7
+ codecov
8
+ doi
9
+ et
10
+ gh
11
+ github
12
+ https
13
+ io
14
+ lifecycle
15
+ packagename
16
+ repo
17
+ svg
18
+ yaml
19
+ zenodo
Original file line number Diff line number Diff line change
1
+ if (requireNamespace(" spelling" , quietly = TRUE )) {
2
+ spelling :: spell_check_test(
3
+ vignettes = TRUE ,
4
+ error = TRUE ,
5
+ skip_on_cran = TRUE
6
+ )
7
+ }
You can’t perform that action at this time.
0 commit comments