Package: implicitExpansion
Version: 0.1.0
Title: Array Operations for Arrays of Mismatching Sizes
Description: Support for implicit expansion of arrays in operations involving
    arrays of mismatching sizes. This pattern is known as "broadcasting" in
    'Python' and  "implicit expansion" in 'Matlab' and is explained for example in
    the article "Array programming with NumPy" by C. R. Harris et al. (2020)
    <doi:10.1038/s41586-020-2649-2>.
Authors@R: c(person(
        given = "Manuel",
        family = "Hentschel",
        role = c("aut", "cre"),
        email = "Manuel.Hentschel@unige.ch"
    ))
License: MIT + file LICENSE
URL: https://github.com/ManuelHentschel/implicitExpansion
Encoding: UTF-8
RoxygenNote: 7.1.1
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-10-02 22:39:06 UTC; Manuel
Author: Manuel Hentschel [aut, cre]
Maintainer: Manuel Hentschel <Manuel.Hentschel@unige.ch>
Repository: CRAN
Date/Publication: 2022-10-02 23:20:02 UTC
Built: R 4.4.0; ; 2024-05-30 14:49:48 UTC; unix
