diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-02 20:46:22 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-02 20:46:22 +0000 |
| commit | cf786d149b14a3c2ff94eb31288fa70903522296 (patch) | |
| tree | 4a3d2c7bdcdbcfba1f23e4ba93a0e0bb3eae6874 /dev-R/RcppEnsmallen | |
| parent | 4074f66428fb80b420c673bfe9953d714c4cf38a (diff) | |
| download | baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.gz baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.xz baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.zip | |
Adding metadata
Diffstat (limited to 'dev-R/RcppEnsmallen')
| -rw-r--r-- | dev-R/RcppEnsmallen/metadata.xml | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/dev-R/RcppEnsmallen/metadata.xml b/dev-R/RcppEnsmallen/metadata.xml index bba150f60fcf..39ff42306a41 100644 --- a/dev-R/RcppEnsmallen/metadata.xml +++ b/dev-R/RcppEnsmallen/metadata.xml @@ -1,22 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <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 + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <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, @@ -30,4 +20,10 @@ and pairs the appropriate header files from 'armadillo' through the 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> + <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 |
