jongyoul opened a new pull request, #5282: URL: https://github.com/apache/zeppelin/pull/5282
## What changed This cleans up documentation references left behind after the R interpreter, SparkR, and rlang code removal in ZEPPELIN-6430. - Removed R build/runtime requirements from docs where they are no longer Zeppelin requirements. - Replaced `%spark.r` examples with currently supported `%spark.pyspark` or `%spark.sql` examples. - Updated stale `env_python_3_with_R.yml` links to the current Python environment file. - Removed R example links and support-list entries from interpreter, quickstart, Livy, VM, ZeppelinContext, and SDK docs. ## Why The code removal left docs that still implied R interpreter or SparkR support. These updates avoid sending users toward removed functionality while keeping supported Python, Spark, SQL, and Mahout examples intact. ## Validation - `git diff --check` - `rg -n "SparkR|R interpreter|r-base|r-cran|IRkernel|R Tutorial|%spark\\.r|%r\\b|env_python_3_with_R" docs --glob "*.md"` - Additional strict search for actual R feature remnants returned no matches; the broad search only leaves false positives such as `interpreter-base` / `interpreter-based`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
