R Notebook error “Cell magic `%%R` not found”

Tags
Dataiker, Alpha Tester Posts: 535 Dataiker

In an R Notebook, I have the error “Cell magic `%%R` not found”. How can I resolve that?

Best Answer

  • Dataiker Alumni Posts: 87 ✭✭✭✭✭✭✭
    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).

    1. Install the R packages RJSONIO and HTTR in any R console.
    2. Install the Python package rpy2:

      DATA_DIR/bin/pip install rpy2

    More information in the documentation: configure R.

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.