-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
51 lines (50 loc) · 1.2 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
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
export(dont_run_get)
export(dont_run_test)
export(ecodown_autolink)
export(ecodown_build)
export(ecodown_clone)
export(ecodown_clone_convert)
export(ecodown_convert)
export(ecodown_convert_versions)
export(ecodown_github_action)
export(ecodown_quarto_render)
export(examples_not_run)
export(examples_run)
export(qe)
import(crayon)
import(fs)
import(gert)
import(here)
import(quarto)
import(yaml)
importFrom(downlit,downlit_html_path)
importFrom(git2r,commits)
importFrom(git2r,last_commit)
importFrom(git2r,tree)
importFrom(magrittr,`%>%`)
importFrom(pkgdown,as_pkgdown)
importFrom(purrr,discard)
importFrom(purrr,flatten)
importFrom(purrr,imap)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(purrr,reduce)
importFrom(purrr,transpose)
importFrom(purrr,walk)
importFrom(rlang,`!!!`)
importFrom(rlang,`%||%`)
importFrom(rlang,empty_env)
importFrom(rlang,enexprs)
importFrom(rlang,env)
importFrom(rlang,env_bind)
importFrom(rlang,exec)
importFrom(rlang,parse_expr)
importFrom(rlang,set_names)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,head)