Skip to content
Prev 8961 / 21307 Next

[Bioc-devel] namespace question

On 03/31/2016 04:07 PM, Michael Lawrence wrote:
mmh... so R expressions with calls to base functions like base::c() are
making their way in the NAMESPACE file. That's opening a big door. Does
that mean that we'll be able to do things like:

import(foo, except=paste0("bar", 1:10))

Or maybe c(bar, baz) in your above example is just an arbitrary syntax
that just happens to look like an R expression but won't be evaluated
as such?

H.