-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
S3method(print,bertini)
S3method(print,bertini_input)
S3method(print,bertini_posdim)
S3method(print,poly_optim)
S3method(print,witness_set)
export("%>%")
export(bertini)
export(bertini_input)
export(edit_r_environ)
export(get_bertini_path)
export(has_bertini)
export(is.bertini)
export(is.bertini_input)
export(is.bertini_posdim)
export(is.witness_set)
export(membership_test)
export(missing_bertini_stop)
export(modify_config)
export(modify_defs)
export(parameter_homotopy)
export(poly_optim)
export(poly_solve)
export(sample_component)
export(set_bertini_path)
export(variety)
export(witness_set_print)
import(mpoly)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(magrittr,"%>%")
importFrom(purrr,flatten_chr)
importFrom(purrr,list_modify)
importFrom(purrr,map_chr)
importFrom(purrr,pluck)
importFrom(purrr,zap)
importFrom(rlang,"!!!")
importFrom(stringr,fixed)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_lower)
importFrom(usethis,edit_r_environ)