-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (46 loc) · 1.33 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
42
43
44
45
46
Type: Package
Package: testthis
Title: Utils and 'RStudio' Addins to Make Testing Even More Fun
Version: 1.1.1.9000
Authors@R:
person(given = "Stefan",
family = "Fleck",
role = c("aut", "cre"),
email = "stefan.b.fleck@gmail.com",
comment = c(ORCID = "0000-0003-3344-9851"))
Maintainer: Stefan Fleck <stefan.b.fleck@gmail.com>
Description: Utility functions and 'RStudio' addins for writing,
running and organizing automated tests. Integrates tightly with the
packages 'testthat', 'devtools' and 'usethis'. Hotkeys can be
assigned to the 'RStudio' addins for running tests in a single file or
to switch between a source file and the associated test file. In
addition, testthis provides function to manage and run tests in
subdirectories of the test/testthat directory.
License: MIT + file LICENSE
URL: https://s-fleck.github.io/testthis
BugReports: https://github.com/s-fleck/testthis/issues
Imports:
assertthat,
devtools,
fs,
magrittr,
pkgload,
rprojroot,
stats,
stringi,
testthat,
tools,
usethis (>= 0.1.0),
utils
Suggests:
covr,
crayon,
knitr,
rmarkdown,
roxygen2 (>= 5.0.0),
rstudioapi
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9000
Config/testthat/edition: 3
Config/testthat/parallel: true