diff --git a/R-package/DESCRIPTION b/R-package/DESCRIPTION index 47c36f1ef..0a7df6a4b 100644 --- a/R-package/DESCRIPTION +++ b/R-package/DESCRIPTION @@ -12,7 +12,7 @@ Description: This package is a R wrapper of xgboost, which is short for eXtreme more than 10 times faster than existing gradient boosting packages such as gbm. It supports various objective functions, including regression, classification and ranking. The package is made to be extendible, so that user are also allowed to define there own objectives easily. -License: Apache License (== 2.0) + file LICENSE +License: Apache License (== 2.0) | file LICENSE URL: https://github.com/tqchen/xgboost BugReports: https://github.com/tqchen/xgboost/issues Depends: diff --git a/R-package/README.md b/R-package/README.md index 0fcf04981..07b124b8e 100644 --- a/R-package/README.md +++ b/R-package/README.md @@ -7,4 +7,4 @@ require(devtools) install_github('xgboost','tqchen',subdir='R-package') ``` -Please visit [demo](https://github.com/tqchen/xgboost/blob/master/R-package/demo/demo.R) for more details. +Please visit [demo](https://github.com/tqchen/xgboost/blob/master/R-package/inst/examples/demo.R) for more details. diff --git a/R-package/vignettes/xgboost.Rnw b/R-package/vignettes/xgboost.Rnw index ed4447d57..19254abaf 100644 --- a/R-package/vignettes/xgboost.Rnw +++ b/R-package/vignettes/xgboost.Rnw @@ -173,7 +173,7 @@ objective function. We also have \verb@slice@ for row extraction. It is useful in cross-validation. -For a walkthrough demo, please see \verb@R-package/demo/demo.R@ for further +For a walkthrough demo, please see \verb@R-package/inst/examples/demo.R@ for further details. \section{The Higgs Boson competition}