Package: quickcode
Type: Package
Title: A Compilation of Some Frequently Used R Functions
Version: 0.6
Authors@R: c(
    person("Obinna", "Obianom", email = "idonshayo@gmail.com", role = c("aut", "cre")),
    person("Brice", "Richard", email = "wem3mew@msn.com", role = "aut")
    )
Maintainer: Obinna Obianom <idonshayo@gmail.com>
Description: The NOT functions and a simple compilation of various functions for easy usage. Shorthand code to save memory usage.
License: MIT + file LICENSE
URL: https://quickcode.obi.obianom.com
BugReports: https://github.com/oobianom/quickcode
Depends: 
    R (>= 3.6)
Imports: 
    utils,
    grDevices,
    stats,
    rstudioapi,
    tools,
    Polychrome
Suggests: 
    rmarkdown,
    knitr,
    qpdf,
    testthat
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US
LazyData: false
RoxygenNote: 7.2.3
Config/testthat/edition: 3
