-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.04 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
Package: broman
Version: 0.84
Date: 2024-05-18
Title: Karl Broman's R Code
Description: Miscellaneous R functions, including functions related to
graphics (mostly for base graphics), permutation tests, running
mean/median, and general utilities.
Authors@R: c(person("Karl W", "Broman", role=c("aut", "cre"),
email="broman@wisc.edu", comment=c(ORCID = "0000-0002-4914-6671")),
person("Aimee Teo", "Broman", role="ctb",
comment=c(ORCID = "0000-0003-3783-2807")))
Author: Karl W Broman [aut, cre] (<https://orcid.org/0000-0002-4914-6671>),
Aimee Teo Broman [ctb] (<https://orcid.org/0000-0003-3783-2807>)
Maintainer: Karl W Broman <broman@wisc.edu>
Depends:
R (>= 2.15.0)
Imports:
utils,
graphics,
grDevices,
stats,
ggplot2,
grid
Suggests:
testthat,
devtools,
roxygen2
License: GPL-3
URL: https://github.com/kbroman/broman
BugReports: https://github.com/kbroman/broman/issues
Encoding: UTF-8
ByteCompile: true
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown=TRUE)