Robert K
2014-08-26 10:02:06 UTC
Dear Users,
I've encountered very strange behavior of WinEdt 9.0 and R-Sweave 9.0 on Win 8.2 x64. Yesterday I switched form WinEdt 8.2 and R-Sweave (worked perfectly) to the newest versions 9.0 that was working without any troubles too. Today I switched on my computers and I got an error because as far as I could figure out the comment mark (#) in R is not allowed. Strange because yesterday everything gone fine.
For example I have a line:
<<r packages, eval=FALSE>>=
install.packages("car") #must load once
@
which generates an error:
! You can't use `macro parameter character #' in horizontal mode.
l.95 install.packages("car") #
must load once
I tried to do the same on my laptop (Win 7 x64) and got the same error.
Anyway: R-Sweave is a wonderful add-on - thank you very much Gilbert.
Best,
Robert
I've encountered very strange behavior of WinEdt 9.0 and R-Sweave 9.0 on Win 8.2 x64. Yesterday I switched form WinEdt 8.2 and R-Sweave (worked perfectly) to the newest versions 9.0 that was working without any troubles too. Today I switched on my computers and I got an error because as far as I could figure out the comment mark (#) in R is not allowed. Strange because yesterday everything gone fine.
For example I have a line:
<<r packages, eval=FALSE>>=
install.packages("car") #must load once
@
which generates an error:
! You can't use `macro parameter character #' in horizontal mode.
l.95 install.packages("car") #
must load once
I tried to do the same on my laptop (Win 7 x64) and got the same error.
Anyway: R-Sweave is a wonderful add-on - thank you very much Gilbert.
Best,
Robert