[R] package

Liaw, Andy andy_liaw at merck.com
Thu Apr 7 14:54:56 CEST 2005


Please define what you mean by `hide'.

If the functions are not to be called by users directly, just create a
NAMESPACE and export only the ones you want to expose to the users.
However, the users can still get to those not exported if they really want
to.

If you don't want the users to be able to see the code through any means, I
don't know if that's possible.

Andy

> From:  Gregory BENMENZER
> 
> hello,
> 
> I created a package with my functions, and i wand to hide the 
> code of some functions.
> 
> Could you help me ?
> 
> Grégory
> 
> 
> 
> --------------------------------------------------------------
> GAZ DE FRANCE
> 
> Grégory Benmenzer
> 
> DIRECTION DE LA RECHERCHE
> Pôle Economie Statistiques et Sociologie
> 361 Avenue du président Wilson - BP 33
> 93211 La Plaine Saint Denis cedex
> 
> tel : 01 49 22 55 07
> fax : 01 49 22 57 10
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! 
> http://www.R-project.org/posting-guide.html
> 
> 
>




More information about the R-help mailing list