R Notebook error “Cell magic `%%R` not found”
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
In an R Notebook, I have the error “Cell magic `%%R` not found”. How can I resolve that?
Tagged:
Best Answer
-
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).
- Install the R packages RJSONIO and HTTR in any R console.
- Install the Python package rpy2:
DATA_DIR/bin/pip install rpy2
More information in the documentation: configure R.
Answers
-
What if this happened with docker image ?