From 99c53bd83b7204c572ff41dafd3fabda2e68c256 Mon Sep 17 00:00:00 2001 From: Erwin Lares <80365372+erwinlares@users.noreply.github.com> Date: Thu, 2 Jul 2026 12:49:02 -0500 Subject: [PATCH] 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 --- episodes/03-reproducible-dev-environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/03-reproducible-dev-environment.md b/episodes/03-reproducible-dev-environment.md index 9eb71b0f..2b04d0d5 100644 --- a/episodes/03-reproducible-dev-environment.md +++ b/episodes/03-reproducible-dev-environment.md @@ -157,8 +157,8 @@ renv::init() If you list the contents of the project directory, you should see something like: -```bash -$ tree -a -L 5 +```r +fs::dir_tree() ``` ```output