Displaying 20 results from an estimated 800 matches similar to: "anyDuplicated(incomp=NA) fails"
2011 Nov 17
1
inaccuracy in man page for duplicated() + anyDuplicated() not working with MARGIN=0
Hi,
In man page for duplicated:
Value:
?duplicated()?: For a vector input, a logical vector of the same
length as ?x?. For a data frame, a logical vector with one
element for each row. For a matrix or array, a logical array with
the same dimensions and dimnames.
When 'x' is a matrix or array, the returned value is NOT a logical
array:
> m <-
2002 Jan 09
1
bug in read.table?
Hello,
in the new Relase (1.4) i get a different (worser) result for read.table
with as.is=T: it crash!
Input file (t.txt, with a name, 5 character and a numeric column)
Name short kind logable use save lag
m "mo" "x" "n" "1" "n" 0
Ptp "PT" "l" "y" "m" "n" 0
R-Code
2010 Feb 08
2
Error on start R in server
Hello all,
(Thank for your reply)
I have a web-application in Apache Tomcat, when i start R in this
application,
I used packe RSJava
Code
ROmegahatInterpreter interp;
String [] rargs = {"--no-save"};
REvaluator e;
interp = new ROmegahatInterpreter (
ROmegahatInterpreter.fixArgs(rargs),false );
e =new REvaluator ();
Errors
================
R version 2.10.1 (2009-12-14)
2010 Jan 21
2
"stack imbalance in ..." when loading a workspace
Hi all,
I just failed in loading a saved wordspace (13MB of size), and received
these errors:
Warning: stack imbalance in 'missing', 52 then 51
Warning: stack imbalance in 'if', 50 then 53
Warning: stack imbalance in 'as.environment', 57 then 59
Warning: stack imbalance in 'ls', 54 then 53
Warning: stack imbalance in '.Internal', 54 then 53
Warning: stack
2007 Feb 23
1
help with RMySQL
Hi R users,
I am using RMySQL to connect to a database in MySQL.
I have 3 questions.
1)When I give the following command
dbListTables(con)
I get the output
stack imbalance in .Call, 142 then 143
stack imbalance in <-, 140 then 141
stack imbalance in {, 138 then 139
stack imbalance in standardGeneric, 126 then 127
stack imbalance in class, 121 then 122
stack imbalance in
2009 Jan 06
2
Strange error message
I'm testing out some changes to survreg and got the following output, the
likes of which I've never seen before:
----------------------------------------------------------------------
R version 2.7.1 (2008-06-23)
Copyright (C) 2008 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it
2001 Dec 25
1
read.table (PR#1227)
Full_Name: Antonio Possolo
Version: 1.4.0
OS: Linux
Submission from: (NULL) (24.25.141.205)
## inputFile has the following three lines (each without the initial ``## '')
## a,b
## m,1
## n,3
## and resides in $HOME/R
fileHOME <- paste(Sys.getenv("HOME"), "/R/", sep="")
fileNAME <- "inputFile"
## Given the command,
z <-
2002 Jan 15
1
Error message in R: stack imbalance
Hello...
I just installed R version 1.4.0 on my laptop running Redhat Linux
7.1. I downloaded the RPM from CRAN and when I try to use a function
I have used on other Redhat systems, I get the following error
message.
--------
> library(qtl)
> gastritis <- read.cross(format="csv",dir="/home/sen/qtl/data/gastritis",
+
2012 Dec 11
1
Debian packaging and openblas related crash when profiling in R
Hello R-sig-debian and (hopefully) Dirk:
On Debian wheezy, I have the R packaging that CRAN (you) provide. I
run into a little trouble while trying to fiddle with alternative
BLAS.
I know you and I went around on this last year and I think perhaps
I've found something wrong in the framework, or I've just done
something wrong.
I installed the packages openblas-base and openblas-dev, and
2002 Jan 03
1
type.convert() (PR#1236)
Full_Name: Don Sun
Version: 1.4.0
OS: Red Hat Linux release 6.2
Submission from: (NULL) (204.178.20.14)
> type.convert(letters[1:2],as.is=T)
stack imbalance in internal type.convert, 7 then 6stack imbalance in .Internal,
6 then 5
[1] "a" "b"
Error: unprotect(): stack imbalance
> version
_
platform i686-pc-linux-gnu
arch i686
os
2006 Oct 01
1
stack imbalance in contour
I'm not sure if this has much significance or not -- but
it sounds rather ominous. It doesn't appear to be new
as it happens with 2.0.0 in Linux (but the formatting of
the warning messages has improved).
> contour(array(3e10, c(10,10), list(1:10, 11:20)))
Warning: stack imbalance in 'contour', 20 then 24
Warning: stack imbalance in '.Internal', 19 then 23
Warning:
2003 Mar 21
1
Compiling pam_winbind on Solaris 8
Greetings,
I am trying to compile pam_winbind.so under Solaris 8. I have the source for samba 2.2.8 on the server. When I issue a make nsswitch/pam_winbind.so, I receive many compiler warnings, such as:
Compiling nsswitch/pam_winbind.c with -fPIC
nsswitch/pam_winbind.c: In function `converse':
nsswitch/pam_winbind.c:72: warning: passing arg 3 of `pam_get_item' from incompa
tible
2005 Feb 07
0
errors while doing "make" of samba on AIX
Hi all,
I am trying to install samba on AIX.
I have done a "configure", but while running "make" it gives the
following error.
Compiling nsswitch/pam_winbind.c with -O2
nsswitch/pam_winbind.c: In function `converse':
nsswitch/pam_winbind.c:67: warning: passing arg 3 of `pam_get_item' from
incompa
nsswitch/pam_winbind.c:70: warning: passing arg 2 of pointer
2005 Feb 03
0
Problem while configuring Samba
Hi ,
I am facing a problem while configuring Samba on AIX 5.2. The configure
completes without any issues , but getting an error while running
make . Any pointers to this problem will be helpfull.
Options used for Configure are - ./configure --with-winbind --with-ldap
--with-ads --with-pam
Here is the Error -
# make
Using FLAGS = -O -I/usr/local/include -I./popt -Iinclude
2010 Sep 07
2
some questions about longitudinal study with baseline
Hi all,
I asked this before the holiday, didn't get any response. So would like to
resend the message, hope to get any fresh attention. Since this is not purely
lme technical question, so I also cc-ed R general mailing list, hope to get some
suggestions from there as well.
I asked some questions on how to analyze longitudinal study with only 2 time
points (baseline and a follow-up)
2005 Feb 08
0
error duing executing "make" of samba on aix
Hi ,
I am facing a problem while configuring Samba on AIX 5.2. The configure
completes without any issues , but getting an error while running
make . Any pointers to this problem will be helpfull.
Options used for Configure are - ./configure --with-winbind --with-ldap
--with-ads --with-pam
Here is the Error -
# make
Using FLAGS = -O -I/usr/local/include -I./popt -Iinclude
2014 Jun 17
1
rJava Java debugger API
Hi,
I use rJava and call Java code that uses JVMTI code like this
VM vm = VM.getVM();
Universe universe = vm.getUniverse();
CollectedHeap heap = universe.heap();
This code attaches to another JVM and to get its internals. This is legal
Java and it works. But when I use rJava to call this code, the call is
successfull and it throws an error. I believe there is Java
2013 Apr 17
1
stack imbalance in max.col for non-real matrices
It's tough to reliably reproduce, but I often get stack imbalance warnings
when calling max.col() on non-real/double matrix. The code is conditionally
PROTECTing but not incrementing its nprot counter for the eventual
UNPROTECT. Pretty sure this would fix (but I haven't tested it):
Index: array.c
===================================================================
--- array.c (revision
2006 May 17
1
protect/unprotect howto in C code
Hi,
Im currently trying to debug a 'error in unprotect: stack imbalance' problem
and I am curious about two basic questions on the use of PROTECT and
UNPROTECT, which I could not figure out:
- which objects have to be protected, namely, if the code is something like:
SEXP fun, e;
/* get the expression e ... */
fun = eval(e, R_GlobalEnv);
/* or like this?: PROTECT(fun = eval(e,
2011 Dec 02
1
1.6x speedup for requal() function (in R/src/main/unique.c)
Hi,
FWIW:
/* Taken from R/src/main/unique.c */
static int requal(SEXP x, int i, SEXP y, int j)
{
if (i < 0 || j < 0) return 0;
if (!ISNAN(REAL(x)[i]) && !ISNAN(REAL(y)[j]))
return (REAL(x)[i] == REAL(y)[j]);
else if (R_IsNA(REAL(x)[i]) && R_IsNA(REAL(y)[j])) return 1;
else if (R_IsNaN(REAL(x)[i]) && R_IsNaN(REAL(y)[j])) return 1;