-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
40 lines (39 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
# Generated by roxygen2 (4.1.0): do not edit by hand
export(GoogleApiCreds)
export(gCalEvent)
export(gCalEvents)
export(gCalInstance)
export(gCalInstances)
export(gCalendar)
export(gCalendarList)
export(gCalendarLists)
export(gCalendars)
importFrom(R6,R6Class)
importFrom(XML,xmlApply)
importFrom(XML,xmlParse)
importFrom(XML,xmlToList)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,add_headers)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,modify_url)
importFrom(httr,oauth1.0_token)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,validate)
importFrom(lubridate,now)
importFrom(lubridate,ymd_hms)
importFrom(plyr,aaply)
importFrom(plyr,alply)
importFrom(plyr,l_ply)
importFrom(selectr,querySelectorAll)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)