-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
41 lines (41 loc) · 1.02 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: foghorn
Title: Summarize CRAN Check Results in the Terminal
Version: 1.6.0
Authors@R:
c(person(given = "Francois",
family = "Michonneau",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Ben",
family = "Bolker",
role = "ctb"))
Description: The CRAN check results and where your package stands in the
CRAN submission queue in your R terminal.
License: MIT + file LICENSE
URL: https://fmichonneau.github.io/foghorn/, https://github.com/fmichonneau/foghorn
BugReports: https://github.com/fmichonneau/foghorn/issues
Depends:
R (>= 3.1.0)
Imports:
cli (>= 3.6.1),
curl (>= 2.2),
httr2 (>= 1.0.0),
rlang (>= 0.4.3),
rvest (>= 0.3.2),
tibble (>= 1.2),
xml2 (>= 1.0.0)
Suggests:
covr,
dplyr,
knitr,
progress,
rmarkdown,
testthat,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2