Displaying 8 results from an estimated 8 matches for "r_lazyloaddbfetch".
Did you mean:
lazyloaddbfetch
2006 Nov 24
1
Error Message saying .Call("R_lazyLoadDBfetch", etc.
Hi,
I got the following error message when running a function of mine doing intensive computations:
Erreur dans .Call("R_lazyLoadDBfetch", key, file, compressed, hook, PACKAGE = "base") :
r?f?rence d'argument par d?faut r?cursive
I haven't found neither where the problem lies nor what could be recursive.
Besides, I wonder whether it might or not be a problem of memory size.
Could you please give me...
2011 Aug 26
1
Rcmdr help
...lowing:
Loading Tcl/Tk interface ... done
Loading required package: car
Loading required package: MASS
Loading required package: nnet
Loading required package: survival
Loading required package: splines
Error : .onAttach failed in attachNamespace() for 'Rcmdr', details:
call: .Call("R_lazyLoadDBfetch", key, file, compressed, hook,
PACKAGE = "base")
error: C symbol name "R_lazyLoadDBfetch" not in DLL for package "base"
Error: package/namespace load failed for 'Rcmdr'
I am using R 2.13.1 and Rcmdr 1.7-0 on mac os x 10.6.8.
Thanks ahead,
Andr?s
2008 Mar 25
1
DLL problem
I am using R version 2.6.2 (2008-02-08) on an XP Pro (version 2002 SP2). When I try to load the R library 'gtools', I get the following error:
>library(gtools)
Error in .Call("R_lazyLoadDBfetch", key, file, compressed, hook, PACKAGE = "base") :
C symbol name "R_lazyLoadDBfetch" not in DLL for package "base"
Any help or suggestions would be greatly appreciated.
Best wishes,
John
Carson, John, Ph.D.
Senior Statistician
Federal Applied Science and E...
2009 Mar 20
1
v2.8.1 crashes on quit(save="yes") or just won't save (PR#13612)
...mory not mapped'
(retyped from my notes, no way to grab)
After about five more minutes, I did a Force Quit. Then I reproduced the bug.
I opened R, loaded a CSV file from my previous day's work, then quit - here's
what happened:
> quit(save="yes")
Error in .Call("R_lazyLoadDBfetch", key, file, compressed, hook, PACKAGE =
"base") :
C symbol name "R_lazyLoadDBfetch" not in DLL for package "base"
> quit(save="no")
(that latter command worked, 2nd time, no need for Force Quit)
Yarg! I know I can work around this using write.c...
2009 Feb 28
1
problem with an old .RData file
...day I've encountered a weird unexpected behaviour. It is not a real
problem for me and I can workaround it. But I'm very curious of what
could have caused it.
Starting an R session in a directory with an old .RData my first command
was
> library(MASS)
and i got
Errore in .Call("R_lazyLoadDBfetch", key, file, compressed, hook,
PACKAGE = "base") : C symbol name "R_lazyLoadDBfetch" not in DLL for
package "base"
In this session the same error appear when I try a save.image() or
simply answer "yes" when closing R (I can close only answering
"no...
2006 Oct 10
0
Haplo.Stats: error (recursive default argument reference)
..."SNP6Y" "SNP7X" "SNP7Y"
> block1<-datafile.dat[,c(8:21)]
> loci<-c("1","2","3","4","5","6","7")
> em<-haplo.em(geno=block1,locus.label=loci,miss.val=c(0,NA))
Error in .Call("R_lazyLoadDBfetch", key, file, compressed, hook, PACKAGE
= "base") :
recursive default argument reference
Thank you very much in advance!
Michiel Bos
--
--------------------------------------------
Michiel J. Bos, MD MSc
PhD-student Neuro-epidemiology
Erasmus MC
Dept. of Epidemiology and B...
2006 Oct 24
0
problem compilation on AIX
...o devQuartz.o init.o -lm
make[5]: Leaving directory `/home/source/R-2.4.0/src/library/grDevices/src'
make[4]: Leaving directory `/home/source/R-2.4.0/src/library/grDevices/src'
*** caught segfault ***
address 6f6c207761732096, cause 'memory not mapped'
Traceback:
1: .Call("R_lazyLoadDBfetch", key, file, compressed, hook, PACKAGE =
"base")
2: lazyLoadDBfetch(key, datafile, compressed, envhook)
3: .Call("La_dgesv", a, b, tol, PACKAGE = "base")
4: solve.default(rgb)
5: solve(rgb)
6: drop(whitexyz %*% solve(rgb))
7: make.rgb(red = c(0.625, 0.34),...
2006 Nov 15
0
segfault in AIX
...xlc -qlanglvl=extc99 -Wl,-G -Wl,-bexpall -Wl,-bnoentry
-L/usr/local/lib -o grDevices.so chull.o devNull.o devPicTeX.o
devPS.o devQuartz.o init.o -lm
mkdir ../../../../library/grDevices/libs
*** caught segfault ***
address 61633346, cause 'memory not mapped'
Traceback:
1: .Call("R_lazyLoadDBfetch", key, file, compressed, hook, PACKAGE =
"base")
2: lazyLoadDBfetch(key, datafile, compressed, envhook)
3: .Call("La_dgesv", a, b, tol, PACKAGE = "base")
4: solve.default(rgb)
5: solve(rgb)
6: drop(whitexyz %*% solve(rgb))
7: make.rgb(red = c(0.625, 0...