You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I was preparing for my demonstration, I ran into an issue with episode 5: Command Line Programs.
Previous to this episode everything was straight-forward but, at-least for me, this lesson required some initial clarification for setup and use:
1. The lesson instructs the students to create an R script with a notepad editor (Notepad) and save the file as <session_info.R> and change the file extension from .txt to .R (thus creating an R script)
it does not say where to save these newly created R scripts (this is critical and where I was confused)
Solution: Any R script that is to be used by command-line programs (CMD line / Bash) must be saved to the same folder as R.exe and Rscript.exe
I am unsure if this confused others but it took me awhile to figure out.
Thanks,
-Michael Anderson
The text was updated successfully, but these errors were encountered:
Dear Carpentries,
As I was preparing for my demonstration, I ran into an issue with episode 5: Command Line Programs.
Previous to this episode everything was straight-forward but, at-least for me, this lesson required some initial clarification for setup and use:
1. The lesson instructs the students to create an R script with a notepad editor (Notepad) and save the file as <session_info.R> and change the file extension from .txt to .R (thus creating an R script)
Solution: Any R script that is to be used by command-line programs (CMD line / Bash) must be saved to the same folder as R.exe and Rscript.exe
I am unsure if this confused others but it took me awhile to figure out.
Thanks,
-Michael Anderson
The text was updated successfully, but these errors were encountered: