Package: ggcleveland Title: Implementation of Plots from Cleveland's Visualizing Data Book Version: 0.1.0.9000 Authors@R: c( person(given = "Marcos", family = "Prunello", role = c("aut", "cre"), email = "marcosprunello@gmail.com", comment = c(ORCID = "0000-0002-9611-527X") ), person(given = "Gonzalo", family = "Mari", role = c("aut") ) ) Description: William S. Cleveland's book 'Visualizing Data' is a classic piece of literature on Exploratory Data Analysis. Although it was written several decades ago, its content is still relevant as it proposes several tools which are useful to discover patterns and relationships among the data under study, and also to assess the goodness of fit of a model. This package provides functions to produce the 'ggplot2' versions of the visualization tools described in this book and is thought to be used in the context of courses on Exploratory Data Analysis. Depends: R (>= 3.6.0) Imports: dplyr, tidyr, ggplot2, rlang, magrittr, graphics, readr, egg, vctrs, lattice, tibble, stringr License: GPL-2 Encoding: UTF-8 LazyData: true URL: https://mpru.github.io/ggcleveland BugReports: https://github.com/mpru/ggcleveland/issues RoxygenNote: 7.1.1 Suggests: testthat, knitr, rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://mpru.r-universe.dev Date/Publication: 2021-09-29 16:14:39 UTC RemoteUrl: https://github.com/mpru/ggcleveland RemoteRef: HEAD RemoteSha: fd18f921bd5a918a88a17a9c6fe9ed2f69d81ddf NeedsCompilation: no Packaged: 2026-06-18 08:51:15 UTC; root Author: Marcos Prunello [aut, cre] (ORCID: ), Gonzalo Mari [aut] Maintainer: Marcos Prunello