Package: listarrays Type: Package Title: A Toolbox for Working with R Arrays in a Functional Programming Style Version: 0.4.0 Authors@R: person("Tomasz", "Kalinowski", email = "kalinowskit@gmail.com", role = c("aut", "cre")) Description: A toolbox for R arrays. Flexibly split, bind, reshape, modify, subset and name arrays. URL: https://github.com/t-kalinowski/listarrays, https://t-kalinowski.github.io/listarrays/ BugReports: https://github.com/t-kalinowski/listarrays/issues License: GPL-3 Encoding: UTF-8 ByteCompile: true RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) Suggests: testthat, magrittr, zeallot, rlang, tibble, purrr Repository: https://t-kalinowski.r-universe.dev Date/Publication: 2024-04-19 13:36:33 UTC RemoteUrl: https://github.com/t-kalinowski/listarrays RemoteRef: HEAD RemoteSha: b38f44fe776a9fd7f48ce096c5f5922550ea84a6 NeedsCompilation: no Packaged: 2026-05-28 09:41:12 UTC; root Author: Tomasz Kalinowski [aut, cre] Maintainer: Tomasz Kalinowski