Displaying 20 results from an estimated 104 matches for "rin".
Did you mean:
in
2008 Mar 30
2
tests Rin Rout
Hi the list,
Some rumour (!) say that is it possible to prepare some tests for
checking our code using .Rin and .Rout. It seems to be a very good
practice, but I did not manage to find information on it.
So does someone know how it works ? What are we suppose to write in Rin ?
More precisely :
- I have a package myPack.r in directories ~/myR/myPack/R/
- I create the directory ~/myR/myPack/tests
myPa...
2008 Mar 30
4
tests Rin and Rout
>
> Generally I find it's good to look at examples that work. For
> examples of packages using tests, look at source packages on CRAN.
> Run the tests on them (using R CMD check), and see what gets produced.
>
Do you have the name of a package that use it ? I try the 10 first
package, and 10 other at random, but none of them use tests...
>>> Create tests/myPack.R
2010 Oct 10
1
segfault caused by `icfit` in `interval` package
Dear R community,
I am using the R package `interval` in order to perform some modelling
tests of the
NPMLE convergence in the case of censoring. So all I am doing is drawing a
sample
from exponential distribution, making it a censored sample and computing the
NPMLE of
its distribution function. But when run on Linux Calculate 10.4 the program
keeps
crashing and reporting a segmentation fault
after the call to the `icfit` function when the...
2009 Nov 09
1
Echo canceller strange behaviour
Hi,
I use Echo Canceller from speex 1.2rc1. It works excellent, except one kind
of test: if I use overloaded (and clipped) RIN and not interlaced local
speech and echo in SIN, echo is not removed.
I checked the sources (RIN and SIN) with EC diagnostic tool - delay and
drift are ok.
I would like to understand what the problem is and how to solve it.
--
Victoria
-------------- next part --------------
An HTML attachment w...
2007 Apr 18
1
[rfc/patch] use hvc for xen console
Hi,
Here is a patch (on top of the paravirt patch queue) which makes xen
guests use the hvc_console.c infrastructure for the console, thereby
greatly reducing the amount console code. xvc0 is gone too, hvc0 is
used instead.
cheers,
Gerd
--
Gerd Hoffmann <kraxel@suse.de>
2007 Apr 18
1
[rfc/patch] use hvc for xen console
Hi,
Here is a patch (on top of the paravirt patch queue) which makes xen
guests use the hvc_console.c infrastructure for the console, thereby
greatly reducing the amount console code. xvc0 is gone too, hvc0 is
used instead.
cheers,
Gerd
--
Gerd Hoffmann <kraxel@suse.de>
2007 Apr 18
1
[rfc/patch] use hvc for xen console
Hi,
Here is a patch (on top of the paravirt patch queue) which makes xen
guests use the hvc_console.c infrastructure for the console, thereby
greatly reducing the amount console code. xvc0 is gone too, hvc0 is
used instead.
cheers,
Gerd
--
Gerd Hoffmann <kraxel@suse.de>
2011 Mar 02
1
Designing Relation Ship Between Different Models
Hi
I have One Problem
For Example if You Take
Category has_many :products
Here For Category i have soap as example
for products i am taking Santoor , Lux and Rin soaps as products.
Here Again
Both Lux and santoor comes under Bathing soaps.
Rin Soaps Comes under Washing Soaps
So these are sub categories...
Tom-arrow some new sub category may come like baby soaps..
I am confusing How many models i need ? how to define relation between
them?
But Finally...
2000 Oct 12
2
getting a windows environment variable in r
...mand (e.g. set dog=cow) in a rterm session on rterm 1011 under windows 2000. if I try in a dos window:
set dog=cow
echo %dog%
i get cow (what I want)
then i start rterm
system("echo %dog%",intern=T)
gives "%dog%"
I can of course do something like
set dog=cow
echo %dog% >jnk.rin
and then start rterm and
jnk<-read.table("jnk.rin")
wantthis<-as.character(V1[1])
wantthis now has what I want
Are there simpler methods?
thanx
Bob Sandefur
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www....
2010 Jan 22
2
sorted reshaping?
dear R wizards:? I am wrestling with reshape.? I have a long data set
that I want to convert into a wide data set, in which rows are firms
and columns are years.
> summary(rin)
firm fyear sim1
Min. :1004.00 Min. :1964.0 Min. : -1.00000
1st Qu.:1010.00 1st Qu.:1979.0 1st Qu.: -0.14334
Median :1016.00 Median :1986.0 Median : 0.00116
Mean :1016.34 Mean :1986.1 Mean : 1.03475
3rd Qu.:1021.00 3rd Qu.:1993.2...
2002 Oct 12
1
auth problem
hi, im facing this problem:
Fatal: can't listen in UNIX socket /var/rin/dovecot/login/
/usr/lib/dovecot/imap-login: No such file or directory
Errror: child xxxxx (auth) returned error 98
any idea?
- bini
2010 Apr 09
1
[PATCH] Add SSH transfer method
...r <path> from the remove server. Storage will be created using <target>.
+
+=cut
+
+sub transfer
+{
+ my $class = shift;
+
+ my ($conn, $path, $target) = @_;
+
+ my (undef, undef, $name) = File::Spec->splitpath($path);
+
+ if ($target->volume_exists($name)) {
+ print STDERR user_message(__x("WARNING: storage volume {name} ".
+ "already exists on the target. NOT ".
+ "copying it again. Delete the volume ".
+ "and retr...
2000 Mar 18
0
abline(coef=c(1,1)) different behavoir to screen andpostscript 1.00 under windows
Hi - The problem is with two abline(s). Attached are:
1) jnk.r to run program
2) jnk.rin the data
3) jnkps.eps the postscript output
4) jnkscreen.bmp (from photoshop after bmp copy to clipboard) in jnk.zip
the eps and bmp are different on my machine (windows 2000)
any suggestions appreciated
bob
>>> Diego.Kuonen at epfl.ch 03/18/00 08:24AM >>>
"Robert L. S...
2003 Apr 12
1
R-1.7.0-beta: in check-all test-IsAs fails on WinNT4.0
Todays R-1.7.0-beta (see below) compiles fine on, but it doesn't pass
make check-all
on WinNT4.0, SP6.
Looking closer, test-IsAs fails:
D:\uwe-ns\R-1.7.0\tests>make -f Makefile.win test-IsAs
running tests of consistency of as/is.*
make[1]: Entering directory `/cygdrive/d/uwe-ns/R-1.7.0/tests'
creating 'isas-tests.R'
make[1]: *** [isas-tests.R] Error 253
make[1]: Leaving directory `/cygdrive/d/uwe-ns/R-1.7.0/tests'
make: *** [test-IsAs] Error 2
Rterm crashes with a "stack overflow".
The strange thing: I can run the...
2019 Aug 19
3
interference of the nmbd service with the dhcp of the debian server??
...s, because it could, I
don't know, have a static DHCP configured;
The IP configured as static is: 10.10.10.7 (example ip)
The last IP that the server got automatically was: 10.10.10.88 (example ip)
I searched for logs with IP 10.10.10.88 and returned:
root at fileserver:/var/log/samba# grep -Rin "10.10.10.88" .
./machines/nmbd.log:71: dump workgroup on subnet 10.10.10.88:
netmask=255.255.255.xxx:
./machines/nmbd.log:85: dump workgroup on subnet 10.10.10.88:
netmask=255.255.255.xxx:
Any idea? ?
--
Elias Pereira
2000 Mar 18
1
abline(coef=c(1,1)) different behavoir to screen and postscript 1.00 under windows
hi listees-
Running windows 2000 and r 0.99 or 1.00; I get different lines on screen and print out:
> j<-read.table("jnk.rin",head=T,sep="\t")
> attach(j)
> #gives lines I want
> qqnorm(Dog,pch="o",main="Cumulative Frequency Log Dog Size",log="y",sub="Figure 2",x
=c(-3,3),ylim=c(2000,1000000))
> abline(coef=c(3.7...
2003 May 11
1
Mac OS X canonically decomposed UTF-16 filenames
...a? Or is the libc doing something to convert
the characters?
* I'm trying to get Samba 3.0 to work. Does anyone know which, if
any iconv encoding can deal with the on-disk format of mac
filenames?
An example filename is available at:
http://www.inuus.com/macfilename.html
Rino??c??ero??se
this should appear as:
Rin??er?se
(assuming the iso-8859-1 encoding of this email message works...)
Any and all help on this is appreciated...
--
Rin Lindner lindner@inuus.com ||||| | | | | | | | | |
mod_perl Developer's Cookbook http://www.modperlcookboo...
2003 Dec 21
0
failure notice
...Return-Path: <openssh-unix-dev at mindrot.org>
Received: (qmail 48451 invoked from network); 18 Dec 2003 20:24:34 +1100
Received: from unknown (HELO SERVER) (212.131.215.194)
by postoffice.telstra.net with SMTP; 18 Dec 2003 20:24:34 +1100
Message-ID: <20031218122540.8C4DC97C4EFA342A at rin.ru>
From: "Gallery-a" <gialrea at rin.ru>
To: openssh-unix-dev at mindrot.org
Subject: Belonog's Personel Exhbiition - GiAi nwes ...... --- ...... (0990419411)
Dat...
2008 Jan 22
2
TDM800P FXO problem incomming call
Dear all
I have asterisk 1.4.11 on Cent 4.3 i have faceing some problem i have TDM800P 8 port FXO card when i terminate PSTN line on this port can make outgoing call it is working fine but incomming call not handling ...when i call from outside to this line it is rinning but no one call land on my asterisk no debug in asterisk some time it land but most of time not .....
----PGP Signature--
Satish Patel
mobile:- +91-9818875535
http://www.linuxbug.org
---------------------------------
Looking for last minute shopping deals? Find them fast with Yah...
2009 Aug 30
3
Sage Insntat Accounts
This is the message returned when I tried rinning it following a clean install of Wine a couple of days ago:
$ env WINEPREFIX="/home/alan/.wine" wine "C:\Program Files\Sa ge\Instant Accounts\SAGE.EXE"
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
Any known cure?