Displaying 20 results from an estimated 1000 matches similar to: "help!"
1998 Jan 06
0
match.arg()
$ R -norestore
R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.61.0 Alpha (December 21, 1997)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "license()" for details.
Type "demo()" for some demos, "help()" for on-line help, or
"help.start()" for a HTML browser
2011 Apr 04
1
system() command in R
Hi all,
I have a local server insalled on my system and have to start that from
within my R function.
here is how I start it:
cmd<-"sh start-server.sh"
system(cmd, wait=FALSE)
My function has to start the server and proceed with further steps. The
server starts but the further steps of the program are not executed.The
cursor keeps waiting after the server is started.
i tried
2016 Feb 24
2
randomForest problem
Hi,
I had installed R and rstudio one week age on my machine(x86_64)
having ubuntu 12.04 as an operating system. Everything worked fine.
And then I installed rattlle to build models using R. As in this
process it asks for various packages to be installed like randomForest
etc. But everytime I try to install it, process fails giving a warning
message like "it had a non-zero exit" and a
2024 Nov 28
2
Remove all box around a plot except bottom line (base graphics)
To make the plot clearer I have removed the axes but I wish to remove
all the boz except the bottom horizontal line. Using the bty parameter
does not seem to enable me to just leave the horizontal line at the
foot. I can get the "l" version to remove everything except the left
hand side and the base. I could also remove the entire box but that
looks odd. Am I reading the
2016 Aug 15
1
[PATCH] drm/nouveau/tegra: Modify error handling
iommu_domain_alloc returns NULL on error so replace an incorrect
IS_ERR check with a NULL check.
The Coccinelle semantic patch used to find this issue is as follows:
@@
expression e;
statement S;
@@
*e = iommu_domain_alloc(...);
if (IS_ERR(e)) S
Signed-off-by: Amitoj Kaur Chawla <amitoj1606 at gmail.com>
---
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c | 2 +-
1 file changed, 1
2012 Jul 03
4
Rails compatibility with Ubuntu
Hi All,
I want to know the compatibility of Ubuntu with Rails. Anyone know
which Ubuntu version support Rails 2.x and Rails 3.x.
--
Mandeep Kaur
http://mandeepsimak.wordpress.com/
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2004 Aug 06
1
Is it OK ?
Hi all,
I run a CVS version (i dont remember exactly when did i got it )of Ices2/
Icescast2 on a slackware Linux box .
I put this section into the Ices2 conf file :
[...]
<encode>
<samplerate>22000</samplerate>
<channels>1</channels>
<quality>0</quality>
<managed>1</managed>
<nominal-bitrate>35000</nominal-bitrate>
2024 Nov 28
2
Remove all box around a plot except bottom line (base graphics)
On 2024-11-28 8:36 a.m., Michael Dewey wrote:
> To make the plot clearer I have removed the axes but I wish to remove
> all the boz except the bottom horizontal line. Using the bty parameter
> does not seem to enable me to just leave the horizontal line at the
> foot. I can get the "l" version to remove everything except the left
> hand side and the base. I could also
2009 Apr 04
1
is it possible to recover files from a dovecot.inboxe.cache file?
I found this file in the mail boz and noticed it had 20 emails in it
(though you can only read really the header the body is cryptic cause
it is a bin file?)
Just not sure if I can and how to use this to restore the lost emails
in that inbox.
Thanks
2024 Nov 28
1
Remove all box around a plot except bottom line (base graphics)
Thank you Duncan, I will try that next.
Michael
On 28/11/2024 13:52, Duncan Murdoch wrote:
> On 2024-11-28 8:36 a.m., Michael Dewey wrote:
>> To make the plot clearer I have removed the axes but I wish to remove
>> all the boz except the bottom horizontal line. Using the bty parameter
>> does not seem to enable me to just leave the horizontal line at the
>> foot. I can
2006 Nov 01
0
No subject
each pass afterwards looks to see if the hash table has grown.
If pSOS OS is having issues I'd question your compiler or OS for
reallocating memory that should be tagged as used.
- Ben
On Wed, 15 May 2002, Amandeep Singh wrote:
> Hi All,
>
> Did anybody ever had problems created by static h in function
> detect_attack() in deattack.c? In our system which is based on pSOS OS,
2011 Nov 11
6
need help
hello all R experts,
how do I calculate the reliability between the two groups
using the ICCs?
I'll appreciate your reply,
Thanks
Sincerely,
Supreet kaur,
Biomedical research engineer,
Nationwide Childrens Hospital,
Columbus, OH
(614)355-3509
[[alternative HTML version deleted]]
2024 Nov 28
1
Remove all box around a plot except bottom line (base graphics)
That's pretty similar to call axis function, i.e.
?plot(rnorm(100), yaxt="n", bty="n")
?usr <- par("usr")
?## lines(usr[c(1,2)], usr[c(3,3)], xpd = TRUE)
?axis(1, ...) # where 1 is bottom, 2 left, 3 top, and 4 right sides of
the plot box)
Best
Fer
On 11/28/24 14:52, Duncan Murdoch wrote:
> On 2024-11-28 8:36 a.m., Michael Dewey wrote:
>> To
2004 Apr 15
2
Rsync hangs with XP machine used as sshd server
I have a problem with rsync 2.6 protocol 27 (both client and server)
running over XP via Cygwin and sshd (on remote machine). It just hangs
almost randomly while transfering files after transfering a few
megabytes, not always on the same file. When the remote machine is a
Linux server I have no problems, bad news is I need also to rsync from
XP... I found the problem mentioned somewhere
2004 Aug 06
4
streaming vorbis files from an openbsd box
Hi--
I've installed icecast2 and ices2 on an OpenBSD box. It all
seems sane from the server side, but when I try to listen to my stream
from winamp 2.76 with Peter Pawlowski's vorbis plugin (1.12), from a
win98se box, nothing plays. Nothing is appended to the ices2 log, and
the following is appended to the icescast2 log (when I terminate
icecast2):
***
[2001-08-02 22:05:16]
2012 Aug 25
12
index.html in rails-app/public
Hello All,
I have created a rails application on hosrtmonster and created
symbolic link of app''s public folder. Now default link is to
index.html of rails-app/public folder.
I want to set another page as homepage. I also set root in routes.rb
file but its not working, also remove default index.html from public
folder.
Can anyone tell me how to add link
2004 Aug 06
1
Is it OK ?
Hi all,
I run a CVS version (i dont remember exactly when did i got it )of Ices2/
Icescast2 on a slackware Linux box .
I put this section into the Ices2 conf file :
[...]
<encode>
<samplerate>22000</samplerate>
<channels>1</channels>
<quality>0</quality>
<managed>1</managed>
<nominal-bitrate>35000</nominal-bitrate>
2004 Aug 06
0
time out and buffering issues
I've upgraded a couple servers to the latest icescast2 and ices2
sources. Everything works well with relaying.
However, I am getting some reports that after about 50 minutes the
stream on the relay machine dies and people are unable to connect again
using Winamp-2.91. They have to close up and restart Winamp.
I am thinking this may be a problem with the tree separate audio streams
I am
2011 Apr 21
0
repeater
May be i forgot to say, i don't have access to the slave server. This
one (the slave) is an icescast2 server that is not mine, i can't
configure anything on that.
I have been thinking about just use darkice to send some recivied
stream to many other servers, but i thought that icecast may have the
posibility to set up an "repeater" or whatever.
Need some config in xml, just
2013 Dec 02
2
FTS solr issue with second private namespace
Hi all,
I have just stumbled over an issue with the FTS plugin of dovecot.
For our primary namespace, INBOX and its subfolders, searching works
without any problems but in a second namespace, which I have created
for old/archived mails, searching of the mail text/body does not work.
I can see the search request in the tomcat log but no result is created
and the mail client (Thunderbird) keeps