-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·70 lines (69 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
export(Opale_Net)
export(Opale_guide)
export(UK_example)
export(add_coeffs)
export(create_equation)
export(create_model)
export(data_model_checks)
export(delta)
export(dyn_contribs)
export(equation_from_model)
export(equation_info_model)
export(export_model)
export(formula_latex)
export(formula_with_coeffs)
export(get_variables_from_string)
export(graph_contrib)
export(graph_sim_obs)
export(load_model)
export(model_endo_exo_switch)
export(model_equations_add)
export(model_equations_remove)
export(model_source_example)
export(na_report_variables_times)
export(newdiff)
export(quick_estim)
export(quick_estim_all)
export(quick_plot)
export(quick_solve)
export(reformat_date)
export(save_model)
export(simulate_equation)
export(thor_equation_solver)
export(thor_solver)
export(time_solver_test_run)
export(tresthor_help)
export(var_info_model)
export(yearly_contrib)
exportClasses(thoR.equation)
exportClasses(thoR.model)
import(Deriv)
import(Rcpp)
import(RcppArmadillo)
import(assertthat)
import(cointReg)
import(dplyr)
import(ggplot2)
import(purrr)
import(scales)
import(stringr)
importFrom(Rcpp,sourceCpp)
importFrom(assertthat,is.dir)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(gsubfn,gsubfn)
importFrom(methods,new)
importFrom(purrr,"%>%")
importFrom(purrr,is_empty)
importFrom(purrr,map)
importFrom(purrr,map2_df)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,safely)
importFrom(scales,percent_format)
importFrom(splitstackshape,cSplit)
importFrom(stats,na.omit)
importFrom(stringr,str_count)
importFrom(stringr,str_replace_all)
importFrom(tidyr,pivot_longer)