search for: bouman

Displaying 8 results from an estimated 8 matches for "bouman".

Did you mean: bosman
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 whether you have any plans to improve the current implementation of reference classes. > > Background: > For a new project we will have many mutable objects, and we therefore want to use a constructi...
1999 Jul 17
1
RPM for gss package
Has anyone posted an RPM (for i386) for Dr. Chong Gu's new gss package? I am trying to install it on a Linux system too small to compile the Fortran code directly. Thanks for any help. Peter Bouman -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....
2020 Apr 11
1
Issues with usbhid-ups on TrippLite INTERNET600U
...I contacted TrippLite and they said the unit is using a new comm protocol 3024. Is there a way to make this work with usbhid-ups? More details of my story here: https://community.synology.com/enu/forum/1/post/132984 Thanks for your help! -Troy ---------------------------------------------- Troy Bouman 616.990.2699 www.TroyBouman.com <http://www.troybouman.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20200411/3f7d290f/attachment.html>
1999 Jul 10
1
Creating shared libraries for dyn.load() in R
...indulge a newbie and offer some advice? Even a pointer to documentation on how to build shared libraries would be great. (Alternatively: Dr. Gu's Makefile for GKPACK uses "ranlib" to put the object code into a *.a file. Can R be persuaded to use this kind of file?) Thanks, Peter Bouman Senior Analyst Sachs Group -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !)...
2018 Sep 12
0
Environments and parallel processing
...pied 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() > envs...
2015 Jun 22
0
Plans to improve reference classes?
...om> 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: >> Dear R-core team, >> >> I was wondering whether you have any plans to improve the current implementation of reference classes. >> >> Background: >> For a new project we will have many mutable objects, and we therefore...
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,
2015 Jun 23
3
Plans to improve reference classes?
...gt; 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 whether you have any plans to improve the current implementation of reference classes. >>> >>> Background: >>> For a new project we will have many mutable ob...