From 624a2542e0cd6d24ffa98ca3697389e2e7711ed7 Mon Sep 17 00:00:00 2001 From: Xochitl Ortiz-Ross Date: Wed, 2 Oct 2024 14:08:21 -0700 Subject: [PATCH 1/3] Update config.yaml changed episode 4 into Rmd --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index d968885c..3125d681 100644 --- a/config.yaml +++ b/config.yaml @@ -62,7 +62,7 @@ episodes: - 1-intro-reproducible-examples.md - 2-understanding-your-code.md - 3-identify-the-problem.md -- 4-minimal-reproducible-data.md +- 4-minimal-reproducible-data.Rmd - 5-minimal-reproducible-code.md - 6-asking-your-question.md From 8bdcc4250ac12db83b27012f49c576ee4c4779b9 Mon Sep 17 00:00:00 2001 From: Xochitl Ortiz-Ross Date: Wed, 2 Oct 2024 14:12:20 -0700 Subject: [PATCH 2/3] Update config.yaml updated source --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 3125d681..70f700b6 100644 --- a/config.yaml +++ b/config.yaml @@ -27,7 +27,7 @@ life_cycle: 'pre-alpha' license: 'CC-BY 4.0' # Link to the source repository for this lesson -source: 'https://github.com/kaijagahm/R-help-reprexes' +source: 'https://github.com/carpentries-incubator/R-help-reprexes' # Default branch of your lesson branch: 'main' From 376cd804c3aad3fa1527232fd62a6f7afdc21405 Mon Sep 17 00:00:00 2001 From: Xochitl Ortiz-Ross Date: Wed, 2 Oct 2024 14:15:15 -0700 Subject: [PATCH 3/3] Rename 4-minimal-reproducible-code.Rmd to 4-minimal-reproducible-data.Rmd changed name!! --- ...imal-reproducible-code.Rmd => 4-minimal-reproducible-data.Rmd} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename episodes/{4-minimal-reproducible-code.Rmd => 4-minimal-reproducible-data.Rmd} (100%) diff --git a/episodes/4-minimal-reproducible-code.Rmd b/episodes/4-minimal-reproducible-data.Rmd similarity index 100% rename from episodes/4-minimal-reproducible-code.Rmd rename to episodes/4-minimal-reproducible-data.Rmd