Package: rcppmlpackexamples Type: Package Title: Example Use of 'mlpack' from C++ via R Version: 0.0.1.1 Date: 2025-10-28 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org"), person(given="Authors of mlpack", role = "aut"), person("Constantinos", "Giachalis", role = "ctb")) Description: A Minimal Example Package which demonstrates 'mlpack' use via C++ Code from R. URL: https://github.com/eddelbuettel/rcppmlpack-examples BugReports: https://github.com/eddelbuettel/rcppmlpack-examples/issues License: GPL (>= 2) Suggests: tinytest Depends: R (>= 3.5.0) Imports: Rcpp (>= 1.1.0) LinkingTo: Rcpp, RcppArmadillo (>= 15.0.2-1), RcppEnsmallen, mlpack (>= 4.6.3) Encoding: UTF-8 Config/roxygen2/version: 8.0.0 RoxygenNote: 6.0.1 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-07-12 01:39:07 UTC RemoteUrl: https://github.com/eddelbuettel/rcppmlpack-examples RemoteRef: HEAD RemoteSha: 0366bd68e3256fe7f53a315e1c401b7d02dd8891 NeedsCompilation: yes Packaged: 2026-07-12 05:07:22 UTC; root Author: Dirk Eddelbuettel [aut, cre], Authors of mlpack [aut], Constantinos Giachalis [ctb] Maintainer: Dirk Eddelbuettel