-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 959 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 = "[email protected]",
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
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3