Package: rutabaga Type: Package Title: Simple R Tools for Analysis and Visualizations Version: 0.1.7 Authors@R: c( person(given = "Zhengjia", family = "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre", "cph")), person(given = "John", family = "Magnotti", email = "john.magnotti@bcm.edu", role = c("aut", "cph")) ) Description: Provides functions (R, C++) to speed up array calculations. Includes various tools for prettier visualizations via R base plots. License: GPL-3 Encoding: UTF-8 URL: https://github.com/dipterix/rutabaga BugReports: https://github.com/dipterix/rutabaga/issues Depends: R (>= 3.5) Imports: utils, stats, grDevices, graphics, methods, magrittr, stringr (>= 1.3.1), digest, dipsaus Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://rave-ieeg.r-universe.dev Date/Publication: 2022-06-22 23:03:12 UTC RemoteUrl: https://github.com/dipterix/rutabaga RemoteRef: HEAD RemoteSha: e47423870b34ca17a1736ce8d4fe146b2697de19 NeedsCompilation: no Packaged: 2026-06-21 10:47:37 UTC; root Author: Zhengjia Wang [aut, cre, cph], John Magnotti [aut, cph] Maintainer: Zhengjia Wang