Displaying 2 results from an estimated 2 matches for "makenamespac".
Did you mean:
makenamespace
2011 Dec 16
1
makeNamespace and rdyncall
...ersion uses real namespace environments with all sorts of advantages such as support for
search(), detach() and '::'.
Namespace object have certain conventions for fields, and there is currently no
public interface available in 'base' for setting up such objects;
The function "makeNamespace" in src/library/base/namespace.R is defined as local function to "loadNamespace".
So I go about this problem by 'copying' the code.
Recently, R-2.14 introduced a new mandatory field 'lazyData' which mades rdyncall broken.
(By re-synchronizing with 'makeNamespace...
2012 Aug 20
1
rdyncall fears removal from CRAN
...e object management.
Since the main task of this package is to offer an alternative FFI *AND* a catalog of ready-to-use bindings to
popular C libraries (across platforms) and interface for attach/remove of namespace objects was required.
The current implementation uses a small snippet of code "makeNamespace" from src/library/base/R/namespace.R and we have to make a
call to .Internal(registerNamespace).
A request was made on the mailing list in the past:
https://stat.ethz.ch/pipermail/r-devel/2011-December/062839.html
Since the deadline is very soon, I emphasize and repeat my request for an R...