Package: armadillo4r
Type: Package
Title: An 'Armadillo' Interface
Description: Provides function declarations and inline function definitions that
    facilitate communication between R and the 'Armadillo' 'C++' library for
    linear algebra and scientific computing. This implementation is derived
    from Vargas Sepulveda and Schneider Malamud (2024)
    <doi:10.1016/j.softx.2025.102087>.
Version: 0.6.0
Authors@R: c(
    person(
        given = "Mauricio",
        family = "Vargas Sepulveda",
        role = c("aut", "cre"),
        email = "m.vargas.sepulveda@gmail.com",
        comment = c(ORCID = "0000-0003-1017-7574")),
    person(
        given = "Jonathan",
        family = "Schneider Malamud",
        role = "ctb"),
    person(
        given = "Conrad",
        family = "Sanderson",
        role = "aut",
        comment = "Armadillo library (C++)")
    )
Imports: cpp4r
Suggests: desc, mockery, testthat (>= 3.0.0), withr
Depends: R(>= 3.5.0)
License: Apache License (>= 2)
BugReports: https://github.com/pachadotdev/armadillo4r/issues
URL: https://pacha.dev/armadillo4r/,
        https://github.com/pachadotdev/armadillo4r
RoxygenNote: 7.3.3
Encoding: UTF-8
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-10-30 03:22:36 UTC; pacha
Author: Mauricio Vargas Sepulveda [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1017-7574>),
  Jonathan Schneider Malamud [ctb],
  Conrad Sanderson [aut] (Armadillo library (C++))
Maintainer: Mauricio Vargas Sepulveda <m.vargas.sepulveda@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-03 19:10:02 UTC
Built: R 4.6.0; ; 2025-11-04 00:50:55 UTC; windows
