[ESS] Running different flavor of R.

Vitalie Spinu spinuvit at gmail.com
Wed Jun 5 18:51:26 CEST 2013


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



More information about the ESS-help mailing list