From 9a49b74d088f93e41388daad8cbdb67d2dfd54f3 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Fri, 23 Jun 2023 21:08:24 -0400 Subject: [PATCH] Update to more recent mlpack 4 paper. (#3504) --- src/mlpack/bindings/R/mlpack/DESCRIPTION.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mlpack/bindings/R/mlpack/DESCRIPTION.in b/src/mlpack/bindings/R/mlpack/DESCRIPTION.in index f511fa6e5b..e1d70f5cbc 100644 --- a/src/mlpack/bindings/R/mlpack/DESCRIPTION.in +++ b/src/mlpack/bindings/R/mlpack/DESCRIPTION.in @@ -5,8 +5,8 @@ Date: @PACKAGE_DATE@ Authors@R: @AUTHORS_R@ Description: A fast, flexible machine learning library, written in C++, that aims to provide fast, extensible implementations of cutting-edge - machine learning algorithms. See also Curtin et al. (2018) - . + machine learning algorithms. See also Curtin et al. (2023) + . SystemRequirements: A C++14 compiler. Version 5 or later of GCC will be fine. License: BSD_3_clause + file LICENSE Depends: R (>= 4.0.0)