Skip to content
Prev 42171 / 398500 Next

Get message "cannot do complex assignments in base namespace"error

Thon de Boer wrote:
And that's the point! Don't use Rprofile to execute scripts, because
everything assigned in there will be loaded into base on startup. (See
?Startup)
For running scripts I'd recommend to use Rcmd BATCH (you will need Perl,
though), but it's also possible with rterm.exe.

Uwe Ligges