-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
31 lines (30 loc) · 895 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,tsdrtools_install)
S3method(as.list,tsdrtools_install)
S3method(format,install_error)
S3method(format,tsdrtools_install)
S3method(print,install_error)
S3method(print,tsdrtools_install)
export(as_install_error)
export(as_tsdrtools_install)
export(as_tsdrtools_status)
export(core_pkgs)
export(error_logs)
export(get_dependency_tree)
export(install_error)
export(is.install_error)
export(is.tsdrtools_status)
export(is_install_error)
export(is_tsdrtools_install)
export(is_tsdrtools_status)
export(tsd_package_install)
export(tsd_package_prepare)
export(tsdrtools_install)
export(tsdrtools_status)
importFrom(tools,package_dependencies)
importFrom(utils,available.packages)
importFrom(utils,download.packages)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,unzip)
importFrom(utils,zip)