R does not seem to recognize my R_PROFILE:

$ cat $HOME/etc/Rprofile.site
a <- 3

$ cat "$R_PROFILE"
a <- 3

$ R

> a
Error: object "a" not found

> version
               _                           
platform       sparc-sun-solaris2.10       
arch           sparc                       
os             solaris2.10                 
system         sparc, solaris2.10          
status                                     
major          2                           
minor          6.2                         
year           2008                        
month          02                          
day            08                          
svn rev        44383                       
language       R                           
version.string R version 2.6.2 (2008-02-08)

R_PROFILE is set to $HOME/etc/Rprofile.site. I would appreciate any
suggestions. 

David

___________________________________

David R. Bickel, PhD
Ottawa Institute of Systems Biology
BMI Dept., University of Ottawa
451 Smyth Road 
Ottawa, Ontario K1H 8M5

Tel: (613) 562-5800 ext. 8670
Fax: (613) 562-5185

http://www.davidbickel.com

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to