[R] Why .Diag and .asSparse are not accessible in R sessions?
Sharpie
chuck at sharpsteen.net
Sun Nov 29 23:43:20 CET 2009
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.
More information about the R-help
mailing list