search for: rstart

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

Did you mean: start
1999 Oct 25
1
gc_inhibit_torture definition twice?
...nhibit_torture again: int gc_inhibit_torture = 1; /* gets set to zero after initialisations */ Then, in e.g. unix/system.c immediately at the beginning of main() you initialize gc_inhibit_torture once more: int main(int ac, char **av) { int value, ierr; char *p, msg[1024]; structRstart rstart; Rstart Rp = &rstart; gc_inhibit_torture = 1; Can anybody explain the reason for this implementation? ============================================================================= Thomas Hoffmann, Institut fuer Halbleiter- und Mikrosystemtechnik, TU Dresden E-mail: hoffma...
2005 Sep 22
1
Rf_initEmbeddedR in Windows
...itEmbeddedR error LNK2019: unresolved external symbol _setup_term_ui referenced in function _Rf_initEmbeddedR I think the error come from the following declaration of functions calling into R.dll and the missing of R.lib corresponding to R.dll. extern char *getDLLVersion(); extern void R_DefParams(Rstart); extern void R_SetParams(Rstart); extern void setup_term_ui(void); extern void ProcessEvents(void); extern void end_Rmainloop(void), R_ReplDLLinit(void); extern int R_ReplDLLdo1(); extern void run_Rmainloop(void); Then I google it, I find some solution of Borland C++ Builder, i.e. using imp...
2004 Mar 12
2
Problems startin RAqua for Mac
I am a user of a i book G4 with OS X 10.3 and I installed RAqua 1.8.1 without any problems. When I want to start RStart the "R" Symbol appers for one second and then disappers again and nothing else happens. I've tried to reinstall the program and I also reinstalled my OS X wich did not help. I really need this program for my studies. If someone knows whats wrong please eMail me!! mifek at gmx.net...
2012 Oct 27
1
help install RExcel
...some problems. I am writing you the set of commands that I used: > install.packages("RExcelInstaller", "rcom", "rsproxy") > library(rcom) > comRegisterRegistry() > library(RExcelInstaller) > installstatconnDCOM() > installRExcel() But when I select RStart from add-ins I see this written "No R server configured. Please set Rserver to work with RExcel". I am using excel 2010. Can you help me? Thanks -- View this message in context: http://r.789695.n4.nabble.com/help-install-RExcel-tp4647653.html Sent from the R help mailing list archive a...
2006 Nov 14
1
confige error:X11 headres/libs
...aults fvwm2 nls twm XErrorDB Xmodmap Cards getconfig Options wmmount xinit Xmodmap.remote etc icons proxymngr x11perfcomp xkb Xresources fonts lbxproxy rgb.txt xdm XKeysymDB xserver fs locale rstart xedit xman.help xsm thanks tom
2003 Jul 16
2
Fatal error in SJava.
Dear r-helpers, I have been trying to invoke R from Java in a Windows 2000 computer (unfortunately). All my environment variables seem to be properly set, everything seems to be in order, but I obtaining a Fatal error: unable to open the base package error window. Also, the output of the invoker is Loading RInterpreter library R_HOME: R_HOME=C:/Programas/R RVersion: R_VERSION=1.6.1 whereas
2007 Jul 11
1
make error R-5.1 on sun solaris
I hope this is enough information to determine the problem. Thanks in advance for any help. Configure goes ok (I think) ./configure --prefix=$HOME --without-iconv R is now configured for sparc-sun-solaris2.9 Source directory: . Installation directory: /home/dpowers C compiler: gcc -g -O2 Fortran 77 compiler: f95 -g C++ compiler: g++
2008 Mar 19
1
R_ParseVector problem: it's cutting off after the decimal point
...N. Boubela > sessionInfo() R version 2.6.2 (2008-02-08) i386-pc-mingw32 locale: German_Austria.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base ================================================ // init R Rf_initEmbeddedR(0, NULL); Rstart Rp = &rp; R_DefParams(Rp); // root of the R installation Rp->rhome = get_R_HOME(); // root of the users directory Rp->home = getRUser(); // UImode: RGui, RTerm, LinkDLL Rp->CharacterMode = LinkDLL; // function which reads input for R from a console...
2009 Jan 08
1
Callbacks seems to get GCed.
...any help, Bernd #include <stdio.h> #include <stdlib.h> #define R_INTERFACE_PTRS 1 #include <Rversion.h> #include <Rembedded.h> #include <Rinternals.h> #include <Rdefines.h> #include <R_ext/Parse.h> #include <R_ext/Rdynload.h> #include <R_ext/RStartup.h> #include <Rinterface.h> SEXP callback1; SEXP callback2; void set_callback1(SEXP func) { PROTECT(callback1 = func); } void set_callback2(SEXP func) { PROTECT(callback2 = func); } R_CMethodDef cMethods[] = { {NULL} }; R_CallMethodDef callMethods[] = { {"set_callbac...
2009 Sep 03
1
Running an expression 1MN times using embedded R
...p, -1, &status, R_NilValue)); if (status != PARSE_OK) { UNPROTECT(2); return(R_NilValue); } for(i = 0; i < Rf_length(cmdexpr); i++) ans = R_tryEval(VECTOR_ELT(cmdexpr, i),NULL,&Rerr); UNPROTECT(2); return(ans); } int embedR(int argc, char **argv){ structRstart rp; Rstart Rp = &rp; R_DefParams(Rp); Rp->NoRenviron = 0; Rp->R_Interactive = (Rboolean)1; R_SetParams(Rp); R_SignalHandlers=0; if (!getenv("R_HOME")) { fprintf(stderr, "R_HOME is not set. Please set all required environment variables before runn...
2005 Feb 16
0
MS autoroute express (a.k.a. mappoint or "street and trips")
...ot;Street and Trips" depending on market and target). I had wine setup done by winetools: basic setup, ie6, arial, ms installer. i installed the product directly from cd (*) the installer forced an update on the system (to update its office components). this update failed but on installer rstart I was offered to repair the install and at the end of that the auoroute installer itself really started and completed succesfully. the app runs but 1- terribly slowly (a map redraw takes 1-2 mins on my machine, where under real windows it's sub-second). 2- find place functionality does not...
2009 May 22
2
Memory leak on asterisk 1.6.0.6
Hi everyones, I have a production server using asterisk 1.6.0.6 using php as an IVR and mssql server (on other machine) My server attached a Sangoma A104 card (4xT1 card) i have a problem with memory leak on that server and causing a delay on IVR prompt. (Thats my assumption, memory leak problem) any suggestion on this problem? or maybe any assumption? frangky
2009 Aug 14
1
Package-level access to Rp->R_Quiet ?
I would like to simulate the effect of the command-line option --quiet from user-level scripts and startup code. From src/main/CommandLineArgs.c I learn that Rp->R_Quiet is set, and I see how that is used in main/main.c. I would use this from code in Rprofile.site. In other words, I want to be silent when --quiet is used (as e.g. by littler or Rscript) but not by R itself in normal
2007 Jun 01
3
Question on the R's C stack limit
Dear r-devel members, I encountered a C stack limit issue, when I tried to embed R 2.5 into my application. In the R-exts document, it says:"Note that R's own front ends use a stack size of 10Mb". I desire to know: is it possible to decrease this stack size by modifying R's source code? If it's possible, which part of the source code is responsible for the issue? Thank
2008 Dec 18
4
rscproxy version conflict
After installing the package 'rscproxy' downloaded from the CRAN server, I get the following error message from R 2.8.0 about a version conflict : package 'rscproxy' successfully unpacked and MD5 sums checked The downloaded packages are in C:\Documents and Settings\John Meerman\Local Settings\Temp\RtmpbK9mxN\downloaded_packages updating HTML package
2003 Aug 13
4
RAqua
Small things, mostly. 1. Buildproblem. Well-known and annoying. Build fails if debugging is on (which is the default) because Debugging.h breaks devQuartz.c compiles. If debugging is switched off on the command line or in the environment, then devQuartz.c builds, but aquaconsole.c does not compile, because it needs Debugging.h. I do not want to edit Apple system files, and not files in the R
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...ILD_OPTIONS))) - INSTALL_PROGRAM += -s -endif - -# shared library versions, option 1 -version=2.0.5 -major=2 -# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so -#version=`ls src/.libs/lib*.so.* | \ -# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` -#major=`ls src/.libs/lib*.so.* | \ -# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` - -config.status: configure - dh_testdir - # Add here commands to configure the package. - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr...