Displaying 20 results from an estimated 21 matches for "sugges".
Did you mean:
suggest
2005 Apr 29
0
I'm unable to download R from any of the CRAN mirrors. A ny sugge (PR#7823)
..., none of the CRAN mirrors
seem to be working for me. I'm not really sure what's going on since I was
able to download R about a year ago, but I recently got a new computer and
needed to download it again. I'll see if my support staff here at the
National Institutes of Health have any suggestions.
Thanks again,
Eric
-----Original Message-----
From: Friedrich.Leisch@tuwien.ac.at [mailto:Friedrich.Leisch@tuwien.ac.at]
Sent: Friday, April 29, 2005 11:44 AM
To: Peter Dalgaard
Cc: Leifer, Eric (NIH/NHLBI); r-devel@stat.math.ethz.ch
Subject: Re: [Rd] I'm unable to download R from any...
2006 Dec 27
0
no log/mongrel.log file on win32, looking for sugge stions...
Hi Luis,
answers in CAPS.
-----Original Message-----
From: Luis Lavena [mailto:luislavena at gmail.com]
Sent: Tuesday, December 26, 2006 5:39 PM
To: mongrel-users at rubyforge.org
Subject: [Mongrel] no log/mongrel.log file on win32, looking for
suggestions...
Hello Mongrels around the world!
Been thinking a way to unify the issue I described in the subject.
For those who aren''t aware, mongrel (actually, mongrel_rails) only generate
the log file if daemonize was used (-d)
That means no log file under windows, due his lack of fork/da...
2005 Apr 29
1
I'm unable to download R from any of the CRAN mirrors. Any sugge (PR#7823)
Thanks.
Eric Leifer, Ph.D.
Office of Biostatistics Research
National Heart, Lung, and Blood Institute
6701 Rockledge Drive, MSC 8217
Bethesda, MD 20892-8217
Email: LeiferE@NHLBI.NIH.GOV
Phone: 301-435-0436
FAX: 301-480-1862
2005 Apr 14
1
predict.glm(..., type="response") loses names (was RE: [R] A sugg estion for predict function(s))
...ects was that
> >>
> >>they were
> >>
> >>>self explanatory (pardon the pun).
> >>>
> >>>Maybe we could make it optional.
> >>
> >>If what you are looking for is a way to track the
> >>observations, I'd suggest
> >>simply adding rownames of newdata as names of the predicted
> >>values. Storing
> >>names is much cheaper than the entire data frame of
> >>predictors. (And in R,
> >>data frames _must_ have unique row names.)
> >
> >
> > And...
2002 Aug 06
1
Intermittent failures mapping drives.. need debugging help/sugges tions
There is a problem with a user mapping a network drive. Sometimes
he can map it, sometimes he can't.
SAMBA: 3.0-alpha18
UNIX: HP-UX 11.0
rsc is a valid account on the machine he's trying to connect to
(entry in /etc/passwd, decent permissions on home directory and
all parent directories, etc.)
The strange thing is sometimes it works, and sometimes it
doesn't. If it doesn't
2006 Apr 02
2
Boxplot
bonjour,
je voudrais savoir s'il serait possible de sugg?rer aux d?veloppeurs
de R de proposer une option suppl?mentaire pour les moustaches, ?
savoir les placer sur d1 et d9 comme c'est pr?conis? dans les
programmes du secondaire en France, option du style boxplot
(serie,range=91) par exemple...
i would like to know if it is possible to have (with the agrement of
developpers)
2005 Feb 16
1
Can't connect Snom 190 to Asterix PBX. Sugge stions?
...301>
Hope, this helps...
Guido Hecken
> -----Urspr?ngliche Nachricht-----
> Von: Jason A. Crome [mailto:crome@devnetinc.com]
> Gesendet: Mittwoch, 16. Februar 2005 17:05
> An: asterisk-users@lists.digium.com
> Betreff: [Asterisk-Users] Can't connect Snom 190 to Asterix PBX.
Suggestions?
>
> Hello,
>
> I'm attempting to get Asterisk running for the first time in my company.
As
> I've never used it before, I am creating a small testbed with which to
learn
> Asterisk and get the kinks worked out before attempting to roll it out.
>
> I have * c...
2007 Nov 24
7
htmlwindow
Bonjour.
Ne pouvant pas afficher toutes les pages web avec html window, est-ce qu''il est possible à partir d''un bouton de coller l''url choisi dans la barre de recherche d''IE7 par exemple et d''ouvrir IE7 automatiquement à la page recherchée?
Est-ce que vous pouvez me donnez quelques explications si cela est possible?
merci
sebastien
2008 Nov 15
2
Update to 2.8 and problem with liblapack
Hello
To update from R 2.6 to 2.8 (on Ubuntu 8.04 both) I had to install new
tcl and liblapack packages (excuse me it is in french):
> sudo apt-get install r-base-dev
> Lecture des listes de paquets... Fait
> Construction de l'arbre des d?pendances
> Lecture des informations d'?tat... Fait
> Les paquets suppl?mentaires suivants seront install?s :
>
2012 May 14
2
unicorn <3
hey, i am a big unicorn fan -- i have been running it in production
since
late 2010, and it is happily handling (literally) billions of backend
requests
for a popular facebook game.
i also <3 unicorns in general ..... so i decided to make an awesome t-
shirt,
sporting the "Angry Unicorn" that you may remember from github error
pages.
i hope some of you might like it as well:
2014 Jun 02
0
Re: [long] major problems on fs; e2fsck running out of memory
...fsck immediately after running resize2fs. With the vintage kernel
and e2fsprogs shipping with the version of CentOS you are apparently
using, online resizing is probably safer than off-line --- although if
you are using the 1.42.10 version of resize2fs and the 2.6.32 based
kernel, I'd probably sugges off-line resizes as being more safe. And
either way, running e2fsck on the file system after the resize is
probably a good idea.
> My hunch is that it would take a large and lucky effort to try to get
> anything useful off this fs. Does that seem like a reasonable guess?
I'd try using...
2014 Jun 02
2
Re: [long] major problems on fs; e2fsck running out of memory
On Sun, Jun 01, 2014 at 11:24:51PM -0400, Theodore Ts'o wrote:
>
> The "get root inode failed" is rather unfortunate.
Heh, I like your understatement. :) I think this helps answer part of
my questions in my second email: I should probably try to preserve
changes from last backup before getting too deep into a tricky e2fsck.
At one point the fs was still mountable, so I
2006 Mar 11
2
ActiveRecord increment confusion
Part of my application counts the number of times a link was clicked.
The Link.click function should increment the @link.clicks attribute.
I assumed
def click
@link = Link.find(params[:id])
if @link.increment(''clicks'')
redirect_to @link.url
else
flash[:error] = ''Could not update clicks''
redirect_to :action =>
2002 Sep 04
0
Problem with st driver
..., in the /var/log/messages, I get :
kernel: st2: Error 26030000 (sugg. bt 0x20, driver bt 0x6, host bt 0x3).
but when I wrote a little file (tar cvf /dev/st2 /etc/passwd)
the next rewind operation will be ok.
I have no scsi conflict on my SCSI chains and I put a
terminator at the end of it.
Any suggestions would be greatly appreciated
Thanks !
--
---------------------------------------------------------------------
Jean-Philippe BATTU Phone : (33) 04 76 29 73 43
Localisation: B1/403 Fax : (33) 04 76 29 75 18
Mail : jean-philippe.battu@bull.net
Bull, 01 Rue de P...
2011 Sep 09
1
IPs of VMs on KVM
How can I find the IPs of the VMs using libvirt function? As of now, I'm
thinking of using Nmap to get the MAC address and the ARP it to get the IP.
Can someone please help me out?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110909/c3fa1de5/attachment.htm>
2007 Feb 14
0
samba upgrade, now macs can't connect
machine A: samba server, upgraded from 3.0.7 to 3.0.22.
solaris 9.
machine B: samba client, on powermac G4, OS 10.4 (i believe).
i think samba is 3.0.10.
after the upgrade of the samba server (A), machine B cannot
get onto A. it keeps saying the password is wrong.
i've tried tons of stuff. the keychain has been reset. the
client has been rebooted. the server has had samba restarted.
2006 Jul 12
11
ruby-debug 0.1.3
Hello Everyone,
I''m pleasant to announce the release of ruby-debug 0.1.3.
If you think that ruby-breakpoint is too limited for your needs and
debug.rb brings your application to its knees, you might find
this small extension useful.
INSTALL
It''s a usual procedure:
$ gem install ruby-debug
DOCS
This library has almost identical interface with the standard debug.rblibrary.
2005 Jul 23
2
(cause 66 - Channel not implemented) -- IAX?
Hi,
I am setting up a small call center using *. I have ZAP setup for
incoming calls and IAX setup for agents. Agents login using
AgentCallbackLogin. When customers call, it's getting picked up and when
queue is trying to call back the agents, I am getting error.
I am using CVS HEAD, and updated just now.
The error is:
-- Executing Answer("Zap/1-1", "") in new
2011 Jan 03
8
Heroku, needs constant AppController updates?
...ired.
Any ideas why this should be??
I have tried solving this myself by putting in ''logger.debug" commands,
but these don''t show on my heroku logs, any idea how to get them to show
up?
I''ve put the code below, for ApplicationController, EventSearcher, and
part of SuggestedEvents it''s a bit of a mess I know, but runs fine on
local machine.
-------------- Application Controller
class ApplicationController < ActionController::Base
require ''date''
require ''nokogiri''
require ''open-uri''
require...
2006 Nov 07
4
Problems with LTO-3 and U320 on Centos 4.4
I am currently testing an Overland Tape storage unit with a LTO-3 drive
on CentOS 4.4. After a random amount of time but usually when we have
backed up about 0.5-1TB we get scsi errors which cause the backup to
fail. I have rebuilt the box with Solaris 10 x86 and Windoze to prove
the hardware and have successfully backed up over 3TB on each OS without
error.
Can anyone offer advice on how to find