Package: cpp11eigen
Type: Package
Title: An 'Eigen' Interface
Description: Provides function declarations and inline function definitions that
    facilitate communication between R and the 'Eigen' 'C++' library for
    linear algebra and scientific computing.
Version: 0.2.0
Authors@R: c(
    person(
        given = "Mauricio",
        family = "Vargas Sepulveda",
        role = c("aut", "cre"),
        email = "m.sepulveda@mail.utoronto.ca",
        comment = c(ORCID = "0000-0003-1017-7574")),
    person(
        given = "Gael",
        family = "Guennebaud",
        role = "aut",
        comment = "Eigen library (C++)"),
    person(
        given = "Gael",
        family = "Guennebaud",
        role = "aut",
        comment = "Eigen library (C++)"),
    person(
        given = "Benot",
        family = "Jacob",
        role = "aut",
        comment = "Eigen library (C++)"),
    person(
        family = "Intel Corporation",
        role = "aut",
        comment = "Eigen library (C++)"),
    person(
        family = "Xerox Corporation",
        role = "aut",
        comment = "Eigen library (C++)")
    )
Suggests: cpp11, desc, knitr, mockery, rmarkdown, testthat (>= 3.0.0),
        withr
Depends: R(>= 3.5.0)
License: Apache License (>= 2)
BugReports: https://github.com/pachadotdev/cpp11eigen/issues
URL: https://pacha.dev/cpp11eigen/,
        https://github.com/pachadotdev/cpp11eigen
RoxygenNote: 7.3.1
Encoding: UTF-8
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-08-31 23:51:49 UTC; pacha
Author: Mauricio Vargas Sepulveda [aut, cre]
    (<https://orcid.org/0000-0003-1017-7574>),
  Gael Guennebaud [aut] (Eigen library (C++)),
  Gael Guennebaud [aut] (Eigen library (C++)),
  Benot Jacob [aut] (Eigen library (C++)),
  Intel Corporation [aut] (Eigen library (C++)),
  Xerox Corporation [aut] (Eigen library (C++))
Maintainer: Mauricio Vargas Sepulveda <m.sepulveda@mail.utoronto.ca>
Repository: CRAN
Date/Publication: 2024-09-04 13:40:08 UTC
Built: R 4.3.3; ; 2025-01-24 06:07:55 UTC; unix
