forked from USFWS/escapement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 833 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(boot_escapement)
export(daily_passage)
export(escapement)
export(explore_plots)
export(hourly_passage)
export(import_format)
export(model_escapement)
export(plot_boot_escapement)
export(plot_daily)
export(plot_hourly)
export(plot_topmodel)
export(run_report)
import(bookdown)
import(broom)
import(dplyr)
import(ggplot2)
import(lubridate)
import(magrittr)
import(scales)
import(segmented)
import(tictoc)
importFrom(AICcmodavg,aictab)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(car,ncvTest)
importFrom(car,spreadLevelPlot)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(lubridate,hour)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(segmented,segmented)