Package: giftwrap
Title: Take Shell Commands and Turn Them into R Functions
Version: 0.0.4
Authors@R: 
    c(person(given = "Chris",
             family = "Cardillo",
             role = c("aut", "cre"),
             email = "cfcardillo23@gmail.com"),
      person(given = "David",
             family = "Robinson",
             role = "ctb",
             email = "admiral.david@gmail.com"))
Description: Wrapping command line functions into R functions, which in turn run the command line functions.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0)
Imports: namespace, processx, utils, readr, tibble
Suggests: testthat, covr
NeedsCompilation: no
Packaged: 2020-12-10 11:39:57 UTC; HomeBase
Author: Chris Cardillo [aut, cre],
  David Robinson [ctb]
Maintainer: Chris Cardillo <cfcardillo23@gmail.com>
Repository: CRAN
Date/Publication: 2020-12-11 10:20:05 UTC
