Package: autocogs Title: Automatic Cognostic Summaries Version: 0.1.5 Authors@R: c( person("Barret", "Schloerke", , "schloerke@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9986-114X")), person("Ryan", "Hafen", , "rhafen@gmail.com", role = c("ths", "cre"), comment = c(ORCID = "0000-0002-5516-8367")) ) Description: Automatically calculates cognostic groups for plot objects and list column plot objects. Results are returned in a nested data frame. License: MIT + file LICENSE URL: https://github.com/schloerke/autocogs BugReports: https://github.com/schloerke/autocogs/issues Depends: R (>= 3.4.0) Imports: broom, checkmate, diptest, dplyr, ggplot2, hexbin, MASS, mclust, moments, progress, tibble, utils Suggests: covr, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-06-27 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Collate: 'autocog.R' 'known_cog_groups.R' 'add_cog_group.R' 'field_info.R' 'add_cog_group_.R' 'known_layer_cogs.R' 'add_layer_cogs.R' 'add_layer_cogs_.R' 'autocogs-package.R' 'cog_desc.R' 'cog_spec.R' 'layer_count.R' 'layer_info.R' 'of_type.R' 'plot_class.R' 'plot_cogs.R' Config/pak/sysreqs: libicu-dev Repository: https://schloerke.r-universe.dev Date/Publication: 2025-06-30 17:16:00 UTC RemoteUrl: https://github.com/schloerke/autocogs RemoteRef: HEAD RemoteSha: 278c1f9560f2771ba73a33af1da7d0c2db7254d3 NeedsCompilation: no Packaged: 2026-07-03 16:11:53 UTC; root Author: Barret Schloerke [aut] (ORCID: ), Ryan Hafen [ths, cre] (ORCID: ) Maintainer: Ryan Hafen