-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 1.95 KB
/
Copy pathDESCRIPTION
File metadata and controls
66 lines (66 loc) · 1.95 KB
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
56
57
58
59
60
61
62
63
64
65
66
Package: procs
Type: Package
Title: Recreates Some 'SAS®' Procedures in 'R'
Version: 1.0.9
Authors@R: c(
person(given = "David",
family = "Bosak",
role = c("aut", "cre"),
email = "dbosak01@gmail.com"),
person(given = "Diyu",
family = "Yang",
role = c("aut"),
email = "yang0diyu@gmail.com"),
person(given = "Athenkosi",
family = "Nkonyeni",
role = c("aut"),
email = "athenkosi.nkonyeni@outlook.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 (>= 1.1.5)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
covr,
logr,
ggplot2
Imports: utils,
fmtr,
reporter,
stats,
tibble,
sasLM (>= 0.9.9),
graphics,
withr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3