compile Rd files, i.e. R documents

This commit is contained in:
hetong
2014-08-28 08:12:48 -07:00
parent df6cd25fd5
commit 73419f6cd7
14 changed files with 292 additions and 21 deletions

View File

@@ -28,9 +28,6 @@
#' Parallelization is automatically enabled if OpenMP is present.
#' Number of threads can also be manually specified via "nthread" parameter
#'
#' @section Value
#' return a \code{xgb.DMatrix} class object.
#'
#' @examples
#' data(iris)
#' bst <- xgboost(as.matrix(iris[,1:4]),as.numeric(iris[,5]), nrounds = 2)