search for: methods_list_dispatch

Displaying 17 results from an estimated 17 matches for "methods_list_dispatch".

2003 Mar 24
0
compiling R on Linux w/ Intel compilers
...library/methods/src' config.status: creating src/library/methods/src/Makefile make[4]: Leaving directory `/home/andy/R-devel/src/library/methods/src' make[4]: Entering directory `/home/andy/R-devel/src/library/methods/src' making do_substitute_direct.d from do_substitute_direct.c making methods_list_dispatch.d from methods_list_dispatch.c making method_meta_data.d from method_meta_data.c making slot.d from slot.c making class_support.d from class_support.c making tests.d from tests.c make[5]: Entering directory `/home/andy/R-devel/src/library/methods/src' make[5]: `Makedeps' is up to date. make...
2002 Oct 17
2
Installing R1.6.0 on SGI
...s' all.R is unchanged ../../../library/methods/man/methods.Rd is unchanged UX:make: INFO: `Makedeps' is up to date. gcc -I../../../../include -I/usr/freeware/include -g -O2 -c do_substitute_direct.c -o do_substitute_direct.o gcc -I../../../../include -I/usr/freeware/include -g -O2 -c methods_list_dispatch.c -o methods_list_dispatch.o gcc -I../../../../include -I/usr/freeware/include -g -O2 -c method_meta_data.c -o method_meta_data.o gcc -I../../../../include -I/usr/freeware/include -g -O2 -c slot.c -o slot.o gcc -I../../../../include -I/usr/freeware/include -g -O2 -c class_support.c -o class_s...
2002 Jan 02
1
Building R-1.4 on Tru64
Hello everyone, I've just attempted to build R-1.4 on Compaq Tru64 (I'll enclose the text from bug.report() from R-1.3.1 at the end.) The relevant part of the log is below. Any ideas? gcc -shared -o methods.so do_substitute_direct.o methods_list_dispatch.o method_meta_data.o slot.o -L/usr/local/lib /usr/ucb/ld: Warning: Unresolved: TYPEOF Rf_error Rf_protect Rf_substitute Rf_unprotect Rf_duplicate Rf_VectorToPairList R_NilValue Rf_NewEnvironment R_set_standardGeneric_ptr R_GlobalEnv R_set_quick_method_check Rf_install Rf_allocVector LOGICAL R_P...
2002 May 01
1
compiling R-1.5.0, package methods, on Solaris 5.7
...======= [...] building package 'methods' ../../../library/methods/man/methods.Rd is unchanged making do_substitute_direct.d from do_substitute_direct.c [...] gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c slot.c -o slo t.o gcc -G -o methods.so do_substitute_direct.o methods_list_dispatch.o method_met a_data.o slot.o dumping R code in package 'methods' initializing class and method definitions now ...Error in .Call("R_missingArg", if (eval) symbol else substitute(symbol), : .Call function name not in load table Execution halted *** Error code 1 make: Fata...
2006 Nov 14
1
Install problem(s)
I am trying to install R onto an Altix system running SuSE Enterprise Linux 9 SP3 with SGI ProPack 4 SP3. I end up with this error no matter what I try. Any suggestions on how to proceed would be appreciated! ----- gcc -shared -L/opt/local/lib -o methods.so do_substitute_direct.o init.o methods_list_dispatch.o slot.o class_support.o tests.o ../../../../library/methods/libs/methods.so is unchanged make[5]: Leaving directory `/usr/local/src/R-2.4.0/src/library/methods/src' make[4]: Leaving directory `/usr/local/src/R-2.4.0/src/library/methods/src' make[4]: Entering directory `/usr/local/src/R-2.4...
2003 Jun 06
1
Problerm building R-1.7.0 on OpenBSD3.2/sparc64
...upport.d from class_support.c making tests.d from tests.c `Makedeps' is up to date. gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c do_substitute _direct.c -o do_substitute_direct.o gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c methods_list_ dispatch.c -o methods_list_dispatch.o gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c method_meta_d ata.c -o method_meta_data.o gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c slot.c -o slo t.o gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c class_support .c -o class_support.o...
2024 Feb 07
2
Difficult debug
...do_which (summary.c:1152) > ==31730== by 0x23D8EF: bcEval (eval.c:7724) > ==31730== by 0x25731F: Rf_eval (eval.c:1152) > ==31730== by 0x25927D: R_execClosure (eval.c:2362) > ==31730== by 0x25A35A: R_execMethod (eval.c:2535) > ==31730== by 0x887E93F: R_dispatchGeneric (methods_list_dispatch.c:1151) > ==31730== by 0x2A0E72: do_standardGeneric (objects.c:1344) > ==31730== by 0x2577E7: Rf_eval (eval.c:1254) > ==31730== by 0x25927D: R_execClosure (eval.c:2362) > ==31730== by 0x25A01C: applyClosure_core (eval.c:2250) > ==31730== Address 0x10 is not stack'd,...
2003 Apr 12
0
Compiling R in 64-bit mode under AIX
...AGS='-q64 -g -qfullpath' LDFLAGS='-q64' SHLIB_CXXLDFLAGS='-q64' SHLIB_LDFLAGS='-q64' AR='ar -X32_64' MAKE='gmake' && gmake I am getting stuck at the following part of the make process. xlC_r -q64 -G -q64 -o methods.so do_substitute_direct.o methods_list_dispatch.o method_meta_data.o slot.o class_support.o tests.o -lm gmake[5]: Leaving directory `/xhome/cp/bench/DKFZ/R/src/library/methods/src' gmake[4]: Leaving directory `/xhome/cp/bench/DKFZ/R/src/library/methods/src' gmake[4]: Entering directory `/xhome/cp/bench/DKFZ/R/src/library/methods'...
2009 Nov 14
1
R_tryEval for OCaml-R.
Hello. I'm currently working on the OCaml-R binding allowing to call R code from Objective Caml. As Objective Caml is a functional language, I'd like the binding to be as 'functional' as possible. Specifically, this means that I'd like using the R_tryEval function and all related entry points in libR.so. I've had a look at R-exts.pdf, but R_tryEval is not documented.
2024 Feb 07
2
Difficult debug
...==31730==??? by 0x3243C6: do_which (summary.c:1152) ==31730==??? by 0x23D8EF: bcEval (eval.c:7724) ==31730==??? by 0x25731F: Rf_eval (eval.c:1152) ==31730==??? by 0x25927D: R_execClosure (eval.c:2362) ==31730==??? by 0x25A35A: R_execMethod (eval.c:2535) ==31730==??? by 0x887E93F: R_dispatchGeneric (methods_list_dispatch.c:1151) ==31730==??? by 0x2A0E72: do_standardGeneric (objects.c:1344) ==31730==??? by 0x2577E7: Rf_eval (eval.c:1254) ==31730==??? by 0x25927D: R_execClosure (eval.c:2362) ==31730==??? by 0x25A01C: applyClosure_core (eval.c:2250) ==31730==? Address 0x10 is not stack'd, malloc'd or (recently...
2004 Sep 13
6
Spare some CPU cycles for testing lme?
If anyone has a few extra CPU cycles to spare, I'd appreciate it if you could verify a problem that I have encountered. Run the code below and tell me if it crashes your R before completion. library(lme4) data(bdf) dump<-sapply( 1:50000, function(i) { fm <- lme(langPOST ~ IQ.ver.cen + avg.IQ.ver.cen, data = bdf, random = ~ IQ.ver.cen | schoolNR); cat("
2003 Mar 18
0
all.rda again
...../../../bin/R --vanilla --slave < all.R I get initializing class and method definitions now ...Segmentation fault and the console tells me Thread 0 Crashed: #0 0x0185095c in Rf_install (names.c:1024) #1 0x01827d64 in R_execMethod (eval.c:721) #2 0x013d6c38 in R_standardGeneric (methods_list_dispatch.c:630) #3 0x00082d60 in do_standardGeneric (objects.c:1013) #4 0x00057188 in Rf_eval (eval.c:441) #5 0x00058f40 in do_set (eval.c:1281) #6 0x00056fcc in Rf_eval (eval.c:418) #7 0x00058810 in do_begin (eval.c:1055) #8 0x00056fcc in Rf_eval (eval.c:418) #9 0x00057614 in Rf...
2009 Sep 03
1
building r packages for windows on a mac/linux
--- On Thu, 3/9/09, Vinh Nguyen <vinhdizzo at gmail.com> wrote: > hi hin-tak, > > i'm trying to build r packages for windows on a > mac/linux. i guess > this used to possible and supported, but is no longer > supported. i > ran into this post of yours, > https://stat.ethz.ch/pipermail/r-devel/2009-July/053971.html, > and hope > u don't mind me
2003 Jan 17
2
Methods package is now attached by default
The current r-devel (aka R 1.7.0) now attaches the package "methods" by default at startup. A new option, "defaultPackages", is set to c("methods", "ctest") by default, causing the .First in package base to require those two packages at startup. There are two main known differences from having methods attached: - the definition of class() changes, in
2003 Feb 07
2
1.7.0 build error in debian stable i386
I'm running debian stable, with the addition of tcl8.4-dev, tk8.4-dev from testing. debian/rules build gives this ... gcc -shared -o methods.so do_substitute_direct.o methods_list_dispatch.o method_meta_data.o slot.o class_support.o tests.o -L../../../../bin -lR mkdir -p -- ../../../../library/methods/libs make[6]: Leaving directory `/home/king/R/source/src/library/methods/src' make[5]: Leaving directory `/home/king/R/source/src/library/methods/src' make[5]: Entering direc...
2003 Mar 17
1
R-devel on Darwin
...ion: 10.2.5 (Build 6L11) Host: cabledoc116.frazmtn.com Command: R.bin PID: 15739 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x7c1d0010 Thread 0 Crashed: #0 0x0149995c in Rf_install (names.c:1024) #1 0x00fe3cc0 in R_initMethodDispatch (methods_list_dispatch.c:92) #2 0x00043d04 in do_dotCode (dotcode.c:1311) #3 0x00057188 in Rf_eval (eval.c:441) #4 0x00057614 in Rf_applyClosure (eval.c:609) #5 0x00057200 in Rf_eval (eval.c:453) #6 0x00058810 in do_begin (eval.c:1055) #7 0x00056fcc in Rf_eval (eval.c:418) #8 0x00057614 in Rf_...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...ry `/soft/R/R-1.5.1/src/library/methods' building package 'methods' mkdir -p -- ../../../library/methods/R mkdir -p -- ../../../library/methods/man gmake[4]: Entering directory `/soft/R/R-1.5.1/src/library/methods/src' making do_substitute_direct.d from do_substitute_direct.c making methods_list_dispatch.d from methods_list_dispatch.c making method_meta_data.d from method_meta_data.c making slot.d from slot.c gmake[5]: Entering directory `/soft/R/R-1.5.1/src/library/methods/src' gmake[5]: `Makedeps' is up to date. gmake[5]: Leaving directory `/soft/R/R-1.5.1/src/library/methods/src' gma...