-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
45 lines (44 loc) Β· 1.08 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
export(bioc_r_versions)
export(conda_export)
export(construct_authors)
export(construct_conda_yml)
export(construct_cont)
export(construct_runners)
export(dt_to_desc)
export(fill_description)
export(get_description)
export(get_hex)
export(infer_biocviews)
export(infer_deps)
export(infer_docker_org)
export(is_gha)
export(use_badges)
export(use_codespace)
export(use_dockerfile)
export(use_issue_template)
export(use_readme)
export(use_vignette_docker)
export(use_vignette_getstarted)
export(use_workflow)
import(badger)
import(desc)
importFrom(BiocManager,version)
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(desc,desc)
importFrom(desc,desc_fields)
importFrom(desc,desc_get_field)
importFrom(here,here)
importFrom(methods,is)
importFrom(renv,dependencies)
importFrom(stats,setNames)
importFrom(tools,R_user_dir)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,person)
importFrom(yaml,as.yaml)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)
importFrom(yaml,yaml.load)