[R-SIG-Mac] New User simple question
Steven McKinney
smckinney at bccrc.ca
Thu May 22 03:04:33 CEST 2008
Hi Jeff,
R on the Mac looks for a file
.Rprofile
typically in your user home directory.
.Rprofile won't show in the Mac Finder
file browser unless you do some modifying.
(The Finder hides all files and directories
whose names start with a period)
You can locate your home directory in a
Terminal command window with the "cd ~"
command
CptrName:SomeDir jmorris$ cd ~
CptrName:~ jmorris$ ls -alF
(CptrName is your computer's name)
You should see .Rprofile in the ls output
if it is there. If not you can make one
and put your customizations in it.
HTH
Steven McKinney
-----Original Message-----
From: r-sig-mac-bounces at stat.math.ethz.ch on behalf of Jeffrey Morris
Sent: Wed 5/21/2008 5:29 PM
To: r-sig-mac at stat.math.ethz.ch
Subject: [R-SIG-Mac] New User simple question
Just migrated from Win to Mac and have a simple question. Where the
heck is the Rprofile file? I can't find any of the usual folders.
Thanks!
Jeff
_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-mac
More information about the R-SIG-Mac
mailing list