similar to: Execute expression ( R -e) without close

Displaying 20 results from an estimated 7000 matches similar to: "Execute expression ( R -e) without close"

2005 Feb 15
1
matlab norm(h) command in R: sqrt(sum(h^2)) - use in an expression
Hi in matlab I defined a function (double gamma, parameters at the end of this mail) as h(i)=((t/d1)^a1)*exp(-(t-d1)/b1)-c*((t/d2)^a2)*exp(-(t-d2)/b2); h=h/norm(h); I do know that norm() in matlab is equal to: sqrt(sum(x^2)) in R so in R I do it like: #function (double gamama) h <- expression((t/d1)^a1*exp(-(t-d1)/b1)-c*(t/d2)^a2*exp(-(t-d2)/b2)) # plot it t <- seq(0, 20000,
2012 Jan 25
1
[Bug 8720] New: rsync -n -e ssh creates ssh tunnel which fails to close after command completes
https://bugzilla.samba.org/show_bug.cgi?id=8720 Summary: rsync -n -e ssh creates ssh tunnel which fails to close after command completes Product: rsync Version: 2.6.8 Platform: x64 OS/Version: Other Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at
2005 Sep 08
1
execute R expression from command line
Can I execute an R expression from the command line without having it in an infile, something like perl's -e flag. So it would look like: R {Rexpression;} > outfile
2017 Jun 13
3
How Can I Execute a String Expression?
I have the string ggstr that I've built with string manipulation: ggstr = "ggplot(df1, aes(x,y)) + geom_smooth(se=FALSE, span=0.01)" Assuming df1 is properly defined, this string will execute properly if I submit it manually without the quotes. How can execute the command as a string, so that I can run it repeatedly (with minor modifications) in a loop? Presumably, it would be
2010 Jul 11
1
[PATCH] edit: Add -e 'expr' option to non-interactively apply expression to the file.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v -------------- next part -------------- >From 9e193fd6b94f40b2204cb94e4f08c404b52eecd4 Mon Sep 17 00:00:00 2001 From: Richard Jones
2008 Nov 13
1
Asterisk and Zaptel version numbers -- how close is close enough?
I'm doing a new install for an old customer. The customer is running a custom version of Asterisk based on version 1.2.7.1. It works for them -- aside from a memory leak requiring a restart once every couple of months... I think the "corresponding" version of Zaptel is 1.2.5, but I'd like to run a bit more modern like Zaptel 1.2.27. Am I just asking for trouble? Thanks in
2012 Mar 06
2
closing file with close(file) *silently*
Hi All, I am writing a function that reads a file in myfile = file('myfile.raw', 'rb') . . . . . close(myfile) No matter what, I get the warning Warning message: closing unused connection 3 (myfile.raw) Since the whole thing is in a function, I'd like to avoid unecessary noise for the user, and I'd like to kill the warning -- without having to mess with global options.
2011 Jun 29
0
[R-sig-hpc] doMC - compiler - concatenate an expression vector into a single expression?
Thank you very much Steve. Your suggestion works perfectly -- at least with doSEQ, doMC and doMPI. Bests, Renaud On 28/06/2011 15:35, Stephen Weston wrote: > I think that the result of the concatenation should be a call object, > rather than an expression object. How about something along the > lines of: > > '%dopar2%'<- function(obj, ex) { > ex<-
2011 Jan 06
1
[PATCH] close client socket after closing response body
I am wondering if there are any apps affected by this bug (and perhaps keeping people from switching Unicorn). It''s a fairly esoteric case, so I probably won''t make another release until tomorrow (sleepy now, will probably screw something else up or realize something else is broken :) Anyways it''s pushed out to master and 1.1.x-stable in case people want^Wneed it
2003 May 09
0
�������L�������������m�����������E�E�E�E
<???M????>?A?[?o???V?X?e???@?????s?V?h???V?h4-18-7 3F 03-5372-6639 <??????>net channel ?????s?a?J????????1-15-3 090-8130-1117 ?z?M???~?A?h???X?@?@donot at 24i.net ?z?M???~??24???????????f?????????B ???z?M?????M???????????????\???`???K???????????M???????????B ?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?`?` ?????????m?????????^???E?E?E ????????CD?I?I ????????HP????
2007 Mar 03
3
ignoring attempt to close td with tr ???
I got the most current rspec and installed as a plugin. Running rake spec:controllers gives me this error: ignoring attempt to close td with tr I dumped response.body and everything looks fine. Is this a known issue? Nothing in Google about it. Thanks, Steve
2006 May 11
2
open and close helper tags?
Hello everyone. I have a custom thumbnail gallery that I am creating with images pulled in a specific order from an array of image ID#s. What I essentially want to do is have a helper-setup where I can do an opening helper tag, such as <% open_image_gallery %> and then be able to place inside of it specific tags associated to the options specified in the opening tag, say the list of
2006 May 13
1
how to close the window on def update?
hey all, I have my usual update function like this: def update @document = Document.find(params[:id]) if @document.update_attributes(params[:document]) flash[:notice] = ''Document was successfully updated.'' redirect_to :action => ''show'' else render :action => ''edit'' end end I would like to change:
2006 Apr 04
0
Operation Ticket Cleanup - volunteer to close fixed tickets
There are 532 defect tickets shown at http://dev.rubyonrails.org/report/1 If each of us helps identify and close tickets that are no longer valid, then we can probably get rid of 1/3 of them without any programming. Just one closed ticket from each of us each day can really make a difference. All you have to do is try to reproduce the reported problem and post your results. If you can
2006 Apr 26
0
mysql-ruby produces segmentation fault on close
Hi Everyone, I have been having a strange issue with the mysql-ruby package and can''t seem to find any posts anywhere on the net that have been helpful. The package makes and installs perfectly, and in-fact it even connects to the MySQL database and can perform queries. However, any attempt to close() the connection to the MySQL database produces a segmentation fault. This has wreaked
2007 Feb 01
0
Getting close to release
Hi all, I''m just about ready to release kermit, which will be 0.22.1. I''m just going through and making sure all of the tests still pass. I''d much appreciate any tests people can do for me. -- The salesman asked me what size I wore, I told him extra-medium. -- Stephen Wright
2007 Apr 26
2
How to close Frame?
When I call frame.destory on Windows XP, I am told that CodeLineStatistics/init.rb:5: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information. What''s the correct way to close the frame? -- flyerhzm@hotmail.com
2008 Mar 06
2
How to set exit on close??
I want to set close window when press ''X'' in top-right I make wxruby GUI from Farpy guie but I can''t close it (when I close I must press close in cmd and the return -1) how can I set it?? Attachments: http://www.ruby-forum.com/attachment/1521/untitled.JPG -- Posted via http://www.ruby-forum.com/.
2005 Dec 20
1
How do I close DB connections?
My Rails App makes quite a few calls (all different queries) to our Postgres DB. Each time I make a find_by_sql method call, a connection opens and then stays idle. Of course, after 500 or so of these idle postgres processes running, the DB refuses to let me make any more (and I can''t really add more to the postgres.conf). How do I make sure these connections get closed after each query?
2007 May 17
0
fxruby on cygwin...so close
On 5/17/07, bwv549 <jtprince at gmail.com> wrote: > It compiles happily, says it is install on the system: > make install > make: Nothing to be done for `install''. > > make clean <snip> There''s your trouble. There was a bug in RubyGems (which has since been fixed) that caused it to immediately clobber compiled extensions ("make