On Dec 10, 2010, at 9:27 AM, Scott Chamberlain wrote:
Dear R Community,
I recently switched to a Mac (10.6.5), and have installed
Textwrangler to
run code to R. However, I can't install the syntax highlighting file
because
I can't find the directory: "~Users/username/Library/Application
Support/TextWrangler/Language Modules/". Is there a different
location I can
place the syntax highlighting file?
This is not the right place for posting Mac-specific questions. There
is a separate mailing list. The directory specification you offered
doesn't really make sense, because on the Mac the tilde is generally a
synonym for /Users/username, so one of these is likely to be more
successful:
"~/Library/Application Support/TextWrangler/Language Modules/"
"Users/username/Library/Application Support/TextWrangler/Language
Modules/"
If there is documentation that you were following that suggested the
form you used, you should contact the authors and suggest they fix it.
[[alternative HTML version deleted]]
And you need to find the place in your mail-client that switches to
plain text.
--
David Winsemius, MD
West Hartford, CT
______________________________________________
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.