Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on April 29, 2015 9:54PM
Likes: 1
Replies: 2
In an R Notebook, I have the error “Cell magic `%%R` not found”. How can I resolve that?
It means that R is not yet configured in your DSS instance. The R installation needs to be done manually after installation (DSS can work without R, so we did not add R as a dependency).
DATA_DIR/bin/pip install rpy2
More information in the documentation: configure R.