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.
I went through the tutorial and learned a lot, thank you for creating this training.
I found some typos and corrected those.
I changed a broken link
Todo:
There were two part that I had problems understanding as someone unfamiliar with R until your tutorial:
-In line 177 Hands on: comment in a script
I ran:
Gives the current date
date()
I got:
in the console.
you write below the box: "The comment line is displayed in the console but not executed."
As I saw the date, I thought the command was executed and ruminated over this quite a bit, wondering if I had done something wrong.
Could you maybe add a box showing the expected code outcome, as you did in "Display of function call in the tutorial" or add a further sentence here?
When I want to save my work in Galaxy, do I need to add '' to cover the filename? Using gx_put(filename) as gx_put(Test.R) as indicated in "Stopping RStudio" did unfortunately not work for me.
Thanks in advance for your help and thanks again for the tutorial.