Package: suggests
Type: Package
Title: Declare when Suggested Packages are Needed
Version: 0.1.0
Date: 2023-07-14
Authors@R: 
    person("Owen",
           "Jones",
           role = c("aut", "cre"),
           email = "owenjonesuob@gmail.com",
           comment = c(ORCID = "0000-0002-8410-9585"))
Description: By adding dependencies to the "Suggests" field of a package's
    DESCRIPTION file, and then declaring that they are needed within any
    dependent functionality, it is often possible to significantly reduce the
    number of "hard" dependencies required by a package. This package provides
    a minimal way to declare when a suggested package is needed.
License: MIT + file LICENSE
URL: https://github.com/owenjonesuob/suggests
BugReports: https://github.com/owenjonesuob/suggests/issues
Imports: utils
Suggests: covr, testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.2.3
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-08-07 17:07:51 UTC; Owen
Author: Owen Jones [aut, cre] (<https://orcid.org/0000-0002-8410-9585>)
Maintainer: Owen Jones <owenjonesuob@gmail.com>
Repository: CRAN
Date/Publication: 2023-08-08 14:30:02 UTC
Built: R 4.3.0; ; 2023-08-08 16:44:18 UTC; unix
