Package: tidytidbits
Type: Package
Title: A Collection of Tools and Helpers Extending the Tidyverse
Version: 0.2.0
Author: Marcel Wiesweg [aut, cre]
Maintainer: Marcel Wiesweg <marcel.wiesweg@uk-essen.de>
Authors@R: person("Marcel", "Wiesweg", email = "marcel.wiesweg@uk-essen.de", role = c("aut", "cre"))
Description: A selection of various tools to extend a data analysis workflow based on the 'tidyverse' packages.
  This includes high-level data frame editing methods (in the style of 'mutate'/'mutate_at'), some methods in the style of
  'purrr' and 'forcats', 'lookup' methods for dict-like lists, a generic method for lumping a data frame by a given count,
  various low-level methods for special treatment of 'NA' values, 'python'-style tuple-assignment and 'truthy'/'falsy' checks,
  saving to PDF and PNG from a pipe and various small utilities.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: utils, stats, grDevices, methods, dplyr, forcats, grid, purrr,
        stringr, tibble, tidyr, tidyselect, extrafont, rlang, magrittr
Suggests: survival
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-02-11 13:47:06 UTC; wiesweg
Repository: CRAN
Date/Publication: 2019-02-11 14:20:02 UTC
