Displaying 20 results from an estimated 36 matches for "testring".
Did you mean:
restring
2003 Aug 01
1
samba 3.0 beta3 ldapsam bug ?!?!
Thanks for your help in adance !!!
I work with SAMBA HEAD since alpha24. I have running a BDC, PDC, Printserver on 3
separate pc's. In my domain is integrated a nativ w2k Fileserver ( Dell Nas PowerVault
725 ) for fileserving. Passwords are held in LDAP on every (Linux) machine pam-ldap
works. Every thing was fine before the last update to BETA 3.
Problem :
I was updating from BETA 2 to
2012 Jun 24
2
Win 64 package build - ERROR: loading failed for 'x64'
I have developed an R package that works under Win32, but when I attempt to build it on Win64,
I get ERROR: loading failed for 'x64'
More precisely, I developed and tested the package under Win32 and it works. But when I move
to a 64 bit Windows 7 (Home Premium) system, and attempt to build both 32 bit and 64 bit packages,
the 32 bit package seems to build, but the 64 bit build
2018 Mar 01
0
Small program embedding R crashes in 64 bits
Hi everyone,
I'm trying to create a small C++ program which embed R, but I'm having
problems when I try to do it on Windows 64 bits. I have created a
minimal reproducible example which is just the
src/gnuwin32/front-ends/rtest.c file with the R_ReplDLLdo1() loop, the
only difference is that I set the interactive mode to TRUE. Here is
the cpp file:
1997 Nov 06
1
R-alpha: "invisible" (yet again): a more problematic bug[let]
I think this is a more problematic buglet
in (implicit/explicit) ``invisible behavior'').
Try this (all versions of R from 0.49 to 0.60):
test0 <- function() c(1,2)
test <- function(two = FALSE) c(1, if(two) 2)
testR <- function(two = FALSE) return(c(1, if(two) 2))
test0()# 1 2 as it should
test() #
2010 May 11
2
Can not restore domain from a shared state file
Hi,
I have two KVM host: h1 and h2, both of them mount an NFS directory as a
shared storage.
I can save (virsh save <domain> <file>) a domain in h1 to a state file in
the shared storage successfully, but failed to restore it from h2 with the
following error message:
# virsh restore testRes.dat
error: Failed to restore domain from testRes.dat
error: operation failed: failed to start VM
1999 Sep 14
1
dyn.load
Hello,
I have a probleme with the dynamic loading. I make
two librairies "myfct.so" and "otherfct.so", where
"myfct.so" is calling functions of "otherfct.so",
and I want dyn.load() each of it, without generating
a unique librarie. For exemple :
myfct.c :
void myfct(double *x, double *y)
{
otherfct(x);
*y=(*x)+1.0;
}
myoth.c :
void otherfct( double *x
2008 Mar 27
1
Nothing happened when I using t.test throuth RSPerl
Hi,
I've just started using RSPerl. Though also tests in directory "/usr/local/lib/R/library/RSPerl/tests/" are passed successfully, I meet the problem with the following codes;
use strict;
use warnings;
use R;
use RReferences;
my @array1=1..10;
my @array2=1..39;
&R::initR("--silent");
&R::library("RSPerl");
my $tt=&R::call("t.test",
2003 Sep 22
1
creates directory that can't be deleted (PR#4246)
Full_Name: Xiaobao Wang
Version: R 1.7.1
OS: Windows XP
Submission from: (NULL) (24.45.25.102)
accidentally done the following:
rpt.dir <- paste("c:/report/testR","bestsub",spe="/")
dir.create(rpt.dir)
(spe should be sep). Now the directory "c:/report/testR bestsub " cannot be
removed. I tried to remove it from Windows Explorer and got the message
2006 May 08
3
(g)lm ordinal or scaled values?
There is a difference in the p- value from 0.000 and 0.012 when I am
using SPSS.
0.000 when I am using the independent variable as scaled 0.012 if I am
using the variable as ordinal.
The independent variable is ordinal but it seems that R is using the
variable as an scaled, because the P- Value is computed with 4.66e-06
so I am not sure which description I am misunderstanding:
SPSS;:
2005 Oct 11
2
echo cancellation test problem on Windows OS.
...tp://www.vdream.co.kr/temp/ec/echocancel.wmv ( testing screen capture
file )
http://www.vdream.co.kr/temp/ec/echocancel.zip ( test files )
The reason why echo still remains is that speaking signal from sound device
differs from speaking signal from file, I guess.
It's my pleasure to see my testring files.
Thanks in advanced.
2001 Jun 11
2
load C code into R
I am trying to load C routines into R on windows, going through the the
book S programming and the R manual, but I know I am missing some steps.
I created a win32 DLL project in Visual C++ (ver. 6.0). It consists of one
simple routine named test which accepts one *integer argument and one
*double argument and performs a trivial computation. The dll is named
test.dll.
In R1022 for Windows,
2004 May 24
1
Cannot call R's ISNAN() from a C code in >1.7 versions.
Dear R users,
Have you experienced any difficulty in calling R's ISNAN() from a C
code? I have C codes including ISNAN() calls and they worked well until
I upgraded my R from 1.7 to later versions. When I tried to compile the
codes in the version 1.8 and 1.9, I got error messages like this:
test.obj : error LNK2001: unresolved external symbol _isnan
.\testR.dll : fatal error LNK1120: 1
2013 Jan 04
1
Integrating Java, C++ and R
Hi,
I am able to integrate C++ and R through RInside library. However when I
use a jni call as my UI is through java it crashes at C++ side. My files
are
------------------------------------------------
JNICallingClass.C:
JNIEXPORT void JNICALL Java_CallR_run (JNIEnv* env, jobject callr){
std::cout << "Inside JNICALL" << std::endl;
testR();
2004 Jul 21
2
Testing autocorrelation & heteroskedasticity of residuals in ts
Hi,
I'm dealing with time series. I usually use stl() to
estimate trend, stagionality and residuals. I test for
normality of residuals using shapiro.test(), but I
can't test for autocorrelation and heteroskedasticity.
Is there a way to perform Durbin-Watson test and
Breusch-Pagan test (or other simalar tests) for time
series?
I find dwtest() and bptest() in the package lmtest,
but it
2004 Nov 03
2
[LLVMdev] Problems with nighttest FeatureTests
I think there is a very similar situation with the PowerPC/Mac OS X
nightly tests. Over each of the past few nights, something has been
filling up the process table, causing me to be unable to log in. The
nightly tester wrote out regression test and feature test logs
featuring hundreds of "Resource temporarily unavailable" errors from
fork(), so I assume it's the qmtest
2004 Nov 03
0
[LLVMdev] Problems with nighttest FeatureTests
>> I'm not sure that I follow. The qmtest stuff isn't working on Zion
>> because (I believe) of an upgrade that happened on the machine (the
>> qmtest
>> binary doesn't work anymore?). Are you seeing a problem on freebsd where
>> the feature tests go into a loop? If so, can you provide us with more
>> information?
>>
make, ~ > ps -xu
2004 Nov 02
2
[LLVMdev] Problems with nighttest FeatureTests
>> > I assume you're talking about the FreeBSD run. I'm not sure what is
>> > going
>> > on
>>
>> No. You can see problem with Feature tests at
>> http://llvm.cs.uiuc.edu/testresults/X86/ also (see Feature Test Results
>> section )
>
> I'm not sure that I follow. The qmtest stuff isn't working on Zion
> because (I
2011 Mar 13
4
readMat - how to retrieve the variables
Hello
I have a matlab MAT file that contains one single variable: a. The
structure of a is as follows:
a.river1.flow (flow values)
a.river1.date_flow (date)
a.river1.precip (precipitation values)
a.river1.date_precip
a.river2.flow
a.river2.date_flow
a.river2.precip
a.river2.date_precip
I have used readMat to load the variable a in R, however I have no idea how
readMat translates a. I managed
2010 Aug 05
2
working config for xen which would transfer a serial interface
Hello
Can anyone share a known working config for xen which would
transfer a serial interface ( add-on card preferably, mine uses
e880-e887 : 0000:03:05.0 / ec00-ec07 : 0000:03:05.0 ) to a DomU ?
I've been trying with the stock packages from Centos 5.5 ( fully
updated) and also with gitco's 3.4.3 but after 2 days of googling and
testing we still fail to access the serial
2004 Nov 03
0
[LLVMdev] Problems with nighttest FeatureTests
A typo in test/Makefile was the trigger for this problem:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/
020216.html
John, can you please look into this bug some more and add some error
checking to the llvm-specific qmtest python modules to make this error
less severe?
Thanks!
-Brian
On Nov 3, 2004, at 10:35 AM, Brian Gaeke wrote:
>
> I think there is a very