doc/R-package/index.rst
################# XGBoost R Package #################
.. raw:: html
<a href="http://cran.r-project.org/web/packages/xgboost"></a> <a href="http://cran.rstudio.com/web/packages/xgboost/index.html"></a>
You have found the XGBoost R Package!
.. toctree:: :maxdepth: 2 :titlesonly:
Get Started
Since XGBoost 3.0.0, the latest R package is available on R-universe <https://dmlc.r-universe.dev/xgboost>__ in addition to the CRAN package.
Installation Guide </install> for instructions on how to install
xgboost, and :doc:Tutorials </tutorials/index> for examples on how to use XGBoost for
various tasks.API documentation <../r_docs/R-package/docs/reference/index.html>__.CRAN documentation <https://cran.r-project.org/web/packages/xgboost/xgboost.pdf>__.Vignettes
.. toctree::
xgboost_introduction xgboostfromJSON
Other topics
.. toctree::
Migrating code from previous XGBoost versions <migration_guide> Handling of indexable elements <index_base> Developer guide: parameters from core library <adding_parameters>