Message-ID: <366c6f340911291435g331c6cc1ye7f18d2319371102@mail.gmail.com>
Date: 2009-11-29T22:35:41Z
From: Peng Yu
Subject: Why .Diag and .asSparse are not accessible in R sessions?
In-Reply-To: <de4e29f50911291334q6d2618c5oaa64bb23713a9ce0@mail.gmail.com>
How to control what functions/classes are exported to a given namespace?
On Sun, Nov 29, 2009 at 3:34 PM, baptiste auguie
<baptiste.auguie at googlemail.com> wrote:
> Hi,
>
> They're not exported from the stats namespace,
>
> stats:::.Diag
> stats:::.asSparse
>
> ?":::"
>
> HTH,
>
> baptiste
>
> 2009/11/29 Peng Yu <pengyu.ut at gmail.com>:
>> '.Diag' and '.asSparse' are defined in contrast.R. I'm wondering why I
>> don't see them in my R session. Is it because that they start with
>> '.'?