forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
126 lines (125 loc) · 2.67 KB
/
NAMESPACE
File metadata and controls
126 lines (125 loc) · 2.67 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Generated by roxygen2 (4.0.1): do not edit by hand
S3method("[",envlist)
S3method(print,envlist)
S3method(replay_stop,default)
S3method(replay_stop,error)
S3method(replay_stop,list)
export(add_build_ignore)
export(add_path)
export(add_rstudio_project)
export(add_test_infrastructure)
export(add_travis)
export(as.envlist)
export(as.package)
export(bash)
export(build)
export(build_github_devtools)
export(build_vignettes)
export(build_win)
export(check)
export(check_cran)
export(check_doc)
export(clean_dll)
export(clean_source)
export(clean_vignettes)
export(compile_dll)
export(compiler_flags)
export(cran_env_vars)
export(create)
export(create_description)
export(dev_example)
export(dev_help)
export(dev_meta)
export(dev_mode)
export(dev_packages)
export(devtest)
export(document)
export(eval_clean)
export(evalq_clean)
export(find_rtools)
export(get_path)
export(github_pat)
export(github_pull)
export(github_ref)
export(has_devel)
export(has_tests)
export(imports_env)
export(in_dir)
export(inst)
export(install)
export(install_bitbucket)
export(install_deps)
export(install_git)
export(install_github)
export(install_gitorious)
export(install_local)
export(install_url)
export(install_version)
export(is.package)
export(load_all)
export(load_code)
export(load_data)
export(load_dll)
export(loaded_packages)
export(missing_s3)
export(ns_env)
export(on_path)
export(parenvs)
export(parse_deps)
export(parse_ns_file)
export(pkg_env)
export(r_env_vars)
export(release)
export(reload)
export(revdep)
export(revdep_check)
export(revdep_maintainers)
export(run_examples)
export(set_path)
export(show_news)
export(source_gist)
export(source_url)
export(submit_cran)
export(test)
export(unload)
export(use_knitr)
export(use_rcpp)
export(use_rstudio)
export(use_testthat)
export(use_travis)
export(wd)
export(with_collate)
export(with_debug)
export(with_env)
export(with_envvar)
export(with_lib)
export(with_libpaths)
export(with_locale)
export(with_options)
export(with_par)
export(with_path)
importFrom(RCurl,ftpUpload)
importFrom(digest,digest)
importFrom(evaluate,evaluate)
importFrom(evaluate,replay)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(memoise,memoise)
importFrom(methods,setPackageName)
importFrom(parallel,mclapply)
importFrom(tools,Rd2HTML)
importFrom(tools,Rd2txt)
importFrom(tools,buildVignettes)
importFrom(tools,checkDocFiles)
importFrom(tools,dependsOnPkgs)
importFrom(tools,file_path_sans_ext)
importFrom(tools,package_dependencies)
importFrom(tools,parse_Rd)
importFrom(tools,pkgVignettes)
importFrom(utils,Sweave)
importFrom(utils,install.packages)
importFrom(whisker,whisker.render)
useDynLib(devtools,nsreg)