source: branches/blt4/lang/R/Rappture/NAMESPACE @ 2936

Last change on this file since 2936 was 2936, checked in by gah, 12 years ago

sync back with trunk

File size: 370 bytes
Line 
1useDynLib(Rappture)
2
3export( rp_lib,
4        rp_lib_get_string,
5        rp_lib_get_double,
6        rp_lib_get_integer,
7        rp_lib_get_boolean,
8        rp_lib_get_file,
9        rp_lib_put_string,
10        rp_lib_put_double,
11        rp_lib_put_file,
12        rp_lib_result,
13        rp_units_convert_double,
14        rp_units_convert_string,
15        rp_utils_progress )
16 
Note: See TracBrowser for help on using the repository browser.