-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
42 lines (41 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
export(class_notes)
export(course_search)
export(duo_smith)
export(hex_logo)
export(img_logo)
export(letter)
export(memo)
export(mono_light_smith)
export(moon_reader)
export(scale_color_smith_c)
export(scale_color_smith_cd)
export(scale_color_smith_d)
export(scale_fill_smith_c)
export(scale_fill_smith_cd)
export(scale_fill_smith_d)
export(smith_pal_categorical)
import(knitr)
import(rmarkdown)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(rvest,html_element)
importFrom(rvest,html_elements)
importFrom(rvest,read_html)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(utils,URLencode)