-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.73 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
57
58
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
export(apply_screeners)
export(calculate_dscore)
export(convert_bds_ind)
export(convert_tgt_chartadvice)
export(custom_list)
export(draw_chart)
export(draw_chart_bds)
export(draw_chart_ind)
export(fetch_loc)
export(list_charts)
export(list_screeners)
export(request_blend)
export(request_site)
export(screen_curves)
export(screen_growth)
export(select_chart)
export(upload_data)
export(validate_chartcode)
export(version)
import(svglite)
importFrom(bdsreader,persondata)
importFrom(bdsreader,read_bds)
importFrom(bdsreader,timedata)
importFrom(chartbox,list_charts)
importFrom(chartcatalog,create_chartcode)
importFrom(chartcatalog,get_breakpoints)
importFrom(chartcatalog,parse_chartcode)
importFrom(chartplotter,process_chart)
importFrom(curl,curl)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(grDevices,dev.off)
importFrom(grid,grid.draw)
importFrom(growthscreener,list_screeners)
importFrom(growthscreener,screen_curves_ind)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,message_for_status)
importFrom(httr,modify_url)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(httr,upload_file)
importFrom(jamesclient,get_url)
importFrom(jamesclient,james_post)
importFrom(jose,jwt_decode_sig)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,minify)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(jsonlite,validate)
importFrom(rlang,.data)
importFrom(svglite,svgstring)
importFrom(utils,hasName)
importFrom(utils,packageDate)
importFrom(utils,packageVersion)