Package: Nmisc
Type: Package
Title: Miscellaneous Functions Used at 'Numeract LLC'
Version: 0.3.7
Authors@R: c(
    person("Mike", "Badescu", email = "mike.badescu@numeract.com", role = c("aut", "cre")),
    person("Ana-Maria", "Niculescu", role = "aut"),
    person("Teodor", "Ciuraru", role = "ctb"),
    person("Numeract LLC", role = "cph")
    )
Description: Contains functions useful for debugging, set operations on vectors,
    and 'UTC' date and time functionality. It adds a few vector manipulation 
    verbs to 'purrr' and 'dplyr' packages. It can also generate an R file to 
    install and update packages to simplify deployment into production. The 
    functions were developed at the data science firm 'Numeract LLC' and are 
    used in several packages and projects.
URL: https://github.com/numeract/Nmisc
BugReports: https://github.com/numeract/Nmisc/issues
License: MIT + file LICENCE
Encoding: UTF-8
RoxygenNote: 7.1.1
Language: en-US
Depends: R (>= 3.4)
Imports: dplyr, magrittr, purrr, rappdirs, rlang, tibble, tidyselect,
        stringr
Suggests: lubridate, testthat, covr
NeedsCompilation: no
Packaged: 2021-04-28 13:31:48 UTC; Mike
Author: Mike Badescu [aut, cre],
  Ana-Maria Niculescu [aut],
  Teodor Ciuraru [ctb],
  Numeract LLC [cph]
Maintainer: Mike Badescu <mike.badescu@numeract.com>
Repository: CRAN
Date/Publication: 2021-04-28 13:50:02 UTC
Built: R 4.3.0; ; 2023-04-12 18:47:21 UTC; unix
