[R] Namespace problem

Dimitri Mahieux dimitri.mahieux at student.uclouvain.be
Wed Aug 8 13:49:00 CEST 2007


Hi All,

I have some questions about making a R-package. I would like to use a 
namespace. The package contains analysis functions and also
a graphical user interface. I would like to allow user to use only the 
analysis function and not the GUI functions which are mainly
bindings to graphical elements. I have exported analysis functions using 
export directives in a namespace file but when I want to use
the GUI, it seems that all the GUI functions are unknown.

Is there a way to solve this problem ?

thx a lot



More information about the R-help mailing list