Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-34643][R][DOCS] Use CRAN URL in canonical form
### What changes were proposed in this pull request? This PR fixes the URL links to use CRAN URL in canonical form. CRAN package submission was failed as below: ``` Found the following (possibly) invalid URLs: URL: https://cran.r-project.org/web/packages/e1071/index.html From: man/spark.naiveBayes.Rd Status: 200 Message: OK CRAN URL not in canonical form URL: https://cran.r-project.org/web/packages/mixtools/index.html From: man/spark.gaussianMixture.Rd Status: 200 Message: OK CRAN URL not in canonical form URL: https://cran.r-project.org/web/packages/survival/index.html From: man/spark.survreg.Rd Status: 200 Message: OK CRAN URL not in canonical form URL: https://cran.r-project.org/web/packages/topicmodels/index.html From: man/spark.lda.Rd Status: 200 Message: OK CRAN URL not in canonical form The canonical URL of the CRAN page for a package is https://CRAN.R-project.org/package=pkgname ``` ### Why are the changes needed? To fix CRAN package submission ### Does this PR introduce _any_ user-facing change? It exposes a canoncal form of URLs to end users. ### How was this patch tested? I manually clicked each links. Closes #31759 from HyukjinKwon/minor-doc-fixes. Authored-by: HyukjinKwon <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information