-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
Text Simplification for "Before We Start: Interacting with R" #784
Comments
Hi @burginam , thank you for your suggestion! I agree that this section could be more clear. I have made some additional edits to your version:
The next step would be to make a pull request and have it reviewed by some other maintainers. |
FYI, I'm going to make a PR adding @burginam and @Teebusch's recommendations next week as apart of a demo on how to edit lessons in GitHub for CarpentryCon next week. Including the exact text again below so I can paste easily during the demo. There are two main ways of interacting with R:
Commands written into the console (in RStudio, the bottom left pane) will be executed immediately after pressing Enter/ Return. The results will appear in the console; however, they will not be saved once you close the session. To improve reproducibility, it is preferable to write and execute commands in script files (i.e., plain text files that contain code). In RStudio, script files are written and saved in the upper left pane. Script files provide a record of the commands we have executed and allow anyone (including our future selves) to understand our workflow and replicate the results. |
I like the way @burginam summarizes the two ways of interaction in R. My students are accustomed to ways of clear guidance and wait my summary such as in a nutshell. |
This fixes issue datacarpentry#784; lang by @burginam and @Teebusch
Thanks everyone for contributing to this discussion. The lesson underwent a major update and reorganisation when #887 was merged. As this issue relates to content in a version of the lesson before that update took place, I will close it. Please open a new issue if you believe that some or all of the changes being discussed here remain relevant to the redesigned lesson, linking to this thread where appropriate. |
In the R Ecology Lesson, under "Before We Start: Interacting with R" I believe the following edit could:
I've pasted the text as it currently is first, and then my suggested edit below it.
Text in current form:
Suggested simplification:
The text was updated successfully, but these errors were encountered: