Skip to content

Commit 7e587e1

Browse files
committed
Update citation
1 parent 342c597 commit 7e587e1

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

inst/CITATION

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
citHeader("To cite the testthat package in publications, use:")
2-
3-
citEntry(
4-
entry = "Article",
5-
author = personList(as.person("Hadley Wickham")),
1+
bibentry(
2+
"Article",
3+
author = "Hadley Wickham",
64
title = "testthat: Get Started with Testing",
75
journal = "The R Journal",
86
year = 2011,
97
volume = 3,
108
pages = "5--10",
11-
url = "https://journal.r-project.org/archive/2011-1/RJournal_2011-1_Wickham.pdf",
12-
textVersion = paste(
13-
"Hadley Wickham. testthat: Get Started with Testing.",
14-
"The R Journal, vol. 3, no. 1, pp. 5--10, 2011"
15-
)
9+
url = "https://journal.r-project.org/archive/2011-1/RJournal_2011-1_Wickham.pdf"
1610
)
17-
18-
citFooter("As testthat is continually evolving, you may want to cite its version number. Find it with 'help(package=testthat)'.")

0 commit comments

Comments
 (0)