-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
46 lines (45 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
46
# Generated by roxygen2: do not edit by hand
export(change.info)
export(conda)
export(conda.env.create)
export(conda.env.list)
export(conda.list)
export(crawl.all.versions)
export(del.info)
export(docker.pull)
export(docker.search)
export(get.info)
export(get.meta)
export(get.meta.files)
export(install.bioinfo)
export(install.github)
export(install.nongithub)
export(is.biosoftwares.db.active)
export(new.bioinfo)
export(set.biosoftwares.db)
export(show.installed)
export(spack)
export(spack.list)
import(configr)
import(futile.logger)
import(liteq)
import(rvest)
import(stringr)
importFrom(R.utils,gunzip)
importFrom(R.utils,gzip)
importFrom(RCurl,basicTextGatherer)
importFrom(RCurl,getURL)
importFrom(devtools,install_github)
importFrom(devtools,install_url)
importFrom(git2r,checkout)
importFrom(git2r,clone)
importFrom(jsonlite,fromJSON)
importFrom(stringi,stri_rand_strings)
importFrom(utils,URLencode)
importFrom(utils,compareVersion)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,read.table)
importFrom(utils,untar)
importFrom(utils,unzip)