-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 1008 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
32
33
34
35
36
37
38
# Generated by roxygen2: do not edit by hand
export(blogdown_setup_file)
export(blogdown_to_quarto)
export(makefile_setup_file)
export(makefile_to_quarto)
export(package_articles)
export(package_build_documentation)
export(package_clone_git_repo)
export(package_file_copy)
export(package_news)
export(package_readme)
export(package_reference)
export(package_reference_index)
export(package_reference_pages)
export(save_quarto_yaml)
import(crayon)
import(fs)
import(here)
importFrom(blogdown,read_toml)
importFrom(jsonlite,read_json)
importFrom(magrittr,`%>%`)
importFrom(pkgdown,as_pkgdown)
importFrom(purrr,flatten)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,transpose)
importFrom(purrr,walk)
importFrom(rstudioapi,openProject)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)