-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
I went through the tutorial "RStudio in Galaxy" a while ago and learned a lot, thank you!
However, I had some questions/unclarities for me as a first-time user of R-studio.
We could not solve all of them back in #6002
so @shiltemann suggested I open another issue here and ping the authors to notify, in case some of this is useful feedback to you: @bebatut @fpsom @tobyhodges
Todo:
- I did not get any search results for Student-t test in line 329, but found the other mentioned results. Maybe check if it is just me, or consider changing it?
There were two parts 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:
Gives the current date
date()
[1] "Sat Apr 26 14:03:51 2025"
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.