Package: common
Type: Package
Title: Solutions for Common Problems in Base R
Version: 1.0.1
Authors@R: c(
    person(given = "David",
           family = "Bosak",
           role = c("aut", "cre"),
           email = "dbosak01@gmail.com"), 
    person(given = "Andrew",
           family = "Simmons",
           role = c("aut"),
           email = "akwsimmo@gmail.com"),
    person(given = "Duong",
           family = "Tran",
           role = c("ctb"),
           email = "trand000@aol.com")
           )
Maintainer: David Bosak <dbosak01@gmail.com>
Description: Contains functions for solving commonly encountered problems while
    programming in R. This package is intended to provide a lightweight 
    supplement to Base R, and will be useful for almost any R user.
License: CC0
Encoding: UTF-8
Depends: R (>= 3.6.0)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Imports: this.path
Config/testthat/edition: 3
RoxygenNote: 7.2.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-07-16 11:25:12 UTC; dbosa
Author: David Bosak [aut, cre],
  Andrew Simmons [aut],
  Duong Tran [ctb]
Repository: CRAN
Date/Publication: 2022-07-18 08:10:11 UTC
