Package: common
Type: Package
Title: Solutions for Common Problems in Base R
Version: 1.0.8
Authors@R: c(
    person(given = "David",
           family = "Bosak",
           role = c("aut", "cre"),
           email = "dbosak01@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, box, rstudioapi
Enhances: base
Imports: utils
Config/testthat/edition: 3
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-08-07 11:45:16 UTC; dbosa
Author: David Bosak [aut, cre],
  Duong Tran [ctb]
Repository: CRAN
Date/Publication: 2023-08-07 12:50:13 UTC
