-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
27 lines (27 loc) · 929 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
Package: covrpage
Title: Create a Readme Summary Page for GitHub testthat and covr Outputs
Version: 0.2
Authors@R: c(
person(given = "Jonathan",
family = "Sidi",
email = "yonicd@gmail.com",
role = c("aut",'cre'),
comment = c(ORCID = "0000-0002-4222-1819")
),
person(given = "Locke Data",
role = "fnd",
comment = "https://itsalocke.com")
)
Description: Create a README file to place in package test subdirectory to communicate
with other users in more detail results of testthat and covr.
License: MIT + file LICENSE
URL: https://github.com/yonicd/covrpage
BugReports: https://github.com/yonicd/covrpage/issues
Encoding: UTF-8
LazyData: false
Depends: R (>= 4.0)
Imports: utils, git2r, rmarkdown, covr, stats, testthat, curl, whisker, withr, remotes
RoxygenNote: 7.2.1
Suggests: knitr,spelling, rstudioapi
VignetteBuilder: knitr
Language: en-US