-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.04 KB
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1.04 KB
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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,pkg_check)
S3method(as.data.frame,pkg_test)
S3method(as.data.frame,pkgs_check)
S3method(as.data.frame,pkgs_test)
S3method(as.data.frame,srcpkgs)
S3method(as.logical,pkg_check)
S3method(as.logical,pkg_test)
S3method(as.logical,pkgs_check)
S3method(as.logical,pkgs_test)
S3method(print,pkg_test)
S3method(print,pkgs_check)
S3method(print,pkgs_test)
S3method(print,srcpkg)
S3method(print,srcpkgs)
S3method(summary,pkg_check)
S3method(summary,pkg_test)
S3method(summary,pkgs_check)
S3method(summary,pkgs_test)
export(find_srcpkgs)
export(get_srcpkgs)
export(hack_r_loaders)
export(pkg_check)
export(pkg_list_attached)
export(pkg_load)
export(pkg_roxygenise)
export(pkg_test)
export(pkg_unload)
export(pkgs_check)
export(pkgs_deps)
export(pkgs_install)
export(pkgs_test)
export(reset)
export(settings)
export(setup_and_get_dummy_srcpkg)
export(srcpkgs)
export(unhack_r_loaders)
importFrom(cli,cli_text)
importFrom(clitable,cli_table)
importFrom(testthat,test_dir)
importFrom(utils,getFromNamespace)