Skip to content

Commit 99c53bd

Browse files
authored
Update command for listing project directory contents
changed the Linux tree command in the example for R's fs::dir_tree() Many of the learners did not have the tree command available when we first tested the lesson
1 parent 7e2e985 commit 99c53bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

episodes/03-reproducible-dev-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ renv::init()
157157

158158
If you list the contents of the project directory, you should see something like:
159159

160-
```bash
161-
$ tree -a -L 5
160+
```r
161+
fs::dir_tree()
162162
```
163163

164164
```output

0 commit comments

Comments
 (0)