Skip to content

Commit

Permalink
Update requirements listed in description
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Dec 3, 2024
1 parent 5347f16 commit 1273b58
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2024-12-03 James Balamuta <balamut2@illinois.edu>

* DESCRIPTION: Updated requirements for Armadillo and C++ compiler

* DESCRIPTION (Version): Release 2.22.1
* NEWS.md: Update for Ensmallen release 2.22.1
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.22.1
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Description: 'Ensmallen' is a templated C++ mathematical optimization library
'RcppArmadillo' (the 'Rcpp' bindings/bridge to 'Armadillo') is licensed under
the GNU GPL version 2 or later. Thus, 'RcppEnsmallen' is also licensed under
similar terms. Note that 'Ensmallen' requires a compiler that supports
'C++11' and 'Armadillo' 9.800 or later.
'C++14' and 'Armadillo' 10.8.2 or later.
Depends: R (>= 4.0.0)
License: GPL (>= 2)
URL: https://github.com/coatless-rpkg/rcppensmallen, https://r-pkg.thecoatlessprofessor.com/rcppensmallen/, https://github.com/mlpack/ensmallen, https://ensmallen.org/
BugReports: https://github.com/coatless-rpkg/rcppensmallen/issues
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo (>= 0.9.800.0.0)
LinkingTo: Rcpp, RcppArmadillo (>= 0.10.8.2.0)
Imports: Rcpp
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
- Upgraded to ensmallen 2.22.1: "E-Bike Excitement" (2024-12-03)
- Remove unused variables to fix compiler warnings
([#413](https://github.com/mlpack/ensmallen/pull/413)).
- DESCRIPTION now emphasizes a C++14 or greater compiler and a requirement for
Armadillo 10.8.2 or higher library.
([#68](https://github.com/coatless-rpkg/rcppensmallen/pull/68)).

# RcppEnsmallen 0.2.22.0.1

Expand Down
2 changes: 1 addition & 1 deletion man/RcppEnsmallen-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1273b58

Please sign in to comment.