Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add replacement notice #885

Merged
merged 2 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**This lesson will be replaced by a redesigned version on 8th July 2024.**
You are welcome to open issues and suggest changes before that date, but please be aware that these may not be addressed and that any modified content may be replaced by the new version.

Visit the source repository for the new version of the lesson at: https://github.com/datacarpentry/R-ecology-lesson-alternative
Read more about the decision to adopt the new version of the lesson at: https://carpentries.org/blog/2024/03/dc-r-ecology-adoption/
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**This lesson will be replaced by a redesigned version on 8th July 2024.**
You are welcome to suggest changes before that date, but please be aware that these may not be merged and that any modified content may be replaced by the new version.

Visit the source repository for the new version of the lesson at: https://github.com/datacarpentry/R-ecology-lesson-alternative
Read more about the decision to adopt the new version of the lesson at: https://carpentries.org/blog/2024/03/dc-r-ecology-adoption/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

# Data carpentry: R for data analysis and visualization of Ecological Data

**[This lesson will be replaced with a redesigned version on 8th July 2024](https://carpentries.org/blog/2024/03/dc-r-ecology-adoption/). If you plan to teach this lesson before that date, we recommend that you consider using the redesigned version instead. Feedback on the new version of the lesson and your experience teaching it is very welcome as issues on [the source repository](https://github.com/datacarpentry/R-ecology-lesson-alternative/).**

---

This is an introduction to R designed for participants with no programming
experience. It can be taught in 3/4 of a day (approximately 6 hours).
The lesson starts with some basic information about syntax for the R programming
Expand Down
24 changes: 10 additions & 14 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,25 @@ author: François Michonneau & Auriel Fournier (Lesson Maintainers)
site: sandpaper::sandpaper_site
---

<p></p>
::::::::::::::::::::::::::: callout

<div style="text-align: center; margin-top: 30px; margin-bottom: 30px;">
### This version of the lesson will soon be replaced

![](episodes/fig/DC-logo-vision.png){alt=""}
[This lesson will be replaced with a redesigned version on 8th July 2024](https://carpentries.org/blog/2024/03/dc-r-ecology-adoption/).
If you plan to teach this lesson before that date, we recommend that you consider using the redesigned version instead.
Feedback on the new version of the lesson and your experience teaching it is very welcome as issues on [the source repository](https://github.com/datacarpentry/R-ecology-lesson-alternative/).

</div>
::::::::::::::::::::::::::::::::::::::

<p></p>

::::::::::::::::::::::::::: instructor
<div style="text-align: center; margin-top: 30px; margin-bottom: 30px;">

## Try out the alternative version of this lesson!
[A redesigned version of this lesson](https://carpentries-incubator.github.io/R-ecology-lesson-alternative/)
is currently in beta testing and
[the Data Carpentry Ecology Curriculum Advisors are looking for feedback](https://carpentries.org/blog/2023/07/r-ecology-alt-beta/)
from Instructors who try teaching it,
with the aim of evaluating whether it should be adopted to replace this lesson in the official Data Carpentry Ecology curriculum.
![](episodes/fig/DC-logo-vision.png){alt=""}

If you are planning to teach a Data Carpentry Ecology workshop, or this lesson only,
why not try out the alternative version and let the CAC know what you think?
</div>

::::::::::::::::::::::::::::::::::::::
<p></p>

Data Carpentry's aim is to teach researchers basic concepts, skills,
and tools for working with data so that they can get more done in less
Expand Down
Loading