[ESS] Running different flavor of R.

gerald.jean at dgag.ca gerald.jean at dgag.ca
Wed Jun 5 19:11:02 CEST 2013


Thanks Vitalie,

I finally did it a little differently.  I first included the paths to
Revo64 and TERR in the exec-path variable, then I added "Revo64" and "TERR"
to the ess-r-versions variable.

Works fine for Revo64.

Starts TERR no problem, but for some reason I can't get any "visible"
output from TERR, I can't even quit it without killing the buffer, and the
process, it is running in???  Here is a sample session:

WARNING: unknown option '--no-readline'. Try -h for help.

TIBCO Software Inc. Confidential Information
Copyright (C) 2011-2013 TIBCO Software Inc. ALL RIGHTS RESERVED
TIBCO Enterprise Runtime for R version 1.5.0 for Linux 64-bit

Type 'help()' for help.
Type 'q()' to quit.
[Previously saved workspace restored from file
"/actuaria/jeg002/RechMark/Corpo/2012/SondageRM_33886/.TERRData"]
> > if(!exists("baseenv", mode="function")) baseenv <- function() NULL
> options(STERM='iESS', str.dendrogram.last="'", editor='emacsclient',
show.error.locations=TRUE)
> objects()
> ttt <- rnorm(30)
> ttt
> q()

Could the "WARNING" at the start of the session have something to do with
it???

Thanks again,

Gérald
                                                                                   
 (Embedded image moved to file:                                                    
 pic13392.gif)                                                                     
                                                                                   
 Gerald Jean, M. Sc. en statistiques                                               
 Conseiller senior en statistiques     Lévis (siège social)                        
                                                                                   
 Actuariat corporatif,                 418 835-4900, poste                         
 Modélisation et Recherche             7639                                        
 Assurance de dommages                 1 877 835-4900, poste                       
 Mouvement Desjardins                  7639                                        
                                       Télécopieur : 418                           
                                       835-6657                                    
                                                                                   


                                                                                  
 Faites bonne impression et imprimez seulement au besoin!                         
                                                                                  
 Ce courriel est confidentiel, peut être protégé par le secret professionnel et   
 est adressé exclusivement au destinataire. Il est strictement interdit à toute   
 autre personne de diffuser, distribuer ou reproduire ce message. Si vous l'avez  
 reçu par erreur, veuillez immédiatement le détruire et aviser l'expéditeur.      
 Merci.                                                                           
                                                                                  




ess-help-bounces at r-project.org a écrit sur 2013/06/05 12:51:26 :

>
> Something along the following lines:
>
>    (defun Revo64 ()
>      (interactive)
>      (let ((inferior-R-program-name "path/to/Revo64"))
>        (R)))
>
>    (defun TERR ()
>      (interactive)
>      (let ((inferior-R-program-name "path/to/TERR"))
>        (R)))
>
>
> Vitalie
>
>  >> <gerald.jean at dgag.ca>
>  >> on Wed, 5 Jun 2013 09:46:56 -0400 wrote:
>
>  > Hello,
>
>  > I am running R and Splus from ESS for years on a Redhat Linux server,
>  > thanks to Vitalie Spinu a few wrinkles when running Splus were ironed
out
>  > not too long ago.
>
>  > I just installed TERR, TIBCO Enterprise Runtime R and
RevolutionAnalytics'
>  > Community R.
>
>  > Standard R and Splus are root installed in standard locations.  TERR
and
>  > Revo64 are non-root installations in a directory where I have write
>  > permission.
>
>  > My question: how do I modify my ".emacs" file so I can run TERR and
Revo64
>  > from ESS?
>
>  > Thanks for any support,
>
>  > Gérald
>
>  >  (Embedded image moved to file:

>  >  pic21153.gif)

>
>  >  Gerald Jean, M. Sc. en statistiques

>  >  Conseiller senior en statistiques     Lévis (siège social)

>
>  >  Actuariat corporatif,                 418 835-4900, poste

>  >  Modélisation et Recherche             7639

>  >  Assurance de dommages                 1 877 835-4900, poste

>  >  Mouvement Desjardins                  7639

>  >                                        Télécopieur : 418

>  >                                        835-6657

>
>  >  Faites bonne impression et imprimez seulement au besoin!

>
>  >  Ce courriel est confidentiel, peut être protégé par le secret
> professionnel et
>  >  est adressé exclusivement au destinataire. Il est strictement
> interdit à toute
>  >  autre personne de diffuser, distribuer ou reproduire ce message.
> Si vous l'avez
>  >  reçu par erreur, veuillez immédiatement le détruire et aviser
> l'expéditeur.
>  >  Merci.

>
>
>  > ______________________________________________
>  > ESS-help at r-project.org mailing list
>  > https://stat.ethz.ch/mailman/listinfo/ess-help
>
> ______________________________________________
> ESS-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/ess-help


More information about the ESS-help mailing list