-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
export(add_users_repo)
export(assign_work)
export(check_tokens)
export(checkerr)
export(collect_work)
export(create_group)
export(create_repo)
export(fetch_work)
export(gitgadget)
export(gitgadget_callr)
export(gitgadget_url)
export(projID)
export(read_ufile)
export(remove_project)
export(remove_users_repo)
import(curl)
import(dplyr)
import(miniUI)
import(shiny)
importFrom(callr,r_bg)
importFrom(jsonlite,fromJSON)
importFrom(markdown,markdownToHTML)
importFrom(rstudioapi,getActiveProject)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,openProject)
importFrom(rstudioapi,restartSession)
importFrom(shinyFiles,parseDirPath)
importFrom(shinyFiles,parseFilePaths)
importFrom(shinyFiles,shinyDirButton)
importFrom(shinyFiles,shinyDirChoose)
importFrom(shinyFiles,shinyFileChoose)
importFrom(shinyFiles,shinyFilesButton)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(usethis,edit_r_environ)
importFrom(usethis,edit_r_profile)
importFrom(usethis,use_git)
importFrom(usethis,use_github)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)