-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 907 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
29
30
31
32
33
34
35
36
37
38
Package: rpact.amendments
Title: rpact Amendments
Version: 0.1.0.9001
Date: 2023-03-13
Authors@R: c(
person(
given = "Friedrich",
family = "Pahlke",
email = "friedrich.pahlke@rpact.com",
comment = c(ORCID = "0000-0003-2105-2582"),
role = c("aut", "cre"))
)
Description: Compare new C++ implementations with original R-based implementations in rpact.
License: LGPL-3
Encoding: UTF-8
LazyData: true
URL: https://www.rpact.com, https://github.com/rpact-com/rpact.amendments
BugReports: https://github.com/rpact-com/rpact.amendments/issues
Language: en-US
Depends:
R (>= 3.6.0),
rpact (>= 3.3.4)
Imports:
methods,
stats,
utils,
graphics,
tools,
rlang
Suggests:
testthat (>= 3.0.0),
knitr (>= 1.19),
rmarkdown (>= 1.10)
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true