-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
S3method(print,rpymat_system_command)
export(CONDAENV_NAME)
export(add_jupyter)
export(add_packages)
export(call_matlab)
export(choose_directory)
export(choose_fileopen)
export(choose_filesave)
export(cmd_build)
export(cmd_create)
export(cmd_set_conda)
export(cmd_set_env)
export(cmd_set_workdir)
export(conda_bin)
export(conda_path)
export(configure_conda)
export(configure_matlab)
export(custom_env_support)
export(detect_shell)
export(ensure_rpymat)
export(env_path)
export(glue)
export(import)
export(import_main)
export(jupyter_bin)
export(jupyter_check_launch)
export(jupyter_launch)
export(jupyter_register_R)
export(jupyter_server_list)
export(jupyter_server_stop)
export(jupyter_server_stop_all)
export(list_pkgs)
export(matlab_engine)
export(np_array)
export(py)
export(py_bool)
export(py_builtin)
export(py_call)
export(py_del_attr)
export(py_del_item)
export(py_dict)
export(py_eval)
export(py_get_attr)
export(py_get_item)
export(py_help)
export(py_len)
export(py_list)
export(py_none)
export(py_run_string)
export(py_set_attr)
export(py_set_item)
export(py_slice)
export(py_str)
export(py_to_r)
export(py_to_r_wrapper)
export(py_tuple)
export(r_to_py)
export(read_xlsx)
export(remove_conda)
export(repl_python)
export(run_command)
export(run_pyscript)
export(run_pystring)
export(run_script)
export(tuple)
importFrom(IRkernel,installspec)
importFrom(glue,glue)