-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·80 lines (79 loc) · 1.99 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
# Generated by roxygen2: do not edit by hand
export(R_bar_EPS)
export(R_dateR_theme)
export(RingServer)
export(RingdateR_error_message)
export(align_series)
export(align_to_chron)
export(align_undated_load)
export(auto_correl)
export(check_load_ringmeasurer_data)
export(col_pal)
export(comb.NA)
export(combine_RM_files)
export(correl_replace)
export(dated_line_plot)
export(detcurves)
export(detrending.plot.fun)
export(filter_crossdates)
export(heatmap_analysis)
export(ld_undated_chron)
export(lead_lag_analysis)
export(lead_lag_bar)
export(line_plot)
export(load_chron)
export(load_data_tabs)
export(load_undated)
export(loaded_data_check)
export(name_check)
export(normalise)
export(plot_all_series)
export(remove_series)
export(run_ringdater)
export(running_lead_lag)
export(ui)
export(vertLen)
import(ggplot2)
import(rmarkdown)
import(shiny)
import(shinycssloaders)
import(shinydashboard)
importFrom(DescTools,"%like%")
importFrom(doParallel,registerDoParallel)
importFrom(dplR,chron)
importFrom(dplR,corr.rwl.seg)
importFrom(dplR,detrend.series)
importFrom(dplR,read.rwl)
importFrom(dplR,rwi.stats.running)
importFrom(dplR,write.rwl)
importFrom(dplyr,select)
importFrom(grid,grid.draw)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(readxl,read_excel)
importFrom(shinyWidgets,dropdownButton)
importFrom(shinyWidgets,toggleDropdownButton)
importFrom(shinyalert,shinyalert)
importFrom(shinyalert,useShinyalert)
importFrom(shinyjs,hide)
importFrom(shinyjs,runjs)
importFrom(shinyjs,show)
importFrom(shinyjs,toggle)
importFrom(shinyjs,useShinyjs)
importFrom(stats,ar)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,na.exclude)
importFrom(stats,sd)
importFrom(tidyselect,contains)
importFrom(tools,file_path_sans_ext)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)
importFrom(zoo,rollmean)