私はMacを使用していて、Rファイルを入手しようとすると、エラーが発生します。
getwd() ##reveals the correct directory
私がやろうとしている
source("test.R", local=TRUE)
このエラーが発生します:
Error in source("test.R", local = TRUE) :
test.R:1:2: unexpected input
1: {\
^
> Sys.info()
sysname "Darwin"
release "10.8.0"
version "Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386"
これはバグですか?