It cannot be just the quotation marks - check this:
using RCall
rcopy(R"""
print(paste("this", "is", "a", "test", "of", "quotation", "marks", "with",
"many", "nested", "quotations", "after", "each", "other"))
"success"
""")
Have you opened an issue at RCall?
BTW, you can specify the library folder as the windows environment variable
R_LIBS_USER, obviating the need for lib.loc (
https://cran.r-project.org/doc/manuals/R-admin.html#Managing-libraries)
On Mon, Oct 3, 2016 at 1:01 PM, Jan Magnusson <[email protected]>
wrote:
> Thanks a lot for you effort Michael. The workaround did not work on my
> machine.
>
> I´m just curious whether these problems arise when using RCall with
> strings, which adds a lot of quotemarks here and there, and otherwise
> not. If unlucky, could they mix up with the quotemarks in the call R"""
> code """ or R" code "? I think this issue is not super important so it is
> probably not worthwhile to investing them any further. After all, my code
> works if splitting into several R""" code """-blocks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "julia-stats" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"julia-stats" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.