Sorry for this totally noob question but I am stuck...
I installed R402 and RStudio. I added some rules to Hello World.R and it runs fine when I select the code and press RUN. But when I press SOURCE (source the content of the active file) I get an error message:
[Workspace loaded from ~/.RData]
> debugSource('~/Hello world.R')
Error in parse(filename, encoding = encoding) :
~/Hello world.R:36:1: unexpected '/'
35:
36: /
^
Why is this not working?
(I am on Windows 10)