-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 1.1 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(print,brenda.entries)
S3method(print,brenda.entry)
export(DownloadBrenda)
export(ExtractField)
export(ID2Enzyme)
export(QueryBrenda)
export(ReadBrenda)
export(ShowFields)
export(is.brenda.deprecated.entry)
export(is.brenda.entry)
import(BiocFileCache)
import(BiocParallel)
import(stringr)
importFrom(Rcpp,sourceCpp)
importFrom(crayon,make_style)
importFrom(crayon,red)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(grDevices,rgb)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(rappdirs,user_cache_dir)
importFrom(rlang,.data)
importFrom(stringr,str_glue)
importFrom(tibble,as_tibble)
importFrom(tibble,deframe)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,tail)
importFrom(utils,unzip)
useDynLib(brendaDb)