Package: useful
Type: Package
Title: A Collection of Handy, Useful Functions
Version: 1.2.6.1
Date: 2018-10-07
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 = "dan 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), magrittr, purrr (>= 0.1.0), stats,
        scales, utils, Matrix, assertthat
LazyLoad: yes
ByteCompile: TRUE
Suggests: testthat, tibble, covr
URL: https://github.com/jaredlander/useful
BugReports: https://github.com/jaredlander/useful/issues
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2023-10-24 06:42:58 UTC; hornik
Author: Jared P. Lander [cre, aut],
  Nicholas Galasinao [ctb],
  Joshua Kraut [ctb],
  Daniel Chen [ctb]
Maintainer: Jared P. Lander <packages@jaredlander.com>
Repository: CRAN
Date/Publication: 2023-10-24 06:54:04 UTC
