Update roxygen2 package-level documentation entry
Fixes deprecation of `@docType package` by using `"_PACKAGE"`. ``` ✖ package.R:15: `@docType "package"` is deprecated. ℹ Please document "_PACKAGE" instead. ```
This commit is contained in:
@@ -5,11 +5,9 @@
|
||||
#' learning algorithms. mlpack provides these algorithms as simple command-line
|
||||
#' programs, C++ classes and bindings for : Python, Julia, Go and R which can
|
||||
#' then be integrated into larger-scale machine learning solutions.
|
||||
#'
|
||||
#' @docType package
|
||||
#'
|
||||
#' @name mlpack
|
||||
#' @aliases mlpack-package
|
||||
#' @author mlpack Team
|
||||
#' @importFrom Rcpp evalCpp
|
||||
#' @useDynLib mlpack
|
||||
NULL
|
||||
"_PACKAGE"
|
||||
|
||||
Reference in New Issue
Block a user