forked from benmarwick/rrtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 704 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 704 Bytes
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
# Generated by roxygen2: do not edit by hand
export(add_dependencies_to_description)
export(as.package)
export(create_compendium)
export(github_pat)
export(is.package)
export(package_file)
export(parse_deps)
export(use_analysis)
export(use_build_ignore)
export(use_circleci)
export(use_compendium)
export(use_dockerfile)
export(use_git)
export(use_git_hook)
export(use_git_quietly)
export(use_github)
export(use_github_links)
export(use_readme_rmd)
export(use_travis)
import(utils)
importFrom(curl,has_internet)
importFrom(rmarkdown,render)
importFrom(rstudioapi,isAvailable)
importFrom(usethis,create_package)
importFrom(usethis,use_git)
importFrom(usethis,use_mit_license)
importFrom(utils,browseURL)