-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 938 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: pluripotent
Title: Generate an embryonic repository
Version: 0.1.2
Authors@R:
c(person(given = "Will",
family = "Beasley",
role = c("aut", "cre"),
email = "wibeasley@hotmail.com",
comment = c(ORCID = "0000-0002-5613-5006")),
person(given = "Andriy",
family = "Koval",
role = "ctb"))
Description: Repeatedly generate an embryonic repository with
one command.
License: MIT + file LICENSE
URL: https://github.com/OuhscBbmc/pluripotent,
http://ouhsc.edu/bbmc/
BugReports: https://github.com/OuhscBbmc/pluripotent/issues
Depends:
R (>= 3.0.0),
stats
Imports:
config,
dplyr,
magrittr,
purrr,
readr (>= 1.3.1),
rlang
Suggests:
checkmate (>= 1.8.4),
knitr (>= 1.18.0),
testthat (>= 2.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1