similar to: [ESS] Process SAS is not running... error on Ubuntu

Displaying 20 results from an estimated 4000 matches similar to: "[ESS] Process SAS is not running... error on Ubuntu"

2004 Nov 11
3
R "sumo" package suggestion
r-help: I have an R package suggestion. After spending several hours the other day installing about a dozen packages, I had an idea. In xemacs, there is a "sumo" package which allows me to install a large bundle of xemacs packages at one time (about a 120 modes including ESS). I think R should have a similar bundle. It would be so much easier than hunting/downloading/installing.
2002 Aug 07
1
ESS assigns .Last.value to the wrong place in R
I repeat my emails of 11/15/01 and 2/26/02, since it looks like this ESS bug is still not fixed in ESS 5.1.23, and I think some resolution is needed. When help() is invoked, ESS makes a copy of .Last.value in the .GlobalEnv, which is *not* where R normally stores it (R stores it in package:base). When this copy becomes stale it leads to wrong answers. The bug is in essd-r.el, lines 63-64:
2014 Feb 27
1
R and LANGUAGE
Diverted from ESS-help. It is really about R's LANGUAGE, locales and then a wish for sessionInfo() : >>>>> Sparapani, Rodney <rsparapa at mcw.edu> >>>>> on Thu, 20 Feb 2014 19:39:33 +0000 writes: >> Just guessing: perhaps this is something that is set when >> R is initialized and not queried every time something is >>
2012 Jan 12
3
remoting ESS/R with tramp
Tom Roche Thu, 12 Jan 2012 11:56:25 -0500 >>> * I have access to the cluster [where I want to run R] configured >>> [in .ssh/config] such that I can `ssh t` from commandline. >>> 1 I can open an R file on the cluster with >>> `C-x C-f /t:/home/me/onlyOrigDN2.r` >>> from my laptop, and note the following >>> *Messages* >>> >
2004 Apr 28
1
(PR#6815): build fails for foreign with Sun Forte
This is a reproducible bug that I reported earlier. The work-around is to remove the link foreign.tgz so that the build does not attempt to create the foreign library. However, there is actually nothing wrong with the foreign source so the problem must be somewhere in the configure process. After make install, then use the original source as follows and everything should work: R CMD INSTALL
2004 Apr 23
2
make fails with Sun Forte compiler (PR#6815)
Full_Name: rodney sparapani Version: 1.9.0 OS: Solaris 9 Submission from: (NULL) (141.106.120.97) I'm following the instructions for the Sun Forte compiler. I had success with 1.8.1 so I think the compiler settings are correct (config.site): CC="cc -xarch=v8plusa" CFLAGS="-xO5 -xlibmil -dalign" F77="f95 -xarch=v8plusa" FFLAGS="-xO5
2001 Apr 11
1
g77 FFLAGS?
I'm trying to compile R under Mac OS X using gcc/g77 2.95.2. There is an interesting blurb in install: You must set whatever compilation flags (if any) are needed to ensure that FORTRAN `integer' is equivalent to a C int pointer and FORTRAN `double precision' is equivalent to a C double pointer. This is checked during the configuration process. I'm not an avid FORTRAN user.
2005 Mar 03
5
ESS
Hi all, I am running R 2.0.1 under Windows XP in German. I configured my path as follows: C:\Programme\R\rw2001\bin;C:\Programme\xemacs-packages\lib-src\;C:\Programme\XEmacs-21.4.13\i586-pc-win32 I can not start R proccess or ESS from within XEmacs. What is going wrong? I can not start S. M-x S gives "no matching" How can I configure XEmacs for STATA 8? Thanks for your help. M
2000 Aug 11
0
Emacs Speaks Statistics (ESS) BOF at JSM
> > Date: Fri, 11 Aug 2000 15:34:01 -0400 > From: Rodney Sparapani <rodney at stat.duke.edu> > Subject: Emacs Speaks Statistics (ESS) BOF at JSM > > Statisticians: > > For those of you going to the JSM in Indy next week, we are having an > Emacs Speaks Statistics (ESS) BOF Monday, August 14th, 5:30 at the Hyatt > in Salon A. Please bring along your comments,
2005 Apr 18
0
ESS 5.2.7 released
Dear ESS users, {BCC'ed to RPM and Debian maintainers of ESS} We have now released ESS 5.2.7. This is a bug fix release against 5.2.6 where - the new UTF-8 "support" gave problems for Xemacs, and - accidentally, 'auto-fill-mode' was activated for *.R buffers with a few new features, see "New Features" below , notably some extended Sweave supported,
1999 Jan 06
2
ESS or R problem editing functions
Hi, all. I'm not sure whether this is a problem with ESS or R (or even a feature I don't understand!). Say I've got a function named f.count.these.patterns (as I do -- I'm using actual names in case they're somehow important). I previously had a version called f.count.these.patterns.3, but discarded it because it was worse. So the function is no longer there. If I create a
2001 Dec 13
3
emacs 21.1, R-1.3.1, and ESS
On RedHat linux 7.2, I upgraded (?) Emacs and R at the same time and now I'm getting some funny business with R and ESS. I reinstalled ESS from the tarball and re-byte-compiled. In particular, help.start() does work, and ESS works to send text regions to the R process, but ?function does not return anything, and the status line says "ESS process not ready. Finish your command
2008 Mar 07
1
Finding Interaction and main effects contrasts for two-way ANOVA
I've tried without success to calculate interaction and main effects contrasts using R. I've found the functions C(), contrasts(), se.contrasts() and fit.contrasts() in package gmodels. Given the url for a small dataset and the two-way anova model below, I'd like to reproduce the results from appended SAS code. Thanks. --Dale. ## the dataset (from Montgomery) twoway <-
2004 Aug 09
1
ess settings
Dear R users, I downloaded an ess-5.2.2 package and hope to use emacs as front to work with R. I modified ~/.emacs and start R by M-x R. But I found when I quited the R session, it still asked me to save the work space or not. I added inferior-R-args with "--save" args. But it seemed that it had no effect. Can you tell me how to pass the arguments other than --no-readline to
2000 Mar 20
1
ESS Compilation error
Im running R 0.99 on SuSE 6.3 with Linux 2.2.14 and Xemacs 21.1. When I try to compile ESS the processes stops with an error message: Making info file `ess.info' from `ess.texi'. ./newfeat.texi:3: itemize requires an argument: the formatter for @item. ./newfeat.texi:9: itemize requires an argument: the formatter for @item. makeinfo: Removing output file
2017 Nov 10
1
[R-pkgs] Release of ess 0.0.1
>>>>> Jorge Cimentada <cimentadaj at gmail.com> >>>>> on Fri, 10 Nov 2017 14:31:43 +0100 writes: > Thanks to all. Will consider this change in future releases. > ----------------------------------- > Jorge Cimentada > *https://cimentadaj.github.io/ <https://cimentadaj.github.io/>* > On Fri, Nov 10, 2017 at 12:41
2008 May 25
2
Configuring emacs/ess on Ubuntu
Hi all, I don't know if this is the proper place to ask this, but I am trying to configure emacs/ess on Ubuntu 8.04 to run the way described for ESS and Xemacs in Windows (John Fox's guide). I installed ess as directed at http://ess.r-project.org/Manual/ . Under Windows I could use Emacs/ess fine (but I am obviously a novice at emacs), but am having trouble doing so in Ubuntu. At
2004 Sep 29
2
problems with ESS & R ...
Hi! I have R 1.9.1, Mac 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
2017 Nov 10
1
[R-pkgs] Release of ess 0.0.1
> On 9 Nov 2017, at 15:57, Sam Steingold <sds at gnu.org> wrote: > >> * Jorge Cimentada <pvzragnqnw at tznvy.pbz> [2017-11-09 00:02:53 +0100]: >> >> I'm happy to announce the release of ess 0.0.1 a package designed to >> download data from the European Social Survey > > Given the existence of ESS (Emacs Speaks Statistics - >
2018 Oct 23
2
elpa-ess fails to initialize after update to 18.10 on ubuntu bionic
The latest ess and elpa-ess 18.10-1bionic0 packages for ubuntu leave ess unable to find initialization files when it is invoked from R via M-x R. I've found a workaround by creating a soft link: cd /usr/share sudo ln -s /usr/share/emacs/site-lisp/elpa-src/ess-18.10 ess but this may be a widespread problem. It appeared on each of the three computers on which I updated the packages, and