Update cleaning - #226
Merged
Merged
Conversation
❌ DANGER ❌This pull request has modified workflows that created output. Close this now. |
3 tasks
avallecam
force-pushed
the
update-cleaning
branch
from
June 14, 2026 20:23
f03c466 to
aeca368
Compare
avallecam
approved these changes
Jun 15, 2026
avallecam
left a comment
Member
There was a problem hiding this comment.
Thanks! Sharing some registries of format decisions below. I will push some edits on top from my review briefly. Most of them are building on top of this work.
| 4\. | ||
| 1\) to use the base R pipe operator (`|>`) instead of `%>%`. | ||
|
|
||
| We also encourage using the `{pak}` package when installing R packages as shown below. |
Member
There was a problem hiding this comment.
best placed in setup. added in separate PR as 2106892
Comment on lines
+50
to
+52
| We encourage users with recent versions of R (version > 4. | ||
| 4\. | ||
| 1\) to use the base R pipe operator (`|>`) instead of `%>%`. |
avallecam
reviewed
Jun 15, 2026
| This episode requires you to: | ||
|
|
||
| - Download the [cleaned_data.csv](https://epiverse-trace.github.io/tutorials-early/data/cleaned_data.csv) file | ||
| - Download the [cleaned\_data.csv](https://epiverse-trace.github.io/tutorials-early/data/cleaned_data.csv) file |
Member
There was a problem hiding this comment.
@Degoot-AM lets avoid using this simbol \. I found it in multiple lines. It does not align with writing style and breaks Ctrl+F for searching patterns
avallecam
reviewed
Jun 15, 2026
Comment on lines
+198
to
+200
| You notice at some point that the data stream you have been relying on has a set of new entries (i. | ||
| e. | ||
| , rows or observations), and the data type of one variable has changed. |
Member
There was a problem hiding this comment.
@Degoot-AM please, also avoid breaking the i.e.,, because it breaks readability. Already fixed,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses early tutorials issues related to data cleaning episode. These includes issues #205, #206, #216