search for: niek

Displaying 6 results from an estimated 6 matches for "niek".

Did you mean: nick
2015 Jun 22
3
Plans to improve reference classes?
(Moved to R-devel) Niek, Would you please provide the details on this test case, including your benchmarks, and what you are trying to achieve at the high-level? Thanks, Michael On Wed, Jun 17, 2015 at 4:55 AM, Niek Bouman <niek.bouman at keygene.com> wrote: > Dear R-core team, > > I was wondering whe...
2015 Jun 22
0
Plans to improve reference classes?
...rrently difficult with ref classes because of the way it does scoping. (And I think it's difficult to fix without fundamentally changing how ref classes work) Hadley On Mon, Jun 22, 2015 at 8:49 AM, Michael Lawrence <lawrence.michael at gene.com> wrote: > (Moved to R-devel) > > Niek, > > Would you please provide the details on this test case, including your > benchmarks, and what you are trying to achieve at the high-level? > > Thanks, > Michael > > > > > On Wed, Jun 17, 2015 at 4:55 AM, Niek Bouman <niek.bouman at keygene.com> wrote: &gt...
2015 Jun 23
3
Plans to improve reference classes?
...the way it > does scoping. (And I think it's difficult to fix without fundamentally > changing how ref classes work) > > Hadley > > On Mon, Jun 22, 2015 at 8:49 AM, Michael Lawrence > <lawrence.michael at gene.com> wrote: >> (Moved to R-devel) >> >> Niek, >> >> Would you please provide the details on this test case, including your >> benchmarks, and what you are trying to achieve at the high-level? >> >> Thanks, >> Michael >> >> >> >> >> On Wed, Jun 17, 2015 at 4:55 AM, Niek Bouman &...
2018 Sep 12
0
Environments and parallel processing
...nd copied back to the parent process. The serialized environment is independent of the original environment in the parent process, when parLapply unserializes the results it creates new objects. Environments have reference semantics, but not across processes. Gabor On Wed, Sep 12, 2018 at 7:09 PM Niek Bouman <niek.bouman at keygene.com> wrote: > > While using parallelization R seems to clone all environments (that are normally passed by reference) that are returned from a child process. In particular, consider the following example: > library(parallel) > env1 <- new.env() &g...
2018 Sep 12
2
Environments and parallel processing
While using parallelization R seems to clone all environments (that are normally passed by reference) that are returned from a child process. In particular, consider the following example: library(parallel) env1 <- new.env() envs2 <- lapply(1:4, function(x) env1) cl<-makeCluster(2, type="FORK") envs3 <- parLapply(cl, 1:4, function(x) env1) envs4 <- parLapply(cl, 1:4,
2008 Oct 29
1
Escape pipe symbol in textile table
This is not really a RoR specific question but i figured some of you might know the answer. I''m trying to create a table in textile like this: bc.. |@.@|Any character except new line (\n)| |. @(a|b)@|a or b| bc. As you can see, on the second row in the first column I need to ouput a pipe symbol(|). But obviously textile sees this as a column specifier for the table. I tried escaping