forked from ropensci/rcrossref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
102 lines (101 loc) · 2.44 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
# Generated by roxygen2: do not edit by hand
export(as.tdmurl)
export(cr_abstract)
export(cr_agency)
export(cr_citation)
export(cr_citation_count)
export(cr_cn)
export(cr_ft_links)
export(cr_ft_pdf)
export(cr_ft_plain)
export(cr_ft_text)
export(cr_ft_xml)
export(cr_funders)
export(cr_funders_)
export(cr_fundref)
export(cr_journals)
export(cr_journals_)
export(cr_licenses)
export(cr_licenses_)
export(cr_members)
export(cr_members_)
export(cr_prefixes)
export(cr_prefixes_)
export(cr_r)
export(cr_search)
export(cr_search_free)
export(cr_types)
export(cr_types_)
export(cr_works)
export(cr_works_)
export(crosscite)
export(doi2pmid)
export(extract_xpdf)
export(filter_details)
export(filter_names)
export(get_styles)
export(id_converter)
export(pmid2doi)
import(miniUI)
importFrom(DT,dataTableOutput)
importFrom(DT,datatable)
importFrom(DT,renderDataTable)
importFrom(R6,R6Class)
importFrom(crul,AsyncVaried)
importFrom(crul,HttpRequest)
importFrom(dplyr,bind_rows)
importFrom(dplyr,tbl_df)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(methods,as)
importFrom(plyr,ldply)
importFrom(plyr,llply)
importFrom(shiny,HTML)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,conditionalPanel)
importFrom(shiny,dateRangeInput)
importFrom(shiny,dialogViewer)
importFrom(shiny,fillRow)
importFrom(shiny,h4)
importFrom(shiny,h5)
importFrom(shiny,h6)
importFrom(shiny,hr)
importFrom(shiny,htmlOutput)
importFrom(shiny,icon)
importFrom(shiny,img)
importFrom(shiny,includeCSS)
importFrom(shiny,includeScript)
importFrom(shiny,observeEvent)
importFrom(shiny,p)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,runGadget)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,stopApp)
importFrom(shiny,strong)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateActionButton)
importFrom(shiny,updateTextInput)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(utils,URLdecode)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)