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

UserBird
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

  • jrouquie
    jrouquie 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

Setup Info
    Tags
      Help me…