Package: common
Type: Package
Title: Solutions for Common Problems in Base R
Version: 1.0.5
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
URL: https://common.r-sassy.org
BugReports: https://github.com/dbosak01/common/issues
Depends: R (>= 3.6.0)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), glue
Enhances: base
Imports: this.path, utils
Config/testthat/edition: 3
RoxygenNote: 7.2.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-09-27 23:36:25 UTC; dbosa
Author: David Bosak [aut, cre],
  Andrew Simmons [aut],
  Duong Tran [ctb]
Repository: CRAN
Date/Publication: 2022-09-29 08:10:12 UTC
