forked from UUPharmacometrics/assemblerr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
S3method("%+!%",fragment)
S3method("%|+%",fragment)
S3method("+",fragment)
S3method(as_declaration,character)
S3method(as_declaration,declaration)
S3method(as_declaration,formula)
S3method(as_declaration,numeric)
S3method(as_model,pk_model)
S3method(as_model_nm,model)
S3method(as_model_nm,pk_model)
S3method(print,declaration)
S3method(render,declaration)
S3method(render,equation)
S3method(render,model_nm)
S3method(write_model,model_nm)
export("%+!%")
export("%>%")
export("%|+%")
export(add_facet)
export(add_fragment)
export(algebraic)
export(algebraic_equation)
export(arg_as_declaration)
export(as_declaration)
export(as_model)
export(as_model_nm)
export(cmp)
export(combine_dec)
export(compartment)
export(data_item)
export(data_items)
export(declaration)
export(flow)
export(functions)
export(get_by_name)
export(has_facet)
export(is_anonymous)
export(is_declaration)
export(is_declarationish)
export(is_empty_declaration)
export(item)
export(meta_tag)
export(model)
export(model_nm)
export(observation)
export(observation_declaration)
export(ode)
export(omega)
export(parameter)
export(parameter_equation)
export(parameter_value)
export(parameter_value_table)
export(pk_component)
export(pk_model)
export(render)
export(set_definition)
export(set_identifier)
export(sigma)
export(subs_dec)
export(theta)
export(topologic_order)
export(variables)
export(write_model)
importFrom(magrittr,"%>%")