-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
39 lines (38 loc) · 1.02 KB
/
NAMESPACE
File metadata and controls
39 lines (38 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(fetch_packit)
export(stochastic_explorer)
export(stone_dump)
export(stone_extract)
export(stone_load)
export(stone_stochastic_central)
export(stone_stochastic_cert_verify)
export(stone_stochastic_graph)
export(stone_stochastic_process)
export(stone_stochastic_standardise)
export(stone_stochastic_upload)
export(stone_test_extract)
export(stone_test_transform)
export(stone_transform)
export(stoner_calculate_dalys)
export(stoner_dalys_for_db)
import(arrow)
import(dplyr)
import(httr2)
import(readr)
importFrom(arrow,write_parquet)
importFrom(data.table,as.data.table)
importFrom(data.table,rbindlist)
importFrom(grDevices,recordPlot)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(shiny,runApp)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(testthat,expect_equal)
importFrom(testthat,expect_true)
importFrom(tools,file_ext)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(utils,write.csv)