-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.16 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
52
53
54
# Generated by roxygen2: do not edit by hand
export(color_all)
export(color_primary)
export(color_secondary)
export(color_show)
export(exam)
export(letter)
export(logo_get)
export(memo)
export(quarto_template_add)
export(quarto_template_install)
export(quarto_template_use)
export(release_lecture)
export(release_tutorial)
export(release_tutorial_solution)
export(report)
export(ui_code)
export(ui_code_block)
export(ui_done)
export(ui_field)
export(ui_info)
export(ui_line)
export(ui_nope)
export(ui_oops)
export(ui_path)
export(ui_stop)
export(ui_todo)
export(ui_value)
export(ui_warn)
export(ui_yeah)
export(workingpaper)
export(zoom_attendance)
export(zoom_process)
export(zoom_read)
import(dplyr)
import(fs)
import(rlang)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(graphics,par)
importFrom(lubridate,as.period)
importFrom(lubridate,duration)
importFrom(readr,col_character)
importFrom(readr,col_datetime)
importFrom(readr,col_double)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_file)
importFrom(usethis,proj_get)
importFrom(usethis,use_directory)
importFrom(usethis,use_rstudio)
importFrom(utils,read.table)
importFrom(vctrs,vec_assert)