Re: [Rd] using Paraview "in-situ" with R?

2024-04-17 Thread Mike Marchywka
ry helpful. The workflow, and mind flow, for the "in situ" mode makes you wonder how you ever did without it. I will probably need to update my R interface package and MJMDatascope is hardly ideal but improving both seems worth the effort. Thanks.  Mike Marchywka  44 Crosscreek Trail Jasper

Re: [Rd] using Paraview "in-situ" with R?

2024-01-11 Thread Mike Marchywka
uch more useful on-the-fly than text or after the fact.  Mike Marchywka  44 Crosscreek Trail Jasper GA 30143 was 306 Charles Cox Drive  Canton, GA 30115 470-758-0799 404-788-1216  From: George Ostrouchov Sent: Wednesday, January 10, 2024 3:06 P

[Rd] using Paraview "in-situ" with R?

2024-01-09 Thread Mike Marchywka
of anyone doing this interface or reasons its a boondoggle? Thanks.  Mike Marchywka  44 Crosscreek Trail Jasper GA 30143 was 306 Charles Cox Drive  Canton, GA 30115 470-758-0799 404-788-1216  __ R-devel@r-project.org mailing list https://stat.ethz.c

Re: [Rd] R packages to send plottable data to external apps

2023-09-14 Thread Mike Marchywka
ackage you mentioned maybe one interface would be to emulate that action too as that was my original interest circa 2007 lol. fwiw. Thanks.  Mike Marchywka  44 Crosscreek Trail Jasper GA 30143 was 306 Charles Cox Drive  Canton, GA 30115 470-758-0799 40

[Rd] R packages to send plottable data to external apps

2023-08-27 Thread Mike Marchywka
drop-in to the attached code and get something like the attached output that could also be switched to other data sources? This right now works via linux fifo and somewhat by UDP. It can queue data and stop making it if no one seems to be consuming it depending on the channel. Thanks.  Mike

Re: [Rd] R-3.0.1 - "transient" make check failure in splines-EX.r

2013-05-31 Thread Mike Marchywka
e call to `optim`, > and I still don't know what "NEW_X" means. > > Once again, thank you. > > Avraham Adler > > > -Original Message- > From: Mike Marchywka [mailto:marchy...@hotmail.com] > Sent: Thursday, May 30, 2013 7:21 PM > To: Adler

Re: [Rd] R-3.0.1 - "transient" make check failure in splines-EX.r

2013-05-30 Thread Mike Marchywka
> From: avraham.ad...@guycarp.com > To: r-devel@r-project.org > Date: Thu, 30 May 2013 16:17:36 -0500 > Subject: Re: [Rd] R-3.0.1 - "transient" make check failure in splines-EX.r > > I just found this thread on StackOverflow >

Re: [Rd] [BioC] enabling reproducible research & R package management & install.package.version & BiocLite

2013-03-05 Thread Mike Marchywka
I hate to ask what go this thread started but it sounds like someone was counting on  exact numeric reproducibility or was there a bug in a specific release? In actual  fact, the best way to determine reproducibility is run the code in a variety of packages. Alternatively, you can do everything

Re: [Rd] Passing R code from webpage

2013-02-18 Thread Mike Marchywka
> Date: Mon, 18 Feb 2013 04:13:25 -0800 > From: matevzpav...@gmail.com > To: r-devel@r-project.org > Subject: Re: [Rd] Passing R code from webpage > > Yes, > y > knowledge). well, this getting off topic but I could suggest you go get cygwin and learn t

Re: [Rd] Passing R code from webpage

2013-02-18 Thread Mike Marchywka
> Date: Mon, 18 Feb 2013 03:24:43 -0800 > From: matevzpav...@gmail.com > To: r-devel@r-project.org > Subject: Re: [Rd] Passing R code from webpage > > Hi, > > i think all of this i kinda complicated, even though in all the packages > authors are saying t

Re: [Rd] Passing R code from webpage

2013-02-18 Thread Mike Marchywka
> Date: Sun, 17 Feb 2013 04:27:38 -0800 > From: mehrotra.pul...@gmail.com > To: matevzpav...@gmail.com > CC: r-devel@r-project.org > Subject: Re: [Rd] Passing R code from webpage > > hi , > > First of all you should as this question on r-help rather than

Re: [Rd] Passing R code from webpage

2013-02-17 Thread Mike Marchywka
> From: simon.urba...@r-project.org > Date: Sun, 17 Feb 2013 09:16:57 -0500 > To: matevzpav...@gmail.com > CC: r-devel@r-project.org > Subject: Re: [Rd] Passing R code from webpage > > On Feb 16, 2013, at 6:48 PM, Matevz Pavlic wrote: > > > Hi all, > >

Re: [Rd] Randomness not due to seed

2011-07-20 Thread Mike Marchywka
> Date: Tue, 19 Jul 2011 06:13:01 -0700 > From: jeroen.o...@stat.ucla.edu > To: r-devel@r-project.org > Subject: [Rd] Randomness not due to seed > > I am working on a reproducible computing platform for which I would like to > be able to _exactly_ rep

Re: [Rd] arbitrary size data frame or other stcucts, curious about issues invovled.

2011-06-21 Thread Mike Marchywka
I was looking for some kind of streaming data source and then anything related to size may be well contained. > > Cheers, > Simon > > > On Jun 21, 2011, at 6:33 AM, Mike Marchywka wrote: > > > Thanks, > > > > http://cran.r-project.org/doc/manuals/R-ints.

Re: [Rd] arbitrary size data frame or other stcucts, curious about issues invovled.

2011-06-21 Thread Mike Marchywka
Thanks, http://cran.r-project.org/doc/manuals/R-ints.html#Future-directions Normally I'd take more time to digest these things before commenting but a few things struck me right away. First, use of floating point or double as a replacement for int strikes me as "going the wrong way" as often

Re: [Rd] Detecting development environment

2011-06-13 Thread Mike Marchywka
> From: had...@rice.edu > Date: Mon, 13 Jun 2011 09:21:07 -0500 > To: r-devel@r-project.org > Subject: [Rd] Detecting development environment > > Hi all, > > Is there a straight-forward, cross-platform way of determining if a > user has all the tools nee

[Rd] arbitrary size data frame or other stcucts, curious about issues invovled.

2011-06-12 Thread Mike Marchywka
We keep getting questions on r-help about memory limits and I was curious to know what issues are involved in making common classes like dataframe work with disk and intelligent swapping? That is, sure you can always rely on OS for VM but in theory it should be possible to make a data structure