Package: ympes
Type: Package
Title: Collection of Helper Functions
Version: 1.9.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 minimal input assertions, visualising colour palettes,
  quoting user input, searching rows of a data frame and capturing string
  tokens.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: tinytest, litedown, clipr
URL: https://timtaylor.github.io/ympes/
BugReports: https://github.com/TimTaylor/ympes/issues
Depends: R (>= 3.5.0)
Imports: graphics, grDevices, methods, utils
VignetteBuilder: litedown
NeedsCompilation: no
Packaged: 2025-04-14 10:37:09 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: 2025-04-14 11:00:02 UTC
Built: R 4.6.0; ; 2025-10-11 01:07:28 UTC; windows
