-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
146 lines (145 loc) · 3.88 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# Generated by roxygen2: do not edit by hand
export(abort)
export(add_gitignore)
export(ansi_strip)
export(build_pkgdown_with_reports)
export(cnd_entrace)
export(color_palette)
export(detectCores)
export(digest)
export(document_dataset)
export(download_brand_logos)
export(download_logo)
export(entrace)
export(error_cnd)
export(extract_pdf_content)
export(fetch_brand)
export(generate_news)
export(generate_news_from_changelog)
export(get_brand_logos)
export(get_favicon)
export(get_gitignore)
export(get_logo_file_name)
export(get_tracked_time)
export(git_attributes)
export(git_config)
export(git_ignore)
export(hex_to_rgb)
export(parse_pdf_content)
export(process_pdfs)
export(rgb_to_hex)
export(rgba_to_hex)
export(shiny_resume_body)
export(shiny_resume_navbar)
export(shiny_resume_page)
export(start_time_tracking)
export(stop_time_tracking)
export(trace_back)
export(tree)
export(typography)
export(use_github_action_news)
export(use_noclocks_meta)
export(write_log)
import(htmltools)
import(pkgdown)
importFrom(assertthat,assert_that)
importFrom(cli,ansi_strip)
importFrom(cli,cat_line)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_bullets)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_update)
importFrom(cli,cli_warn)
importFrom(cli,tree)
importFrom(config,get)
importFrom(covr,package_coverage)
importFrom(covr,report)
importFrom(covrpage,covrpage)
importFrom(digest,digest)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(fs,dir_create)
importFrom(fs,dir_exists)
importFrom(fs,dir_info)
importFrom(fs,dir_ls)
importFrom(fs,file_create)
importFrom(fs,file_exists)
importFrom(fs,file_move)
importFrom(fs,path)
importFrom(fs,path_dir)
importFrom(fs,path_ext)
importFrom(fs,path_package)
importFrom(gargle,gargle_oauth_client_from_json)
importFrom(gargle,init_AuthState)
importFrom(gitdown,git_down)
importFrom(glue,glue)
importFrom(htmltools,HTML)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr2,req_auth_bearer_token)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_path_append)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,weeks)
importFrom(markdown,markdownToHTML)
importFrom(metathis,meta)
importFrom(metathis,meta_social)
importFrom(parallel,detectCores)
importFrom(pdftools,pdf_data)
importFrom(pdftools,pdf_text)
importFrom(pkgdown,build_site)
importFrom(pkgload,pkg_name)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,pluck)
importFrom(purrr,pmap_chr)
importFrom(purrr,pwalk)
importFrom(rlang,abort)
importFrom(rlang,cnd_entrace)
importFrom(rlang,current_env)
importFrom(rlang,entrace)
importFrom(rlang,error_cnd)
importFrom(rlang,trace_back)
importFrom(stringr,boundary)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(testdown,test_down)
importFrom(tibble,tibble)
importFrom(tibblify,tib_chr)
importFrom(tibblify,tib_dbl)
importFrom(tibblify,tib_df)
importFrom(tibblify,tib_lgl)
importFrom(tibblify,tib_row)
importFrom(tibblify,tib_unspecified)
importFrom(tibblify,tibblify)
importFrom(tibblify,tspec_object)
importFrom(tidyr,unnest)
importFrom(togglr,get_time_entries)
importFrom(togglr,get_toggl_api_token)
importFrom(togglr,set_toggl_api_token)
importFrom(togglr,toggl_start)
importFrom(togglr,toggl_stop)
importFrom(usethis,use_news_md)
importFrom(utils,assignInMyNamespace)
importFrom(xml2,read_html)
importFrom(xml2,xml_children)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_name)
importFrom(xml2,xml_text)