similar to: Fatal error: you must specify '--save', '--no-save' or '--vanilla'

Displaying 20 results from an estimated 3000 matches similar to: "Fatal error: you must specify '--save', '--no-save' or '--vanilla'"

2008 Mar 03
0
[Fwd: Re: Fatal error: you must specify '--save', '--no-save' or '--vanilla']
Well, here is the discussion I had with Duncan in the meantime... Anybody else a suggestion what might be the problem? Greetings, Andreas -- http://www.maunz.de Yoda of Borg are we: Futile is resistance. Assimilate you, we will. -------------- next part -------------- An embedded message was scrubbed... From: unknown sender Subject: no subject Date: no date Size: 3201 Url:
2007 Dec 17
0
kernlab and gram matrix
Hi, this is a question about the R package kernlab. I use kernlab as a library in a C++ program. The host application defines a graph kernel (defined by me), generates a gram matrix and trains kernlab directly on this gram matrix, like this: regm<-ksvm(K,y,kernel="matrix"), where K is the n x n gram kernelMatrix of my kernel, and y is the R-vector of quantitative target values.
2002 Nov 30
3
About building R1.6.1 on Cygwin
Hello. For building REmbeddedPostgres in Omegat project(http://www.omegahat.org/RSPostgres/) requiring PostgresSQL's libs, I've tried to build R1.6.1 on Cygwin following the instruction of http://www.stats.ox.ac.uk/pub/Rtools/ since full-spec PostgresSQL running on Windows can run only on Cygwin environment, However I've got following error messages. make -C front-ends Rpwd
2013 Nov 21
2
Running R embedded in an mpiexec spawned process - Fatal error: you must specify '--save', '--no-save' or '--vanilla'
I'd like someone familiar with the R options initialization to comment on a difference of behavior within/without mpiexec I have a (.NET) application with embedded R that is proven to run in a single process: ./Sample1.exe on a Debian Linux with R 3.0.2 Running the same code with mpiexec, it fails at the R engine initialization: mpiexec -n 1 ./Sample1.exe Fatal error: you must
2003 Mar 03
1
How to change the default library directory?
I installed SJava package at $R_HOME/lib/R/library/ When I conduct library(SJava), I always need to explicitly specify the library path, how could I change the default library path? I have included the SJava path in the LD_LIBRARY_PATH variable as: %echo $LD_LIBRARY_PATH R_HOME/lib/R/library:R_HOME/lib/R/library/SJava/libs:/usr/java/j2sdk1.4.0_01/jr$ The result in R is as:
2012 Apr 18
1
C - R integration: Memory Issues
Hi all, I am a PhD student and I am working on a C project that involves some statistical calculations. So, I tried to embed R into C, in order to call R functions from a C program. My program seems to get the correct results from R. However, it appears to have a lot of memory allocation issues, in contrast to the small amounts of memory that my code allocates. Some additional info
2006 Feb 09
0
PDC with XP Clients, logon timeouts
Hi everybody, I am attempting to switch 2 networks from Netware servers to Samba configured as a domain controller. 1 network that is less critical became the 'guinea pig' network. It is the one I am currently working to get the kinks out of. We like the Samba servers a lot more than we liked the Netware servers, they are much faster. So far I have 2 Linux machines running 3.0.10, We
2003 Feb 04
0
new procedural language for PostgreSQL, PL/R
Hello, First, I hope it is OK for me to post this here -- if not, please tell me where would be better (r-help maybe?). I'm nearing completion of a new procedural language for PostgreSQL, PL/R. It provides an interface from Postgres to R. I was inspired by Duncan Temple Lang's REmbeddedPostgres (but pretty much started with PostgreSQL's pltcl as a basis). I'm developing
2006 Mar 29
2
domain controller cannot be contacted
Hi everyone, I have struggled with this problem for awhile now. randomly and intermittently a workstation or bunch of workstations will not be able to log in. This is pretty much reproduceable at will, and here is what you need to do to get this little issue to show up: 1. Log out and try to log in as a different user 2. Attempt to login immediately after the machine is booted. To ensure you
2015 Feb 05
0
How to unload R.dll successfully by FreeLibrary
hi, I've some C++ code which try to load R.dll and execute some R command, then unload R.dll, yet it seems fail to unload it, so second time to call the function hangs since it is trying to Initialize R again(this is not allowed as documented). Anyone can tell me why, thanks. //the following is my c++ code, used in a Visual Studio 2012 Console Application #define ORAPI__cdecl
2007 Jun 11
2
Fatal: Login process must not run as root
Hi all, I am new to dovecot, i had installed dovecot in RH9 machine and when i tried to run( as root) it, i am getting the below message in the log file. dovecot: Jun 11 18:57:16 Fatal: Login process must not run as root I have done the installation as below ( as normal user): ./configure make sude make install When i try to run as a normal user i am getting the error like
2007 Oct 30
3
Implementing R through Oracle
I have been looking for a statistical package that I can implement in our application and I came across R. We run an n-Tier environment with an Oracle 10g backend. Our design is to keep all business logic in the backend. What I would like to do is call R from pl/sql. I noticed that ROracle is designed to connect with and process from a client perspective. I actually would be running in the
2009 Jun 21
0
[PATCH] nv50: better insn generation
Don't use extra TEMPs unnecessarily in some cases. --- src/gallium/drivers/nv50/nv50_program.c | 120 +++++++++++++++--------------- 1 files changed, 60 insertions(+), 60 deletions(-) diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index d7ab28a..5594560 100644 --- a/src/gallium/drivers/nv50/nv50_program.c +++
2005 Feb 04
5
simple example of C interface to R
i'd like to use the C interface to R in a program i'm writing. as a starting point, i'm trying to create a very simple C program that uses R. i've read the R documentation on this, but i'm having trouble figuring out where SEXP is defined and how to use it. i noticed someone else on this list also tried to use the C interface, but they ran into similar problems:
2006 Dec 05
3
RPMs must specify a package source
This is a new one for me. What does it mean? I don''t recall these configs giving me this problem before: RPMs must specify a package source in file /var/lib/puppet/manifests/modules/ssh.pp at line 18
2012 Feb 06
1
na.action in stats::factanal() must be using formula interface and dataframe input to specify na.action?
hi, Does factanal() force the user to use the formula interface if they wish to specify an na.action? v1 <- c(1,1,1,1,1,1,1,1,NA,1,3,3,3,3,3,4,5,6) v2 <- c(1,2,1,1,1,1,2,1,2,1,3,NA,3,3,3,4,6,5) v3 <- c(3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,5,4,6) v4 <- c(3,3,4,NA,3,1,1,2,1,1,1,1,2,NA,1,5,6,4) v5 <- c(1,1,1,1,1,3,3,3,3,3,1,1,1,1,1,6,4,5) v6 <- c(1,1,1,2,1,3,3,3,4,3,1,1,1,2,1,6,5,4) m1
2016 Jan 08
2
[PATCH] doc: specify that quantized LPC shift must be non-negative
Refs http://sourceforge.net/p/flac/bugs/424/ --- doc/html/format.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/format.html b/doc/html/format.html index 8598941..2ce82c2 100644 --- a/doc/html/format.html +++ b/doc/html/format.html @@ -1578,7 +1578,7 @@ &lt;5&gt; </td> <td> - Quantized linear predictor coefficient shift needed
2016 Jan 08
0
[PATCH] doc: specify that quantized LPC shift must be non-negative
Tristan Matthews wrote: > Refs http://sourceforge.net/p/flac/bugs/424/ > - Quantized linear predictor coefficient shift needed in bits (NOTE: this number is signed two's-complement). > + Quantized linear predictor coefficient shift needed in bits (NOTE: this number is signed two's-complement and must be non-negative). Maybe it's better to explain why? At least
2001 Nov 23
4
SQL implementations (was: Are you experienced in SAS and R ...)
An embedded message was scrubbed... From: Douglas Bates <bates at stat.wisc.edu> Subject: Re: [R] Are you experienced in SAS and R as well? Which of these would you recommend me? Date: 23 Nov 2001 15:16:59 -0600 Size: 4446 Url: https://stat.ethz.ch/pipermail/r-help/attachments/20011123/8d0399f0/attachment.mht
2013 Feb 05
1
Error en fix.by(by.x, x) : 'by' must specify valid column(s)
Gente soy principiante en R , trato de hacer un logit para la escuela cuando corro las siguientes lineas me da el error: Error en fix.by(by.x, x) : 'by' must specify valid column(s) require(sqldf) require(xtable) source(file="c:/Users/Usuario/Desktop/R/libreria/.R") k<-qnorm(0.05/2, mean=0, sd=1, lower.tail = FALSE, log.p = FALSE) A1 <- factor(c(1,2,3,4)) # factor1 con 4