summaryrefslogtreecommitdiff
path: root/dev-R/RcppEnsmallen
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 12:38:50 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 12:38:50 +0000
commit4074f66428fb80b420c673bfe9953d714c4cf38a (patch)
tree5169016a52da36083c7feddec601a4d8ca185468 /dev-R/RcppEnsmallen
parentd40d21a7f88f4a7a2f324a38f21567ce7de593da (diff)
downloadbaldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.gz
baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.xz
baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.zip
Adding metadata
Diffstat (limited to 'dev-R/RcppEnsmallen')
-rw-r--r--dev-R/RcppEnsmallen/metadata.xml54
1 files changed, 31 insertions, 23 deletions
diff --git a/dev-R/RcppEnsmallen/metadata.xml b/dev-R/RcppEnsmallen/metadata.xml
index 9533d2a8c122..bba150f60fcf 100644
--- a/dev-R/RcppEnsmallen/metadata.xml
+++ b/dev-R/RcppEnsmallen/metadata.xml
@@ -1,25 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- <description>co-maintainers welcome</description>
- </maintainer>
- <longdescription lang="en">
-Header-Only C++ Mathematical Optimization Library for 'Armadillo'
-// 'Ensmallen' is a templated C++ mathematical optimization
-library (by the 'MLPACK' team) that provides a simple set of
-abstractions for writing an objective function to optimize.
-Provided within are various standard and cutting-edge
-optimizers that include full-batch gradient descent techniques,
-small-batch techniques, gradient-free optimizers, and
-constrained optimization.
- </longdescription>
- <upstream>
- <changelog>https://cran.r-project.org/web/packages/RcppEnsmallen/ChangeLog</changelog>
- <bugs-to>https://github.com/coatless/rcppensmallen/issues</bugs-to>
- <doc lang="en">https://cran.r-project.org/web/packages/RcppEnsmallen/RcppEnsmallen.pdf</doc>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/coatless/rcppensmallen/issues</bugs-to>
+ <doc lang="en">https://cran.r-project.org/web/packages/RcppEnsmallen/RcppEnsmallen.pdf</doc>
+ <changelog>https://cran.r-project.org/web/packages/RcppEnsmallen/ChangeLog</changelog>
+ <maintainer>
+ <name>James Joseph Balamuta</name>
+ <email>balamut2@illinois.edu</email>
+ </maintainer>
+ <remote-id type="github">coatless/rcppensmallen</remote-id>
+ </upstream>
+ <longdescription lang="en">'Ensmallen' is a templated C++ mathematical optimization library
+(by the 'MLPACK' team) that provides a simple set of abstractions for writing an
+objective function to optimize. Provided within are various standard and
+cutting-edge optimizers that include full-batch gradient descent techniques,
+small-batch techniques, gradient-free optimizers, and constrained optimization.
+The 'RcppEnsmallen' package includes the header files from the 'Ensmallen' library
+and pairs the appropriate header files from 'armadillo' through the
+'RcppArmadillo' package. Therefore, users do not need to install 'Ensmallen' nor
+'Armadillo' to use 'RcppEnsmallen'. Note that 'Ensmallen' is licensed under
+3-Clause BSD, 'Armadillo' starting from 7.800.0 is licensed under Apache License 2,
+'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.</longdescription>
+</pkgmetadata>