similar to: R, Ubuntu, package installation with non-zero exit status

Displaying 20 results from an estimated 2000 matches similar to: "R, Ubuntu, package installation with non-zero exit status"

2005 Oct 28
1
SF Beer & Pizza SIG - review and forecast
Wednesday''s Beer & Pizza SIG was attended by about a dozen Rubyists, plus one extremely well-dressed gentleman (no hacker he!) who was on the prowl for Rubyists to hire. Beer and Pizza (among other things) were consumed, Ruby (among other things) was discussed, and everyone appeared to have a good time. The upcoming SIG will, as announced previously, be held just up the street at
2011 Aug 08
1
[LLVMdev] Euro-LLVM 2011 - Schedule + Details
Dear LLVM Users, The European LLVM User Group Meeting 2011 schedule is on-line at http://llvm.org/devmtg/2011-09-16/. Thank you every one that registered and submitted papers and posters, There are 5 talks planned, several side-sessions (one of them reserved for lightning talks) and more than 40 people already registered! The current proposed list of side sessions are: - OpenCL (and similar
2007 Jul 18
0
Vegetarian enough?
Vegetarian enough? People often tell me about how they get grief from people who are "more" vegetarian than them. Isn''t that strange? People who can be bothered to make a life changing decision are then chastised by the super veggies for not trying hard enough. http://2site.com/agfdxz Road Map To Riches - Another 2-UP Scam Road Map To Riches is yet Another 2-Up scheme in
2006 Feb 27
2
Multiple forms on a page
Hello all. I have the following Code in a view: <% @dishes.each do |dish| -%> <tr> <td><%= link_to dish.name, :controller => "restaurant", :action => "show_dish", :id =>"#{dish.id}" -%> <% if dish.vegetarian? -%> <%= image_tag("/images/vegetarian.gif", :class => "bevel", :size => "8x8")
2013 Apr 03
0
[LLVMdev] RFC: Bug fix releases for 3.3 and beyond
On Wed, Apr 3, 2013 at 11:39 AM, Óscar Fuentes <ofv at wanadoo.es> wrote: > Sean Silva <silvas at purdue.edu> writes: > > > The largest barrier that I see, which nobody seems to have mentioned, is > > the community culture. > [snip] > > Well, the plan I described assumed "zero collaboration from the > developers" for exactly the reasons you
2013 Apr 03
2
[LLVMdev] RFC: Bug fix releases for 3.3 and beyond
Sean Silva <silvas at purdue.edu> writes: > The largest barrier that I see, which nobody seems to have mentioned, is > the community culture. [snip] Well, the plan I described assumed "zero collaboration from the developers" for exactly the reasons you mentioned. IMO it is possible to bring a "maintenance branch" which is preferable to the development branch for
2006 Aug 22
0
Re: Problem with find condition and habtm relationship.
OK. This may help, but it will also make your head hurt. The basic problem that you''re running into is that you want a "for all" operator and sql doesn''t have one. Instead, you have to think of the query in terms of the logically equivalent "not exists not". Effectively, a proposition is true for all x if you can''t find a counter-example in
2017 Sep 29
0
Duncan's retirement: who's taking over Rtools?
????? I concur with Moshe.? David and his team have done great thing for R, but a lion will not become a vegetarian.? I think that any reasonable reading of Microsoft's history will supports that perspective.? However, this is a fairly well documented phenomenon far beyond Microsoft.? Jean Tirole won the 2014 Nobel Memorial Prize in Economics for establishing that, especially regarding
2011 Feb 03
5
Outlook 2010 IMAP disconnected
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A customer moved from a previous version of Outlook to 2010. When he forces the synchronization of the IMAP folders he gets this error: Disconnected for inactivity. Protocollo: IMAP Server: mail.xxxxxxxxxxxxxxxxxxx Porta: 143 Codice errore: 0x800CCCDD Dovecot simply logs
2001 Mar 04
1
not in network neighbourhood
Hi, I setup samba according to the Howto and I'm not sure but I can't find my samba box in netowrk neighbourhood. If I run \\(samba IP address) I get it fine. It just doesn't show up in the nethood. Any ideas? BTW, I'm using win95 and linux RH6.1 ====================================== Dave Comeau -- Network Administrator Save the Rainforests, Eat vegetarians
2007 Nov 13
15
require metaparameter and gems
I tried to install the ''mongrel'' gem tonight via puppet in an attempt to migrate from webrick to mongrel as described on the puppet site[1]. I added the following to my manifest: package { "rubygems": ensure => installed; "mongrel": ensure => installed, provider => gem, require => Package["rubygems"]; }
2017 Sep 29
2
Duncan's retirement: who's taking over Rtools?
I think that even though some Microsoft employees may have good intentions Microsoft as a company can not be trusted. There will be always a danger that they will try to create their own version of R which works only on Windows and that will become increasingly divergent from "other" R. We witnessed such (cursed in my opinion) attempts with their treatment of Java and Internet Explorer.
2007 Feb 06
14
Unless in exec doesn''t seem to be honored on notify.
This was a fun one to track down... I was trying to use the append_if_no_such_line script from the wiki and it was working fine EXCEPT when I threw a notify at it. The notify appears to completely ignore both unless and onlyif within the exec for some reason. If I put the same test in the actual command line, it works fine. Example: unless => "/bin/grep -Fqe ''$line''
2009 Sep 30
5
A rails plugin to generate css sprite image automatically
Hi guys, I have written a rails plugin/gem to generate css sprite image automatically. The project repository is here: http://github.com/flyerhzm/css_sprite It is based on RMagick and you need only define a rule from what source images to a destination image, as follows: forum_icon_vertical.gif: # destination image file sources: # source image file list - good_topic.gif
2019 Mar 10
2
Exit status of Rscript when setting options(error=utils::recover)
Hello, I've noticed that Rscript didn't exit with error code if I set options error = utils::recover in .Rprofile . for example Rscript -e "asdf" Error: object 'asdf' not found No suitable frames for recover() echo $? 0 if didn't set options in .Rprofile, Rscript exit with error code 1, is this expected behavior ?
2011 Dec 02
2
Moving column averaging
# need zoo to use rollapply() # your data (I called df) df <- structure(list(a = 1:2, b = 2:3, c = c(5L, 9L), d = c(9L, 6L), e = c(1L, 5L), f = c(4, 7)), .Names = c("a", "b", "c", "d", "e", "f"), class = "data.frame", row.names = c(NA, -2L)) # transpose and make a zoo object df2 <- zoo(t(df)) #rollapply to get
2011 Jul 06
3
identifying a 'run' in a vector
Hi, How can I discern which elements in x (see below) are in 'order', but more specifically.. only the 1st 'ordered run'? I would like for it to return elements 1:8... there may be ordered values after 1:8, but those are not of interest. x <- c(1, 2, 3, 4, 5, 6, 7, 8, 20, 21, 22, 45) Thanks for any suggestions. -- View this message in context:
2004 Sep 03
1
how to debug a sudden exit in non-interactive mode
Hi, I have a piece of R code that calls mgcv::gam. The code runs fine in the interactive mode, but terminates R w/o a single message when run non-interactively. Though I think I should be able to locate the problem by brute force I'd appreciate an advise how to do it more intelligently using R debugging tools. At this time I only know that it has something to do with me loading my custom
2019 Mar 18
1
Exit status of Rscript when setting options(error=utils::recover)
Thanks for explanation, so recover in non-interactive session exit with 0 is expected behavior . dump.frames said that it always write to file (workspace , or specified file). I have a R script run as a auto build stage, so I want to print detail backtrace to console (with source file, line number) for quickly debug, without saving any dump. I tried options(error=
2011 Jul 12
1
installation of package 'mapproj' had non-zero exit status
## Hello.. I have asked a similar question, but this is not fixed as before. ## I am running the following using Ubuntu OS: R version 2.13.1 (2011-07-08) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-pc-linux-gnu (64-bit) ## when I do this: > install.packages("mapproj", dependencies=T) ## I get this: Installing package(s)