-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.38 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
55
56
# Generated by roxygen2: do not edit by hand
export("%>%")
export(addCardDeck)
export(addDocumentationURL)
export(convertCallCountsToHashTable)
export(finishPack)
export(flashCards)
export(getDocumentationURLs)
export(getFunctionsFromFiles)
export(getMyCalls)
export(initRemembr)
export(install_remembr)
export(remindMe)
export(remindPackage)
export(startPack)
export(stopRemembr)
export(uninstall_remembr)
export(upcomingReminders)
import(crayon)
import(dplyr)
import(ggplot2)
importFrom(globals,walkAST)
importFrom(knitr,purl)
importFrom(lubridate,as_datetime)
importFrom(lubridate,days)
importFrom(lubridate,hours)
importFrom(lubridate,minutes)
importFrom(lubridate,now)
importFrom(magrittr,"%>%")
importFrom(pryr,standardise_call)
importFrom(pryr,where)
importFrom(purrr,map)
importFrom(purrr,safely)
importFrom(purrr,walk)
importFrom(readr,read_file)
importFrom(rlang,.data)
importFrom(rlang,env_clone)
importFrom(rlang,env_get)
importFrom(rlang,env_has)
importFrom(rlang,env_names)
importFrom(rlang,eval_tidy)
importFrom(rlang,get_expr)
importFrom(rlang,is_quosure)
importFrom(rlang,parse_exprs)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quo_set_env)
importFrom(rlang,quo_set_expr)
importFrom(tidyr,separate)
importFrom(tools,Rd2HTML)
importFrom(tools,Rd2ex)
importFrom(tools,Rd2latex)
importFrom(tools,Rd2txt)
importFrom(tools,file_ext)
importFrom(utils,browseURL)
importFrom(utils,capture.output)