Package: ympes
Type: Package
Title: Collection of Helper Functions
Version: 1.0.0
Authors@R: c(
    person(
        given = "Tim",
        family = "Taylor",
        role = c("aut", "cre", "cph"),
        email = "tim.taylor@hiddenelephants.co.uk", 
        comment = c(ORCID = "0000-0002-8587-7113")
    ),
    person(
        given = "R Core Team",
        role = "cph",
        comment = "fstrcapture uses code from strcapture"
    ),
    person(
        given = "Toby",
        family = "Hocking",
        role = "cph",
        comment = "fstrcapture uses code from nc::capture_first_vec"
    ))
Description: Provides a collection of lightweight helper functions (imps) both
  for interactive use and for inclusion within other packages. These include
  functions for visualising colour palettes, quoting user input, searching rows
  of a data frame and capturing string tokens.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: clipr, tinytest
URL: https://sr.ht/~tim-taylor/ympes/
BugReports: https://lists.sr.ht/~tim-taylor/ympes
Imports: methods, utils
NeedsCompilation: no
Packaged: 2024-02-02 22:32:29 UTC; tim
Author: Tim Taylor [aut, cre, cph] (<https://orcid.org/0000-0002-8587-7113>),
  R Core Team [cph] (fstrcapture uses code from strcapture),
  Toby Hocking [cph] (fstrcapture uses code from nc::capture_first_vec)
Maintainer: Tim Taylor <tim.taylor@hiddenelephants.co.uk>
Repository: CRAN
Date/Publication: 2024-02-02 22:50:02 UTC
