What does this error stands for Error in source("~/.active-rstudio-document", echo = TRUE) : ~/.active-rstudio-document:43:1: unexpected '}'

I got this error when compiling a script using Ctrl+Shift+Enter

Error in source("~/.active-rstudio-document", echo = TRUE) : ~/.active-rstudio-document:43:1: unexpected '}' 42: 43: } ^

It could mean you have an unexpected character } at line 43, that prevent from being sourced.

Have you checked ?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.