Package: wrappr
Title: A Collection of Helper and Wrapper Functions
Version: 0.1.0
Authors@R: c(
    person("John", "Piper", email = "john.piper.using.r@gmail.com", role = c("aut", "cre"),
    comment = c(ORCID = "0009-0000-6003-7671"))
    )
Description: Helper functions to easily add functionality to functions.  The package can 
  assign functions to have an lazy evaluation allowing you to save and update the 
  arguments before and after each function call.  You can set a temporary working 
  directory within functions and wrap console messages around other functions.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: methods
NeedsCompilation: no
Packaged: 2023-05-22 21:39:34 UTC; mrpip
Author: John Piper [aut, cre] (<https://orcid.org/0009-0000-6003-7671>)
Maintainer: John Piper <john.piper.using.r@gmail.com>
Repository: CRAN
Date/Publication: 2023-05-23 08:50:02 UTC
Built: R 4.3.0; ; 2023-05-23 09:12:01 UTC; unix
