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:
James J Balamuta
2024-02-23 16:03:09 -08:00
committed by GitHub
parent 23dc135119
commit ae82ea3371
+2 -4
View File
@@ -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"