-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
52 lines (52 loc) · 1.18 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
Package: nfportalutils
Title: NF Portal Utilities
Version: 0.9500
Authors@R: c(
person(given = "Robert", family = "Allaway", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3573-3565")),
person("Anh Nguyet", "Vu", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1488-6730"))
)
Description: Functions to help with maintainence and administration of NF Data Portal data, metadata, and projects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
data.table,
reticulate,
textmineR,
magrittr,
glue,
stopwords,
readr,
roadoi,
easyPubMed,
tibble,
stringr,
purrr,
jsonlite,
httr,
lubridate,
rlang,
tidyr,
xml2,
FastKNN,
crayon,
emoji,
plyr,
readxl,
yaml
URL: https://github.com/nf-osi/nfportalutils
BugReports: https://github.com/nf-osi/nfportalutils/issues
Suggests:
rmarkdown,
knitr,
testthat (>= 2.0.0),
withr
Config/testthat/edition: 2
VignetteBuilder: knitr