search for: sterm

Displaying 20 results from an estimated 23 matches for "sterm".

Did you mean: term
2012 Jan 05
1
Enhance synonyms feature of the query parser (patch included)
...f (prefix_needs_colon(*piter, name[0])) term += ':'; } + #endif term += state->stem_term(name); syn = db.synonyms_begin(term); end = db.synonyms_end(term); } while (syn != end) { + #ifdef HAVE_SYNONYMS_ENH + string sterm = *syn; + if (!piter->empty()) { + if (sterm[0] == 'Z') sterm = "Z" + *piter + sterm.substr(1); + else sterm = *piter + sterm; + } + q = Query(query::OP_SYNONYM, q, Query(sterm, 1, pos)); + #else q = Query(Qu...
2004 Sep 29
2
problems with ESS & R ...
...OS X 10.3.5, GNU Emacs 21.2.1 and ESS 5.2.3. I installed today the ESS by not changing ess-site.el, but creating .emacs in $home with the single line: $ cat ~/.emacs (load "/usr/local/lib/ess-5.2.3/lisp/ess-site") If I start now emacs and then R (with M-x R) then I get: > options(STERM='iESS', editor='emacsclient') but using fix() oder edit() doesn't work: > fix(pc) emacsclient: can't find socket; have you started the server? Error in edit(name, file, editor) : problem with running editor emacsclient Maybe I forgot to do some simple steps?? Hope a...
2012 Oct 01
2
Hmisc describe error
...t fixed according to posts. R version 2.15.0 (2012-03-30) Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i386-pc-mingw32/i386 (32-bit) # output truncated > options(chmhelp = FALSE, help_type = "text") > .help.ESS <- help > options(STERM='iESS', editor='gnuclient.exe') > load('prostate.sav') > library(rms) Loading required package: Hmisc Loading required package: survival Loading required package: splines Hmisc library by Frank E Harrell Jr Type library(help='Hmisc'), ?Overview, or ?Hmisc.Over...
2006 Mar 23
5
RGui: windows-record and command history
a) How can I set the recording of all windows()-history forever to "true"? I want something like windows(record = TRUE) but not just for the window that opens then, but for all windows I will open ever. b) Scrolling up in RGui (windows 2000) to see past commands is nice, but: Is it possible to type eg "wi" and the "arrow up" and see the last command that started with
2006 Mar 23
5
RGui: windows-record and command history
a) How can I set the recording of all windows()-history forever to "true"? I want something like windows(record = TRUE) but not just for the window that opens then, but for all windows I will open ever. b) Scrolling up in RGui (windows 2000) to see past commands is nice, but: Is it possible to type eg "wi" and the "arrow up" and see the last command that started with
2005 May 01
0
dll symbol loading: possible bug
...2.so") -------------------- I start R, with this .Rprofile present. Although re-dyn.load()ing of the first dll seems unproblematic, re-dyn.load()ing the other dll and all subsequent dyn.load()s seem to result in loss of symbols in the other dll: Type 'q()' to quit R. > options(STERM='iESS', editor='gnuclient -q') > ls(all=TRUE) character(0) > is.loaded("dummy1") ; is.loaded("dummy2") [1] TRUE [1] TRUE > dyn.load("dummy1.so") > is.loaded("dummy1") ; is.loaded("dummy2") [1] TRUE [1] TRUE > dyn.load(...
2004 Jun 16
1
start-up problems
...ce, and restarting R I get: R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.0 (2004-04-12), ISBN 3-900051-00-3 .... [Previously saved workspace restored] Loading required package: stats Error in .First() : couldn't find function "help.start" > options(STERM='iESS', editor='emacsclient') > Not finding help.start is puzzling! Because of this error, x11 would not start. Exchanging the lines with help.start and x11 would just result in not finding x11! Yet doing a manual > help.start() is possible. Sorry for the lengthy desc...
2006 Nov 03
1
data.entry(), de() fail in FC6-x86_64
...da, ou 'help.start()' para abrir o sistema de ajuda em HTML no seu navegador. Digite 'q()' para sair do R. Loading Tcl/Tk interface ... done [?rea de trabalho anterior carregada] > if(!exists("baseenv", mode="function")) baseenv <- function() NULL options(STERM='iESS', editor='emacsclient') > > > > c <- c(1,2,3,4) > de(c) *** buffer overflow detected ***: /usr/lib64/R/bin/exec/R terminated ======= Backtrace: ========= /lib64/libc.so.6(__chk_fail+0x2f)[0x3d416e0dff] /lib64/libc.so.6[0x3d416e2387] /usr/lib64/R/modules//R_...
2010 Mar 25
1
*** caught segfault *** address 0x18, cause 'memory not mapped'
Hello R Community, I've been run the following codes. However, I've been getting an unusual segfault that I'm unable to trace its origin. Please give me a light to decipher the "caught segfault" Thanks for you attention. Bernardo. > options(STERM='iESS', editor='emacsclient') > rm(list = ls()) > > source("fgenIGLD.R") #RNG of IGLD(mu,b,sigma) > > source("fsYUTH.R") #the fucntions Y,U,Tbbarran and H necessary to calcualte the hat{b} > > source("fMLEPFP.R")...
2004 Apr 23
7
trellis.device in .First (PR#6812)
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-bugs@r-project.org # ###################################################### <<insert bug report here>> There are two bugs associated with graphics devices.
2008 Jun 11
3
Rmpi segfault after install on Ubuntu Hardy Heron
...to help. Type 'q()' to quit R. Loading required package: datasets Loading required package: utils Loading required package: grDevices Loading required package: graphics Loading required package: stats Loading required package: graph [1] "packages do not need updated" > options(STERM='iESS', editor='emacsclient') > library("Rmpi") *** caught segfault *** address 0x2104008, cause 'memory not mapped' Traceback: 1: .Call("mpi_initialize", PACKAGE = "Rmpi") 2: f(libname, pkgname) 3: firstlib(which.lib.loc, package) 4:...
2004 Aug 11
2
Xemacs do not want to execute help.start() with R1.9.1
...macs.pdf The problem is that the command help.start() added in the c\Program Files\R\rw1091\etc\Rprofile do not work and I receive from Xemacs at the startup the following two lines: ???????????????????????????????????????????? Error: couldn't find function "help.start" > options(STERM='iESS', editor='winclient.exe'> > ???????????????????????????????????????????? If I type help.start() in the upper as well as in the lower window, the HTML help start in a new window. This happened also before the reinstallation of the whole OS, but it did not happened when I...
2005 Dec 19
0
masked at loading
...one Making links in per-session dir ... If 'firefox' is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patient ... Started in /home/woodstock/hoffmacw/Projects/FtoK/Jurt with '~/R/.Rprofile' edited on 2005-08-29, 14:34 > options(STERM='iESS', editor='gnuclient -q') > ------------------- Kind regards Christian -- Dr. Christian W. Hoffmann, Swiss Federal Research Institute WSL Mathematics + Statistical Computing Zuercherstrasse 111 CH-8903 Birmensdorf, Switzerland Tel +41-44-7392-277 (office) -111(exchang...
2009 Jul 10
0
Windows Graphics Device Lockups with Rterm
...packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > if(!exists("baseenv", mode="function")) baseenv <- function() NULL options(STERM='iESS', editor='gnuclient.exe') > > plot(1:5) #locked graphics device! > dev.off() null device 1 > Thanks for any suggestions. -- View this message in context: http://www.nabble.com/Windows-Graphics-Device-Lockups-with-Rterm-tp24428960p24428960.html Sent f...
2007 Jun 27
0
possible bug in conflicts() (PR#9760)
...z[[i]] <- objects(pos = where[i]) is not appropriate. It has the effect of ignoring the names of the attached objects. The proposed repair works as I wish. > options(chmhelp = FALSE) > if(!exists("baseenv", mode="function")) baseenv <- function() NULL > options(STERM='iESS', editor='gnuclient.exe') > search() [1] ".GlobalEnv" "package:stats" "package:graphics" [4] "package:grDevices" "package:utils" "package:datasets" [7] "package:rcom" "packag...
2004 Jan 15
0
Sjava question on MacOS 10.3
...butors. Type 'contributors()' for more information and 'citation()' on how to cite R in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for a HTML browser interface to help. Type 'q()' to quit R. > options(STERM='iESS', editor='emacsclient') > library(SJava) Warning message: The Java machine is no longer initialized automatically. You must explicitly load it in: firstlib(which.lib.loc, package) > .JavaInit() > JavaConfig() Error: couldn't find function "JavaConfig" &...
2004 Nov 24
1
R-2.0.1 and Rggobi
Hi, I've had no luck with the combination of R-2.0.1 and Rggobi/gobi (1.1-1 and 1.0-1 beta). I've tried a default configuration of ggobi, as well as one with all the plugins enabled. I'm using RedHat 9 Linux. The problem I'm experiencing is a segmentation fault when library.dynam is called from .First.lib ggobi appears to work OK from the command line. I had an earlier
2004 Sep 24
2
emacs, Mac OS X, R
Hi! Since August I am using emacs on my Macintosh to edit the R objects. I have installed R 1.9.1, Mac OS X 10.3.5 and GNU Emacs 21.2.1. However there are some issues I haven't resolved: a) switch the caps lock key to the meta key (and when this is not possible, switch the alt/option key to the meta). The switch should work only within emacs! b) having different colors for the code,
2005 Mar 28
1
gnuclient problems witrh R/ESS in linux
Dear list, Not strictly R ... In R on Xemacs with ESS (R-2.0.1, Xemacs-21.4.15-r3, ESS-5.2.6) on gentoo-linux when I use k<-edit(k) or fix(k) to change a small vector k <- c(1,2,3,4,5,6) the opened window (called '6b8b4567') appears not to be connected to the gnuclient and I'm able to edit the file but has no instructions in the minibuffer and C-x # gives '6b8b4567 does
2012 Mar 21
1
enableJIT() and internal R completions (was: [ESS-bugs] ess-mode 12.03; ess hangs emacs)
...gt; on Tue, 20 Mar 2012 13:09:07 -0400 wrote: > ess hangs emacs completely. > I just created a brand new Rprofile > options(error = utils::recover) > library(compiler) > compiler::enableJIT(3) > and now and I start R and start typing I see this: >> options(STERM=.....) >> matrix(nrow=|) > ("|" stands for my cursor) > and "nrow: x" in the minibuffer. > that's it. > emacs is stuck. > Program received signal SIGTSTP, Stopped (user). > 0x00000000005a115a in exec_byte_code (bytestr=8748337, vector=8...