-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 982 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
Package: jmf
Title: JMF Utility Functions
Version: 0.3.0.9001
Authors@R: c(
person("Bela", "Hausmann", role = "aut",
comment = c(ORCID = "0000-0002-0846-1202")),
person("Joint Microbiome Facility (JMF) of the Medical University of Vienna and the University of Vienna", , , "[email protected]", role = c("cre", "fnd"))
)
Description: An assortment of utilities, helpers, and common functions
used at the Joint Microbiome Facility (JMF).
License: MIT + file LICENSE
URL: https://jmf-vienna.github.io/jmf-r/,
https://github.com/jmf-vienna/jmf-r, https://jmf.univie.ac.at/
BugReports: https://github.com/jmf-vienna/jmf-r/issues
Depends:
R (>= 4.2)
Imports:
rex (>= 1.0.0),
rlang (>= 1.1.0),
stringr (>= 1.0.0),
withr (>= 3.0.0)
Suggests:
purrr (>= 1.0.0),
spelling,
testthat (>= 3.0.0),
tidyverse (>= 2.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2