Package: useful Type: Package Title: A Collection of Handy, Useful Functions Version: 1.2.7 Date: 2026-02-25 Authors@R: c( person(c("Jared", "P."), "Lander", email = "packages@jaredlander.com", role = c("cre", "aut")), person("Nicholas", "Galasinao", email = "nicholas.galasinao@gmail.com", role = "ctb"), person("Joshua", "Kraut", email = "joshua.kraut@gmail.com", role = "ctb"), person("Daniel", "Chen", email = "dcheny@gmail.com", role = "ctb")) Description: A set of little functions that have been found useful to do little odds and ends such as plotting the results of K-means clustering, substituting special text characters, viewing parts of a data.frame, constructing formulas from text and building design and response matrices. License: BSD_3_clause + file LICENSE Depends: ggplot2 Imports: plyr, dplyr (>= 0.5.0), purrr (>= 0.1.0), stats, scales, utils, Matrix, assertthat, tibble, rlang LazyLoad: yes ByteCompile: TRUE Suggests: testthat, covr URL: https://github.com/jaredlander/useful BugReports: https://github.com/jaredlander/useful/issues RoxygenNote: 7.3.2 Encoding: UTF-8 Repository: https://jaredlander.r-universe.dev Date/Publication: 2026-02-25 17:47:58 UTC RemoteUrl: https://github.com/jaredlander/useful RemoteRef: HEAD RemoteSha: ee1cf0bf74e7187b840990cf0aa341c3bcf580fb NeedsCompilation: no Packaged: 2026-07-03 15:36:26 UTC; root Author: Jared P. Lander [cre, aut], Nicholas Galasinao [ctb], Joshua Kraut [ctb], Daniel Chen [ctb] Maintainer: Jared P. Lander