On 2012-08-26 19:27, Prof Brian Ripley wrote:
On 26/08/2012 18:20, Laurent Gautier wrote:
On 2012-08-26 19:03, Prof Brian Ripley wrote:
On 26/08/2012 17:25, Laurent Gautier wrote:
Hi,
I just stumbled on the following apparent oddity: the package
"datasets"
does not appear to export anything
On 26/08/2012 18:20, Laurent Gautier wrote:
On 2012-08-26 19:03, Prof Brian Ripley wrote:
On 26/08/2012 17:25, Laurent Gautier wrote:
Hi,
I just stumbled on the following apparent oddity: the package "datasets"
does not appear to export anything out of its namespace:
> ns_datasets <- getName
On 2012-08-26 19:03, Prof Brian Ripley wrote:
On 26/08/2012 17:25, Laurent Gautier wrote:
Hi,
I just stumbled on the following apparent oddity: the package "datasets"
does not appear to export anything out of its namespace:
> ns_datasets <- getNamespace('datasets')
> getNamespaceExports(ns_d
On 2012-08-26 18:32, Dirk Eddelbuettel wrote:
On 26 August 2012 at 18:25, Laurent Gautier wrote:
| Hi,
|
| I just stumbled on the following apparent oddity: the package "datasets"
| does not appear to export anything out of its namespace:
|
| > ns_datasets <- getNamespace('datasets')
| > getNam
On 26/08/2012 17:25, Laurent Gautier wrote:
Hi,
I just stumbled on the following apparent oddity: the package "datasets"
does not appear to export anything out of its namespace:
> ns_datasets <- getNamespace('datasets')
> getNamespaceExports(ns_datasets)
character(0)
Not the case with other
On 26 August 2012 at 18:25, Laurent Gautier wrote:
| Hi,
|
| I just stumbled on the following apparent oddity: the package "datasets"
| does not appear to export anything out of its namespace:
|
| > ns_datasets <- getNamespace('datasets')
| > getNamespaceExports(ns_datasets)
| character(0)
|
Hi,
I just stumbled on the following apparent oddity: the package "datasets"
does not appear to export anything out of its namespace:
> ns_datasets <- getNamespace('datasets')
> getNamespaceExports(ns_datasets)
character(0)
Not the case with other packages (example here with "utils"):
> ns_ut
My apologies, my cyclic namespace problem was due to a unintended test file
that
invoked require(quantreg) and that I had forgotten to remove from the R
directory.
(And a corresponding failure to explore the obvious before assuming a global
conspiracy.)
--
View this message in context:
http:/
Dear R Developers,
Here is a small patch against the trunk that makes 'makeNamespace' a
first-level function (not defined inside another closure)
and defines two wrapper functions to 'registerNamespace' and
'unregisterNamespace'.
http://dyncall.org/~dadler/R-trunk-public-namespace.diff
The pat