This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
forked from kamclean/impactr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.81 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
# Generated by roxygen2: do not edit by hand
export(cite_cr)
export(cite_dim)
export(cite_gs)
export(cite_oc)
export(cite_scopus)
export(comb_name_size)
export(diffdate_text)
export(extract_doi)
export(extract_doi_auth)
export(extract_impact_factor)
export(extract_pmid)
export(impact_altmetric)
export(impact_auth)
export(impact_auth_network)
export(impact_cite)
export(impact_cite_metric)
export(ref_presentation)
export(ref_publication)
export(score_alm)
import(RISmed)
import(citecorp)
import(dplyr)
import(lubridate)
import(magrittr)
import(purrr)
import(rscopus)
import(sjrdata)
import(stringi)
import(stringr)
import(tibble)
import(tidyr)
importFrom(ComplexHeatmap,comb_size)
importFrom(ComplexHeatmap,make_comb_mat)
importFrom(ComplexHeatmap,set_name)
importFrom(data.table,rbindlist)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(gcite,gcite_user_info)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,day)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(rAltmetric,altmetric_data)
importFrom(rAltmetric,altmetrics)
importFrom(rcrossref,cr_citation_count)
importFrom(rcrossref,cr_cn)
importFrom(rcrossref,cr_works)
importFrom(rcrossref,id_converter)
importFrom(rvest,html_text)
importFrom(scales,ordinal)
importFrom(stringi,stri_locate_last)
importFrom(stringi,stri_reverse)
importFrom(stringr,str_count)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_sub)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(xml2,read_html)