-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 1004 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 1004 Bytes
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
# Generated by roxygen2: do not edit by hand
export(check_for_github_token)
export(find_page_date)
export(flatten_web_page)
export(get_github_dates)
export(good_url)
export(search_github_for_topics)
export(search_pypi_for_topics)
importFrom(httr,BROWSE)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,authenticate)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,set_config)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,date)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,today)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(rvest,html_elements)
importFrom(rvest,html_text2)
importFrom(rvest,read_html)
importFrom(stats,na.omit)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(utils,URLencode)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(xml2,as_list)
importFrom(xml2,read_html)