Skip to content

Commit 2cc2b72

Browse files
committed
update
1 parent e32c077 commit 2cc2b72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

inst/tutorials/06-terminal/tutorial.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ options(tutorial.exercise.timelimit = 60,
2828
```{r info-section, child = system.file("child_documents/info_section.Rmd", package = "tutorial.helpers")}
2929
```
3030

31-
<!-- WARNING: maybe `touch` does not work on Windows? Need `copy NUL fruit.txt` to create an empty `fruit.txt` file? I have updated the text below, but maybe I don't need to do this since installing RTools solves this problem already. ChatGPT claims that touch will work if you have installed rtools. -->
32-
3331
<!-- See the Files section. It requires students to download the TODO.txt file. It is somewhat dangerous that this file is not guaranteed to always exist. But using DESCRIPTION was annoying because a .txt suffix was added when I, at least, download the file. Maybe add a test to ensure that TODO.txt exists? Just download.file() . . . -->
3432

3533
<!-- Consider adding another files download exercise and/or making the current one more like the actual work that students do on this topic, which generally involves an R project, making data/ directory, putting a new file there and so on. -->

0 commit comments

Comments
 (0)