-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
83 lines (82 loc) · 2.11 KB
/
NAMESPACE
File metadata and controls
83 lines (82 loc) · 2.11 KB
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
# Generated by roxygen2: do not edit by hand
export(dcpo_setup)
export(extract_dcpo_results)
export(format_claassen)
export(format_dcpo)
export(format_dgirt)
export(get_surveys)
export(internal_validation_tests)
export(mean_corr)
export(modgirt_in)
export(summarize_dcpo_results)
export(with_min_cy)
export(with_min_yrs)
exportClasses(modgirt_in)
import(RSelenium)
import(countrycode)
import(dplyr)
import(gesisdata)
import(icpsrdata)
import(pewdata)
import(ropercenter)
import(rvest)
importFrom(beepr,beep)
importFrom(dataverse,get_dataset)
importFrom(dataverse,get_file)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(essurvey,download_rounds)
importFrom(forcats,fct_relabel)
importFrom(foreign,read.spss)
importFrom(haven,read_dta)
importFrom(haven,read_por)
importFrom(httr,content)
importFrom(janitor,clean_names)
importFrom(labelled,labelled)
importFrom(labelled,to_character)
importFrom(labelled,to_factor)
importFrom(loo,extract_log_lik)
importFrom(loo,loo)
importFrom(lubridate,year)
importFrom(posterior,quantile2)
importFrom(psych,pairwiseCount)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,pwalk)
importFrom(purrr,walk)
importFrom(purrr,walk2)
importFrom(readr,read_csv)
importFrom(reshape2,acast)
importFrom(reshape2,dcast)
importFrom(rio,convert)
importFrom(rio,export)
importFrom(rio,import)
importFrom(rstan,summary)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,unzip)