From 31eb7c67788cfc14511668d96615c6ad4be6ea66 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Fri, 10 Jun 2022 16:01:55 -0700 Subject: [PATCH] Typo --- Testing.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing.Rmd b/Testing.Rmd index 830687465..d8cdf2994 100644 --- a/Testing.Rmd +++ b/Testing.Rmd @@ -1363,7 +1363,7 @@ test_that("foofy() does this", { If it's easy to avoid writing files from you tests, that is definitely the best plan. But there are many times when you really must write files. -**You should only write file inside the session temp directory.** +**You should only write files inside the session temp directory.** Do not write into your package's `tests/` directory. Do not write into the current working directory. Do not write into the user's home directory.