-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
31 lines (30 loc) · 826 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
# Generated by roxygen2: do not edit by hand
export(quarto_project)
export(settings)
export(write_ignore)
export(write_notes)
export(write_quarto)
export(write_readme)
export(write_scss)
export(write_variables)
importFrom(cli,col_blue)
importFrom(cli,col_green)
importFrom(glue,glue)
importFrom(here,here)
importFrom(quarto,quarto_create_project)
importFrom(quarto,quarto_version)
importFrom(rappdirs,user_config_dir)
importFrom(readr,read_file)
importFrom(readr,write_file)
importFrom(rstudioapi,openProject)
importFrom(stringr,str_replace)
importFrom(stringr,str_to_lower)
importFrom(usethis,ui_done)
importFrom(usethis,ui_info)
importFrom(usethis,ui_oops)
importFrom(usethis,ui_todo)
importFrom(usethis,ui_yeah)
importFrom(utils,download.file)
importFrom(utils,menu)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)