Package: rgeomstats Title: Interface to 'Geomstats' Version: 0.0.1.9000 Authors@R: c( person("Aymeric", "Stamm", email = "aymeric.stamm@math.cnrs.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8725-3654")), person("Nicolas", "Guigui", role = "ctb", comment = c("Author of the Geomstats Python package", ORCID = "0000-0002-7901-0732")), person("Alice", "Le Brigant", role = "ctb", comment = c("Author of the Geomstats Python package", ORCID = "0000-0002-8055-4753")), person("Johan", "Mathe", role = "ctb", comment = c("Author of the Geomstats Python package")), person("Nina", "Miolane", role = "ctb", comment = c("Author of the Geomstats Python package", ORCID = "0000-0002-1200-9024")), person("Xavier", "Pennec", role = "ctb", comment = c("Author of the Geomstats Python package", ORCID = "0000-0002-6617-7664")), person("Luis", "Pereira", role = "ctb", comment = c("Author of the Geomstats Python package")), person("Yann", "Thanwerdas", role = "ctb", comment = c("Author of the Geomstats Python package", ORCID = "0000-0002-9351-6318"))) Description: Provides an interface to the Python package 'Geomstats' authored by Miolane et al. (2020) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/LMJL-Alea/rgeomstats, https://lmjl-alea.github.io/rgeomstats/ BugReports: https://github.com/LMJL-Alea/rgeomstats/issues Config/reticulate: list( packages = list( list(package = "geomstats", version = "2.5.0") ) ) Imports: cli, purrr, R6, Rdpack, reticulate, rlang RdMacros: Rdpack Config/pak/sysreqs: libpng-dev python3 Repository: https://lmjl-alea.r-universe.dev Date/Publication: 2024-12-12 16:17:40 UTC RemoteUrl: https://github.com/lmjl-alea/rgeomstats RemoteRef: HEAD RemoteSha: c790ba0b896ebf942a6212884211725792eda49b NeedsCompilation: no Packaged: 2026-06-22 08:03:22 UTC; root Author: Aymeric Stamm [aut, cre] (ORCID: ), Nicolas Guigui [ctb] (Author of the Geomstats Python package, ORCID: ), Alice Le Brigant [ctb] (Author of the Geomstats Python package, ORCID: ), Johan Mathe [ctb] (Author of the Geomstats Python package), Nina Miolane [ctb] (Author of the Geomstats Python package, ORCID: ), Xavier Pennec [ctb] (Author of the Geomstats Python package, ORCID: ), Luis Pereira [ctb] (Author of the Geomstats Python package), Yann Thanwerdas [ctb] (Author of the Geomstats Python package, ORCID: ) Maintainer: Aymeric Stamm Depends: R (>= 4.1.0)