Peng Yu wrote:
> 
> How to control what functions/classes are exported to a given namespace?
> 

Namespace exports are set by package authors in the NAMESPACE file of an R
package.  You could alter the  NAMESPACE and rebuild the package yourself,
but an easier way would be to just use the ":::" operator to access the
functions you require.


-Charlie
-- 
View this message in context: 
http://n4.nabble.com/Why-Diag-and-asSparse-are-not-accessible-in-R-sessions-tp930880p930936.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to