Package: quickcode
Type: Package
Title: A Compilation of Some Frequently Used R Functions
Version: 0.1
Authors@R: c(
    person("Obinna", "Obianom", email = "idonshayo@gmail.com", role = c("aut", "cre")))
Maintainer: Obinna Obianom <idonshayo@gmail.com>
Description: A variation of various functions compiled for easy 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
Suggests: 
    rmarkdown,
    knitr,
    qpdf
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US
LazyData: false
RoxygenNote: 7.2.3
