Package: csutil Title: Common Base-R Problems Relating to Lists Version: 2023.4.25 Authors@R: c( person(c("Richard","Aubrey"), "White", email = "hello@rwhite.no", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6747-1726")) ) Description: Utility functions that help with common base-R problems relating to lists. Lists in base-R are very flexible. This package provides functions to quickly and easily characterize types of lists. That is, to identify if all elements in a list are null, data.frames, lists, or fully named lists. Other functionality is provided for the handling of lists, such as the easy splitting of lists into equally sized groups, and the unnesting of data.frames within fully named lists. Depends: R (>= 3.3.0) License: MIT + file LICENSE URL: https://niphr.github.io/csutil/, https://github.com/niphr/csutil BugReports: https://github.com/niphr/csutil/issues Encoding: UTF-8 Imports: data.table, magrittr, ggplot2 Suggests: testthat, knitr, rmarkdown, rstudioapi, glue RoxygenNote: 7.2.3 VignetteBuilder: knitr Config/Needs/website: niphr/cstemplate Repository: https://niphr.r-universe.dev Date/Publication: 2026-07-01 09:02:27 UTC RemoteUrl: https://github.com/niphr/csutil RemoteRef: HEAD RemoteSha: b5fc9e939919928dad6e4e301ddf3f63a3467bd3 NeedsCompilation: no Packaged: 2026-07-01 09:39:12 UTC; root Author: Richard Aubrey White [aut, cre] (ORCID: ) Maintainer: Richard Aubrey White