-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.63 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
47
48
49
50
51
52
53
54
55
Package: procs
Type: Package
Title: Recreates Some 'SAS®' Procedures in 'R'
Version: 1.0.7
Authors@R: c(
person(given = "David",
family = "Bosak",
role = c("aut", "cre"),
email = "dbosak01@gmail.com"),
person(given = "Kevin",
family = "Kramer",
role = c("ctb"),
email = "kkrame02@amgen.com"),
person(given = "Brian",
family = "Varney",
role = c("ctb"),
email = "brian.varney@experis.com"),
person(given = "Duong",
family = "Tran",
role = c("ctb"),
email = "trand000@aol.com"),
person(given = "Yifei",
family = "Chen",
role = c("ctb"),
email = "yifeichen@andrewsosborne.com")
)
Maintainer: David Bosak <dbosak01@gmail.com>
Description: Contains functions to simulate the most commonly used
'SAS®' procedures. Specifically, the package aims to
simulate the functionality of 'proc freq', 'proc means', 'proc ttest',
'proc reg', 'proc transpose', 'proc sort', and 'proc print'.
The simulation will include recreating
all statistics with the highest fidelity possible.
License: CC0
Encoding: UTF-8
URL: https://procs.r-sassy.org, https://github.com/dbosak01/procs
BugReports: https://github.com/dbosak01/procs/issues
Depends: R (>= 3.6.0),
common
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
covr,
logr
Imports: utils,
fmtr,
reporter,
stats,
tibble,
sasLM (>= 0.9.9)
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3